#602C4A

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

Shades of Pompadour #602C4A

Tints of Pompadour #602C4A

Color information

#602C4A (or 0x602C4A) is unknown color: approx Pompadour. HEX triplet: 60, 2C and 4A. RGB value is (96,44,74). Sum of RGB (Red+Green+Blue) = 96+44+74=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C4A is #9FD3B5. Grayscale: #3E3E3E. Windows color (decimal): -10474422 or 4861024. OLE color: 4861024.

HSL color Cylindrical-coordinate representation of color #602C4A: hue angle of 325.38º 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 #602C4A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB964474-
CMYK00.540.230.62
HSL325.38º37.14%27.45%-
HSV(B)325.38º54.17%37.65%-
XYZ6.964.787.03-
YUV62.97134.23151.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=44.86%
G=20.56%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96447400.540.230.62325.3837.1427.45
Hex602C4A036173E145251b
Octal1405411206627765054533
Binary1100000101100100101001101101011111111010100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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