#602449

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

Shades of Pompadour #602449

Tints of Pompadour #602449

Color information

#602449 (or 0x602449) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 49. RGB value is (96,36,73). Sum of RGB (Red+Green+Blue) = 96+36+73=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602449 is #9FDBB6. Grayscale: #3A3A3A. Windows color (decimal): -10476471 or 4793440. OLE color: 4793440.

HSL color Cylindrical-coordinate representation of color #602449: hue angle of 323º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602449 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB963673-
CMYK00.620.240.62
HSL323º45.45%25.88%-
HSV(B)323º62.5%37.65%-
XYZ6.664.236.77-
YUV58.16136.38154.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=46.83%
G=17.56%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96367300.620.240.6232345.4525.88
Hex60244903E183E1432d1a
Octal1404411107630765035532
Binary1100000100100100100101111101100011111010100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602449; }

 p { color: rgb(96,36,73); }

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

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

 a { background-color: rgb(96,36,73); }

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

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

 span { border-color: rgb(96,36,73); }

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