#602445

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

Shades of Pompadour #602445

Tints of Pompadour #602445

Color information

#602445 (or 0x602445) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 45. RGB value is (96,36,69). Sum of RGB (Red+Green+Blue) = 96+36+69=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602445 is #9FDBBA. Grayscale: #393939. Windows color (decimal): -10476475 or 4531296. OLE color: 4531296.

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

Color convert

RGB963669-
CMYK00.620.280.62
HSL327º45.45%25.88%-
HSV(B)327º62.5%37.65%-
XYZ6.534.186.09-
YUV57.7134.38155.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=47.76%
G=17.91%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96366900.620.280.6232745.4525.88
Hex60244503E1C3E1472d1a
Octal1404410507634765075532
Binary1100000100100100010101111101110011111010100011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602445; }

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

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

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

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

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

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

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

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