#602f49

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

Shades of Pompadour #602F49

Tints of Pompadour #602F49

Color information

#602F49 (or 0x602F49) is unknown color: approx Pompadour. HEX triplet: 60, 2F and 49. RGB value is (96,47,73). Sum of RGB (Red+Green+Blue) = 96+47+73=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F49 is #9FD0B6. Grayscale: #404040. Windows color (decimal): -10473655 or 4796256. OLE color: 4796256.

HSL color Cylindrical-coordinate representation of color #602F49: hue angle of 328.16º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F49 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB964773-
CMYK00.510.240.62
HSL328.16º34.27%28.04%-
HSV(B)328.16º51.04%37.65%-
XYZ7.0456.9-
YUV64.61132.73150.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=44.44%
G=21.76%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96477300.510.240.62328.1634.2728.04
Hex602F49033183E148221c
Octal1405711106330765104234
Binary1100000101111100100101100111100011111010100100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,73); }

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

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

 a { background-color: rgb(96,47,73); }

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

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

 span { border-color: rgb(96,47,73); }

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