#601642

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

Shades of Pompadour #601642

Tints of Pompadour #601642

Color information

#601642 (or 0x601642) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 42. RGB value is (96,22,66). Sum of RGB (Red+Green+Blue) = 96+22+66=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601642 is #9FE9BD. Grayscale: #313131. Windows color (decimal): -10480062 or 4331104. OLE color: 4331104.

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

Color convert

RGB962266-
CMYK00.770.310.62
HSL324.32º62.71%23.14%-
HSV(B)324.32º77.08%37.65%-
XYZ6.093.455.5-
YUV49.14137.52161.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=52.17%
G=11.96%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226600.770.310.62324.3262.7123.14
Hex60164204D1F3E1443f17
Octal14026102011537765047727
Binary1100000101101000010010011011111111111010100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601642; }

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

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

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

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

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

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

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

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