#602F50

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

Shades of Loulou #602F50

Tints of Loulou #602F50

Color information

#602F50 (or 0x602F50) is unknown color: approx Loulou. HEX triplet: 60, 2F and 50. RGB value is (96,47,80). Sum of RGB (Red+Green+Blue) = 96+47+80=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #602F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F50 is #9FD0AF. Grayscale: #414141. Windows color (decimal): -10473648 or 5255008. OLE color: 5255008.

HSL color Cylindrical-coordinate representation of color #602F50: hue angle of 319.59º 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 #602F50 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB964780-
CMYK00.510.170.62
HSL319.59º34.27%28.04%-
HSV(B)319.59º51.04%37.65%-
XYZ7.295.18.19-
YUV65.41136.23149.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=43.05%
G=21.08%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96478000.510.170.62319.5934.2728.04
Hex602F50033113E140221c
Octal1405712006321765004234
Binary1100000101111101000001100111000111111010100000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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