#602949

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

Shades of Pompadour #602949

Tints of Pompadour #602949

Color information

#602949 (or 0x602949) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 49. RGB value is (96,41,73). Sum of RGB (Red+Green+Blue) = 96+41+73=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602949 is #9FD6B6. Grayscale: #3D3D3D. Windows color (decimal): -10475191 or 4794720. OLE color: 4794720.

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

Color convert

RGB964173-
CMYK00.570.240.62
HSL325.09º40.15%26.86%-
HSV(B)325.09º57.29%37.65%-
XYZ6.824.556.82-
YUV61.09134.72152.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=45.71%
G=19.52%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96417300.570.240.62325.0940.1526.86
Hex602949039183E145281b
Octal1405111107130765055033
Binary1100000101001100100101110011100011111010100010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602949; }

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

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

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

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

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

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

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

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