#602D4F

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

Shades of Loulou #602D4F

Tints of Loulou #602D4F

Color information

#602D4F (or 0x602D4F) is unknown color: approx Loulou. HEX triplet: 60, 2D and 4F. RGB value is (96,45,79). Sum of RGB (Red+Green+Blue) = 96+45+79=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D4F is #9FD2B0. Grayscale: #404040. Windows color (decimal): -10474161 or 5188960. OLE color: 5188960.

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

Color convert

RGB964579-
CMYK00.530.180.62
HSL320º36.17%27.65%-
HSV(B)320º53.12%37.65%-
XYZ7.174.937.97-
YUV64.12136.4150.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=43.64%
G=20.45%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96457900.530.180.6232036.1727.65
Hex602D4F035123E140241c
Octal1405511706522765004434
Binary1100000101101100111101101011001011111010100000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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