Shades of Pompadour #601946
Tints of Pompadour #601946
RGB
CMYK
RGB Variations
Color information
#601946 (or 0x601946) is known color: Pompadour. HEX triplet: 60, 19 and 46. RGB value is (96,25,70). Sum of RGB (Red+Green+Blue) = 96+25+70=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601946 is #9FE6B9. Grayscale: #333333. Windows color (decimal): -10479290 or 4594016. OLE color: 4594016.
HSL color Cylindrical-coordinate representation of color #601946: hue angle of 321.97º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601946 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 70 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.62 |
| HSL | 321.97º | 0.59% | 0.24% | - |
| HSV(B) | 321.97º | 0.74% | 0.38% | - |
| XYZ | 6.28 | 3.62 | 6.16 | - |
| YUV | 51.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 70 | 0 | 0.74 | 0.27 | 0.62 | 321.97 | 0.59 | 0.24 |
| Hex | 60 | 19 | 46 | 0 | 4A | 1B | 3E | 142 | 3B | 18 |
| Octal | 140 | 31 | 106 | 0 | 112 | 33 | 76 | 502 | 73 | 30 |
| Binary | 1100000 | 11001 | 1000110 | 0 | 1001010 | 11011 | 111110 | 101000010 | 111011 | 11000 |
Color Harmonies of #601946
Complementary color
Monochromatic Colors of #601946
Black with #601946
Text Example
Text Example
White with #601946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601946; }
p { color: rgb(96,25,70); }
H1.HeaderClassName
{
color: #601946;
}
.AnyTagClassName
{
color: #601946;
}
</style>
background-color css
<style>
a { background-color: #601946; }
a { background-color: rgb(96,25,70); }
div.DivClassName
{
background-color: #601946;
}
.BgClassName
{
background-color: #601946;
}
</style>
border-color css
<style>
span { border-color: #601946; }
span { border-color: rgb(96,25,70); }
td.TdClassName
{
border-color: #601946;
}
.TagClassName
{
border-color: #601946;
}
</style>