RGB to HSL
직관적인 색상 조작 및 디자인 시스템을 위해 RGB 색상 값을 HSL로 변환합니다.
색상 변환기
HSL Output
HSL Controls
hsl(0°, 100%, 50%)
추가 형식
RGB Value
rgb(255, 0, 0)
HEX Value
#FF0000
십진수 값
16711680
CSS 사용
color: hsl(0°, 100%, 50%);
색채 심리학
이 밝은 빨간색은 채도가 가장 높고 명도가 중간 정도여서 강렬하고 에너지 넘치는 색상을 만들어냅니다. 대부분의 문화권에서 빨간색은 열정, 긴박감, 흥분과 연관됩니다.
변환 예제
생생한 레드
포레스트 그린
로얄 블루
소프트 핑크
딥 퍼플
따뜻한 회색
권장 도구
이 도구에 관하여
이 RGB-HSL 변환기는 디지털 디자인에 사용되는 두 가지 중요한 색상 모델을 연결하여 보다 직관적인 방식으로 색상 작업을 쉽게 해줍니다.
RGB (Red, Green, Blue) is an additive color model where colors are created by combining light. This system is used for digital displays, with each component ranging from 0 to 255.
HSL (Hue, Saturation, Lightness) represents colors in a way that aligns more naturally with human perception:
- 색조: The color itself, represented as a degree (0-360) on a color wheel
- 포화: The intensity or purity of the color (0-100%)
- 가벼움: How light or dark the color is (0-100%)
HSL is particularly valuable for creating color systems and palettes, as it allows for intuitive adjustments. For example, you can easily create tints by reducing saturation or shades by adjusting lightness while maintaining the same hue. This converter provides accurate translations between RGB and HSL, essential for consistent color implementation across digital projects.