Shades of Pompadour #5F1736
Tints of Pompadour #5F1736
RGB
CMYK
RGB Variations
Color information
#5F1736 (or 0x5F1736) is known color: Pompadour. HEX triplet: 5F, 17 and 36. RGB value is (95,23,54). Sum of RGB (Red+Green+Blue) = 95+23+54=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1736 is #A0E8C9. Grayscale: #303030. Windows color (decimal): -10545354 or 3544927. OLE color: 3544927.
HSL color Cylindrical-coordinate representation of color #5F1736: hue angle of 334.17º 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 #5F1736 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 54 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.63 |
| HSL | 334.17º | 0.61% | 0.23% | - |
| HSV(B) | 334.17º | 0.76% | 0.37% | - |
| XYZ | 5.69 | 3.31 | 3.83 | - |
| YUV | 48.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 54 | 0 | 0.76 | 0.43 | 0.63 | 334.17 | 0.61 | 0.23 |
| Hex | 5F | 17 | 36 | 0 | 4C | 2B | 3F | 14E | 3D | 17 |
| Octal | 137 | 27 | 66 | 0 | 114 | 53 | 77 | 516 | 75 | 27 |
| Binary | 1011111 | 10111 | 110110 | 0 | 1001100 | 101011 | 111111 | 101001110 | 111101 | 10111 |
Color Harmonies of #5F1736
Complementary color
Monochromatic Colors of #5F1736
Black with #5F1736
Text Example
Text Example
White with #5F1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1736; }
p { color: rgb(95,23,54); }
H1.HeaderClassName
{
color: #5F1736;
}
.AnyTagClassName
{
color: #5F1736;
}
</style>
background-color css
<style>
a { background-color: #5F1736; }
a { background-color: rgb(95,23,54); }
div.DivClassName
{
background-color: #5F1736;
}
.BgClassName
{
background-color: #5F1736;
}
</style>
border-color css
<style>
span { border-color: #5F1736; }
span { border-color: rgb(95,23,54); }
td.TdClassName
{
border-color: #5F1736;
}
.TagClassName
{
border-color: #5F1736;
}
</style>