#601442

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

Shades of Pompadour #601442

Tints of Pompadour #601442

Color information

#601442 (or 0x601442) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 42. RGB value is (96,20,66). Sum of RGB (Red+Green+Blue) = 96+20+66=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601442 is #9FEBBD. Grayscale: #2F2F2F. Windows color (decimal): -10480574 or 4330592. OLE color: 4330592.

HSL color Cylindrical-coordinate representation of color #601442: hue angle of 323.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601442 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB962066-
CMYK00.790.310.62
HSL323.68º65.52%22.75%-
HSV(B)323.68º79.17%37.65%-
XYZ6.063.385.49-
YUV47.97138.18162.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=52.75%
G=10.99%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96206600.790.310.62323.6865.5222.75
Hex60144204F1F3E1444217
Octal140241020117377650410227
Binary11000001010010000100100111111111111110101000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601442; }

 p { color: rgb(96,20,66); }

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

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

 a { background-color: rgb(96,20,66); }

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

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

 span { border-color: rgb(96,20,66); }

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