#602944

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

Shades of Pompadour #602944

Tints of Pompadour #602944

Color information

#602944 (or 0x602944) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 44. RGB value is (96,41,68). Sum of RGB (Red+Green+Blue) = 96+41+68=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602944 is #9FD6BB. Grayscale: #3C3C3C. Windows color (decimal): -10475196 or 4467040. OLE color: 4467040.

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

Color convert

RGB964168-
CMYK00.570.290.62
HSL330.55º40.15%26.86%-
HSV(B)330.55º57.29%37.65%-
XYZ6.664.495.98-
YUV60.52132.22153.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=46.83%
G=20%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96416800.570.290.62330.5540.1526.86
Hex6029440391D3E14b281b
Octal1405110407135765135033
Binary1100000101001100010001110011110111111010100101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602944; }

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

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

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

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

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

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

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

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