#601640

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

Shades of Pompadour #601640

Tints of Pompadour #601640

Color information

#601640 (or 0x601640) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 40. RGB value is (96,22,64). Sum of RGB (Red+Green+Blue) = 96+22+64=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601640 is #9FE9BF. Grayscale: #303030. Windows color (decimal): -10480064 or 4200032. OLE color: 4200032.

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

Color convert

RGB962264-
CMYK00.770.330.62
HSL325.95º62.71%23.14%-
HSV(B)325.95º77.08%37.65%-
XYZ6.043.435.19-
YUV48.91136.52161.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=52.75%
G=12.09%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226400.770.330.62325.9562.7123.14
Hex60164004D213E1463f17
Octal14026100011541765067727
Binary11000001011010000000100110110000111111010100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601640; }

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

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

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

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

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

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

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

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