#601944

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

Shades of Pompadour #601944

Tints of Pompadour #601944

Color information

#601944 (or 0x601944) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 44. RGB value is (96,25,68). Sum of RGB (Red+Green+Blue) = 96+25+68=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601944 is #9FE6BB. Grayscale: #333333. Windows color (decimal): -10479292 or 4462944. OLE color: 4462944.

HSL color Cylindrical-coordinate representation of color #601944: hue angle of 323.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601944 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB962568-
CMYK00.740.290.62
HSL323.66º58.68%23.73%-
HSV(B)323.66º73.96%37.65%-
XYZ6.213.65.84-
YUV51.13137.52160-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=50.79%
G=13.23%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256800.740.290.62323.6658.6823.73
Hex60194404A1D3E1443b18
Octal14031104011235765047330
Binary1100000110011000100010010101110111111010100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601944; }

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

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

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

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

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

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

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

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