HSL에서 RGB로
디지털 디자인 및 개발에 필수적인 HSL 색상 값을 정밀하게 RGB로 변환
색상 변환기
RGB Output
RGB Values
0-255 intensity
0-255 intensity
0-255 intensity
rgb(255, 0, 0)
다른 형식
HSL Value
hsl(0°, 100%, 50%)
HEX Value
#FF0000
변환 예제
빨간색
HSL: 0°, 100%, 50%
RGB: (255, 0, 0)
녹색
HSL: 120°, 100%, 50%
RGB: (0, 255, 0)
파란색
HSL: 240°, 100%, 50%
RGB: (0, 0, 255)
노란색
HSL: 60°, 100%, 50%
RGB: (255, 255, 0)
마젠타
HSL: 300°, 100%, 50%
RGB: (255, 0, 255)
시안색
HSL: 180°, 100%, 50%
RGB: (0, 255, 255)
권장 도구
이 도구에 관하여
당사의 HSL-RGB 변환기는 디지털 디자인, 개발 및 그래픽 처리에 사용되는 두 가지 필수 색상 모델 간의 정밀한 변환을 제공합니다.
HSL (Hue, Saturation, Lightness) is a user-centric color model that aligns with human perception of color. It simplifies color manipulation by separating the color's identity (hue), its intensity (saturation), and its brightness (lightness), making it ideal for design systems and color theme creation.
RGB (Red, Green, Blue) is a device-centric color model that represents colors as combinations of red, green, and blue light. It's the fundamental color model for digital displays, monitors, cameras, and most digital imaging systems, as these devices emit light in these three primary colors.
이 변환 도구는 직관적인 색상 디자인(HSL)과 기술적 구현(RGB) 간의 간극을 메워줍니다. 수학적 변환을 통해 정확한 색상 표현을 보장하고, HSL을 사용하는 디자인 도구와 RGB 값을 필요로 하는 개발 환경 간의 일관성을 유지합니다.