Shades of Pompadour #601A41
Tints of Pompadour #601A41
RGB
CMYK
RGB Variations
Color information
#601A41 (or 0x601A41) is known color: Pompadour. HEX triplet: 60, 1A and 41. RGB value is (96,26,65). Sum of RGB (Red+Green+Blue) = 96+26+65=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A41 is #9FE5BE. Grayscale: #333333. Windows color (decimal): -10479039 or 4266592. OLE color: 4266592.
HSL color Cylindrical-coordinate representation of color #601A41: hue angle of 326.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A41 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 65 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.62 |
| HSL | 326.57º | 0.57% | 0.24% | - |
| HSV(B) | 326.57º | 0.73% | 0.38% | - |
| XYZ | 6.15 | 3.61 | 5.37 | - |
| YUV | 51.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 65 | 0 | 0.73 | 0.32 | 0.62 | 326.57 | 0.57 | 0.24 |
| Hex | 60 | 1A | 41 | 0 | 49 | 20 | 3E | 147 | 39 | 18 |
| Octal | 140 | 32 | 101 | 0 | 111 | 40 | 76 | 507 | 71 | 30 |
| Binary | 1100000 | 11010 | 1000001 | 0 | 1001001 | 100000 | 111110 | 101000111 | 111001 | 11000 |
Color Harmonies of #601A41
Complementary color
Monochromatic Colors of #601A41
Black with #601A41
Text Example
Text Example
White with #601A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A41; }
p { color: rgb(96,26,65); }
H1.HeaderClassName
{
color: #601A41;
}
.AnyTagClassName
{
color: #601A41;
}
</style>
background-color css
<style>
a { background-color: #601A41; }
a { background-color: rgb(96,26,65); }
div.DivClassName
{
background-color: #601A41;
}
.BgClassName
{
background-color: #601A41;
}
</style>
border-color css
<style>
span { border-color: #601A41; }
span { border-color: rgb(96,26,65); }
td.TdClassName
{
border-color: #601A41;
}
.TagClassName
{
border-color: #601A41;
}
</style>