#602941

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

Shades of Pompadour #602941

Tints of Pompadour #602941

Color information

#602941 (or 0x602941) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 41. RGB value is (96,41,65). Sum of RGB (Red+Green+Blue) = 96+41+65=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602941 is #9FD6BE. Grayscale: #3C3C3C. Windows color (decimal): -10475199 or 4270432. OLE color: 4270432.

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

Color convert

RGB964165-
CMYK00.570.320.62
HSL333.82º40.15%26.86%-
HSV(B)333.82º57.29%37.65%-
XYZ6.574.455.51-
YUV60.18130.72153.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=47.52%
G=20.30%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96416500.570.320.62333.8240.1526.86
Hex602941039203E14e281b
Octal1405110107140765165033
Binary11000001010011000001011100110000011111010100111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602941; }

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

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

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

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

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

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

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

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