Shades of Pompadour #601F40
Tints of Pompadour #601F40
RGB
CMYK
RGB Variations
Color information
#601F40 (or 0x601F40) is known color: Pompadour. HEX triplet: 60, 1F and 40. RGB value is (96,31,64). Sum of RGB (Red+Green+Blue) = 96+31+64=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F40 is #9FE0BF. Grayscale: #363636. Windows color (decimal): -10477760 or 4202336. OLE color: 4202336.
HSL color Cylindrical-coordinate representation of color #601F40: hue angle of 329.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F40 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 64 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.62 |
| HSL | 329.54º | 0.51% | 0.25% | - |
| HSV(B) | 329.54º | 0.68% | 0.38% | - |
| XYZ | 6.24 | 3.84 | 5.26 | - |
| YUV | 54.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 64 | 0 | 0.68 | 0.33 | 0.62 | 329.54 | 0.51 | 0.25 |
| Hex | 60 | 1F | 40 | 0 | 44 | 21 | 3E | 14A | 33 | 19 |
| Octal | 140 | 37 | 100 | 0 | 104 | 41 | 76 | 512 | 63 | 31 |
| Binary | 1100000 | 11111 | 1000000 | 0 | 1000100 | 100001 | 111110 | 101001010 | 110011 | 11001 |
Color Harmonies of #601F40
Complementary color
Monochromatic Colors of #601F40
Black with #601F40
Text Example
Text Example
White with #601F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F40; }
p { color: rgb(96,31,64); }
H1.HeaderClassName
{
color: #601F40;
}
.AnyTagClassName
{
color: #601F40;
}
</style>
background-color css
<style>
a { background-color: #601F40; }
a { background-color: rgb(96,31,64); }
div.DivClassName
{
background-color: #601F40;
}
.BgClassName
{
background-color: #601F40;
}
</style>
border-color css
<style>
span { border-color: #601F40; }
span { border-color: rgb(96,31,64); }
td.TdClassName
{
border-color: #601F40;
}
.TagClassName
{
border-color: #601F40;
}
</style>