#602845

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

Shades of Pompadour #602845

Tints of Pompadour #602845

Color information

#602845 (or 0x602845) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 45. RGB value is (96,40,69). Sum of RGB (Red+Green+Blue) = 96+40+69=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602845 is #9FD7BA. Grayscale: #3B3B3B. Windows color (decimal): -10475451 or 4532320. OLE color: 4532320.

HSL color Cylindrical-coordinate representation of color #602845: hue angle of 328.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602845 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB964069-
CMYK00.580.280.62
HSL328.93º41.18%26.67%-
HSV(B)328.93º58.33%37.65%-
XYZ6.664.436.14-
YUV60.05133.05153.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=46.83%
G=19.51%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96406900.580.280.62328.9341.1826.67
Hex60284503A1C3E149291b
Octal1405010507234765115133
Binary1100000101000100010101110101110011111010100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602845; }

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

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

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

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

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

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

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

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