Shades of Pompadour #5F1737
Tints of Pompadour #5F1737
RGB
CMYK
RGB Variations
Color information
#5F1737 (or 0x5F1737) is known color: Pompadour. HEX triplet: 5F, 17 and 37. RGB value is (95,23,55). Sum of RGB (Red+Green+Blue) = 95+23+55=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1737 is #A0E8C8. Grayscale: #303030. Windows color (decimal): -10545353 or 3610463. OLE color: 3610463.
HSL color Cylindrical-coordinate representation of color #5F1737: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1737 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 55 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.63 |
| HSL | 333.33º | 0.61% | 0.23% | - |
| HSV(B) | 333.33º | 0.76% | 0.37% | - |
| XYZ | 5.72 | 3.32 | 3.95 | - |
| YUV | 48.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 55 | 0 | 0.76 | 0.42 | 0.63 | 333.33 | 0.61 | 0.23 |
| Hex | 5F | 17 | 37 | 0 | 4C | 2A | 3F | 14D | 3D | 17 |
| Octal | 137 | 27 | 67 | 0 | 114 | 52 | 77 | 515 | 75 | 27 |
| Binary | 1011111 | 10111 | 110111 | 0 | 1001100 | 101010 | 111111 | 101001101 | 111101 | 10111 |
Color Harmonies of #5F1737
Complementary color
Monochromatic Colors of #5F1737
Black with #5F1737
Text Example
Text Example
White with #5F1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1737; }
p { color: rgb(95,23,55); }
H1.HeaderClassName
{
color: #5F1737;
}
.AnyTagClassName
{
color: #5F1737;
}
</style>
background-color css
<style>
a { background-color: #5F1737; }
a { background-color: rgb(95,23,55); }
div.DivClassName
{
background-color: #5F1737;
}
.BgClassName
{
background-color: #5F1737;
}
</style>
border-color css
<style>
span { border-color: #5F1737; }
span { border-color: rgb(95,23,55); }
td.TdClassName
{
border-color: #5F1737;
}
.TagClassName
{
border-color: #5F1737;
}
</style>