#601636

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

Shades of Pompadour #601636

Tints of Pompadour #601636

Color information

#601636 (or 0x601636) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 36. RGB value is (96,22,54). Sum of RGB (Red+Green+Blue) = 96+22+54=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601636 is #9FE9C9. Grayscale: #2F2F2F. Windows color (decimal): -10480074 or 3544672. OLE color: 3544672.

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

Color convert

RGB962254-
CMYK00.770.440.62
HSL334.05º62.71%23.14%-
HSV(B)334.05º77.08%37.65%-
XYZ5.783.333.83-
YUV47.77131.52162.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=55.81%
G=12.79%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96225400.770.440.62334.0562.7123.14
Hex60163604D2C3E14e3f17
Octal1402666011554765167727
Binary1100000101101101100100110110110011111010100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601636; }

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

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

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

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

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

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

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

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