#602F4F

Color #602F4F Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #602F4F

Tints of Loulou #602F4F

Color information

#602F4F (or 0x602F4F) is unknown color: approx Loulou. HEX triplet: 60, 2F and 4F. RGB value is (96,47,79). Sum of RGB (Red+Green+Blue) = 96+47+79=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F4F is #9FD0B0. Grayscale: #414141. Windows color (decimal): -10473649 or 5189472. OLE color: 5189472.

HSL color Cylindrical-coordinate representation of color #602F4F: hue angle of 320.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F4F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB964779-
CMYK00.510.180.62
HSL320.82º34.27%28.04%-
HSV(B)320.82º51.04%37.65%-
XYZ7.255.088-
YUV65.3135.73149.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=43.24%
G=21.17%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96477900.510.180.62320.8234.2728.04
Hex602F4F033123E141221c
Octal1405711706322765014234
Binary1100000101111100111101100111001011111010100000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F4F; }

 p { color: rgb(96,47,79); }

 H1.HeaderClassName
 {
   color: #602F4F;
 }
 .AnyTagClassName
 {
   color: #602F4F;
 }
</style>
background-color css

<style>
 a { background-color: #602F4F; }

 a { background-color: rgb(96,47,79); }

 div.DivClassName
 {
   background-color: #602F4F;
 }
 .BgClassName
 {
   background-color: #602F4F;
 }
</style>
border-color css

<style>
 span { border-color: #602F4F; }

 span { border-color: rgb(96,47,79); }

 td.TdClassName
 {
   border-color: #602F4F;
 }
 .TagClassName
 {
   border-color: #602F4F;
 }
</style>