Shades of Pompadour #601749
Tints of Pompadour #601749
RGB
CMYK
RGB Variations
Color information
#601749 (or 0x601749) is known color: Pompadour. HEX triplet: 60, 17 and 49. RGB value is (96,23,73). Sum of RGB (Red+Green+Blue) = 96+23+73=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601749 is #9FE8B6. Grayscale: #323232. Windows color (decimal): -10479799 or 4790112. OLE color: 4790112.
HSL color Cylindrical-coordinate representation of color #601749: hue angle of 318.9º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601749 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 73 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.62 |
| HSL | 318.9º | 0.61% | 0.23% | - |
| HSV(B) | 318.9º | 0.76% | 0.38% | - |
| XYZ | 6.33 | 3.58 | 6.66 | - |
| YUV | 50.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 73 | 0 | 0.76 | 0.24 | 0.62 | 318.9 | 0.61 | 0.23 |
| Hex | 60 | 17 | 49 | 0 | 4C | 18 | 3E | 13F | 3D | 17 |
| Octal | 140 | 27 | 111 | 0 | 114 | 30 | 76 | 477 | 75 | 27 |
| Binary | 1100000 | 10111 | 1001001 | 0 | 1001100 | 11000 | 111110 | 100111111 | 111101 | 10111 |
Color Harmonies of #601749
Complementary color
Monochromatic Colors of #601749
Black with #601749
Text Example
Text Example
White with #601749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601749; }
p { color: rgb(96,23,73); }
H1.HeaderClassName
{
color: #601749;
}
.AnyTagClassName
{
color: #601749;
}
</style>
background-color css
<style>
a { background-color: #601749; }
a { background-color: rgb(96,23,73); }
div.DivClassName
{
background-color: #601749;
}
.BgClassName
{
background-color: #601749;
}
</style>
border-color css
<style>
span { border-color: #601749; }
span { border-color: rgb(96,23,73); }
td.TdClassName
{
border-color: #601749;
}
.TagClassName
{
border-color: #601749;
}
</style>