#602446

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

Shades of Pompadour #602446

Tints of Pompadour #602446

Color information

#602446 (or 0x602446) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 46. RGB value is (96,36,70). Sum of RGB (Red+Green+Blue) = 96+36+70=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602446 is #9FDBB9. Grayscale: #393939. Windows color (decimal): -10476474 or 4596832. OLE color: 4596832.

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

Color convert

RGB963670-
CMYK00.620.270.62
HSL326º45.45%25.88%-
HSV(B)326º62.5%37.65%-
XYZ6.564.196.26-
YUV57.82134.88155.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=47.52%
G=17.82%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96367000.620.270.6232645.4525.88
Hex60244603E1B3E1462d1a
Octal1404410607633765065532
Binary1100000100100100011001111101101111111010100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602446; }

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

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

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

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

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

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

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

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