Shades of Pompadour #601F41
Tints of Pompadour #601F41
RGB
CMYK
RGB Variations
Color information
#601F41 (or 0x601F41) is known color: Pompadour. HEX triplet: 60, 1F and 41. RGB value is (96,31,65). Sum of RGB (Red+Green+Blue) = 96+31+65=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F41 is #9FE0BE. Grayscale: #363636. Windows color (decimal): -10477759 or 4267872. OLE color: 4267872.
HSL color Cylindrical-coordinate representation of color #601F41: hue angle of 328.62º 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 #601F41 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 65 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.62 |
| HSL | 328.62º | 0.51% | 0.25% | - |
| HSV(B) | 328.62º | 0.68% | 0.38% | - |
| XYZ | 6.27 | 3.85 | 5.41 | - |
| YUV | 54.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 65 | 0 | 0.68 | 0.32 | 0.62 | 328.62 | 0.51 | 0.25 |
| Hex | 60 | 1F | 41 | 0 | 44 | 20 | 3E | 149 | 33 | 19 |
| Octal | 140 | 37 | 101 | 0 | 104 | 40 | 76 | 511 | 63 | 31 |
| Binary | 1100000 | 11111 | 1000001 | 0 | 1000100 | 100000 | 111110 | 101001001 | 110011 | 11001 |
Color Harmonies of #601F41
Complementary color
Monochromatic Colors of #601F41
Black with #601F41
Text Example
Text Example
White with #601F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F41; }
p { color: rgb(96,31,65); }
H1.HeaderClassName
{
color: #601F41;
}
.AnyTagClassName
{
color: #601F41;
}
</style>
background-color css
<style>
a { background-color: #601F41; }
a { background-color: rgb(96,31,65); }
div.DivClassName
{
background-color: #601F41;
}
.BgClassName
{
background-color: #601F41;
}
</style>
border-color css
<style>
span { border-color: #601F41; }
span { border-color: rgb(96,31,65); }
td.TdClassName
{
border-color: #601F41;
}
.TagClassName
{
border-color: #601F41;
}
</style>