#602842

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

Shades of Pompadour #602842

Tints of Pompadour #602842

Color information

#602842 (or 0x602842) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 42. RGB value is (96,40,66). Sum of RGB (Red+Green+Blue) = 96+40+66=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602842 is #9FD7BD. Grayscale: #3B3B3B. Windows color (decimal): -10475454 or 4335712. OLE color: 4335712.

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

Color convert

RGB964066-
CMYK00.580.310.62
HSL332.14º41.18%26.67%-
HSV(B)332.14º58.33%37.65%-
XYZ6.574.45.66-
YUV59.71131.55153.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=47.52%
G=19.80%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96406600.580.310.62332.1441.1826.67
Hex60284203A1F3E14c291b
Octal1405010207237765145133
Binary1100000101000100001001110101111111111010100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602842; }

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

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

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

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

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

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

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

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