#602C4C

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

Shades of Pompadour #602C4C

Tints of Pompadour #602C4C

Color information

#602C4C (or 0x602C4C) is unknown color: approx Pompadour. HEX triplet: 60, 2C and 4C. RGB value is (96,44,76). Sum of RGB (Red+Green+Blue) = 96+44+76=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C4C is #9FD3B3. Grayscale: #3F3F3F. Windows color (decimal): -10474420 or 4992096. OLE color: 4992096.

HSL color Cylindrical-coordinate representation of color #602C4C: hue angle of 323.08º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C4C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB964476-
CMYK00.540.210.62
HSL323.08º37.14%27.45%-
HSV(B)323.08º54.17%37.65%-
XYZ7.034.817.4-
YUV63.2135.23151.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=44.44%
G=20.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96447600.540.210.62323.0837.1427.45
Hex602C4C036153E143251b
Octal1405411406625765034533
Binary1100000101100100110001101101010111111010100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C4C; }

 p { color: rgb(96,44,76); }

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

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

 a { background-color: rgb(96,44,76); }

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

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

 span { border-color: rgb(96,44,76); }

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