#602942

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

Shades of Pompadour #602942

Tints of Pompadour #602942

Color information

#602942 (or 0x602942) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 42. RGB value is (96,41,66). Sum of RGB (Red+Green+Blue) = 96+41+66=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602942 is #9FD6BD. Grayscale: #3C3C3C. Windows color (decimal): -10475198 or 4335968. OLE color: 4335968.

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

Color convert

RGB964166-
CMYK00.570.310.62
HSL332.73º40.15%26.86%-
HSV(B)332.73º57.29%37.65%-
XYZ6.64.475.67-
YUV60.3131.22153.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=47.29%
G=20.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96416600.570.310.62332.7340.1526.86
Hex6029420391F3E14d281b
Octal1405110207137765155033
Binary1100000101001100001001110011111111111010100110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602942; }

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

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

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

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

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

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

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

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