Shades of Pompadour #5F1739
Tints of Pompadour #5F1739
RGB
CMYK
RGB Variations
Color information
#5F1739 (or 0x5F1739) is known color: Pompadour. HEX triplet: 5F, 17 and 39. RGB value is (95,23,57). Sum of RGB (Red+Green+Blue) = 95+23+57=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1739 is #A0E8C6. Grayscale: #303030. Windows color (decimal): -10545351 or 3741535. OLE color: 3741535.
HSL color Cylindrical-coordinate representation of color #5F1739: hue angle of 331.67º 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 #5F1739 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 57 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.63 |
| HSL | 331.67º | 0.61% | 0.23% | - |
| HSV(B) | 331.67º | 0.76% | 0.37% | - |
| XYZ | 5.76 | 3.34 | 4.21 | - |
| YUV | 48.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 57 | 0 | 0.76 | 0.40 | 0.63 | 331.67 | 0.61 | 0.23 |
| Hex | 5F | 17 | 39 | 0 | 4C | 28 | 3F | 14C | 3D | 17 |
| Octal | 137 | 27 | 71 | 0 | 114 | 50 | 77 | 514 | 75 | 27 |
| Binary | 1011111 | 10111 | 111001 | 0 | 1001100 | 101000 | 111111 | 101001100 | 111101 | 10111 |
Color Harmonies of #5F1739
Complementary color
Monochromatic Colors of #5F1739
Black with #5F1739
Text Example
Text Example
White with #5F1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1739; }
p { color: rgb(95,23,57); }
H1.HeaderClassName
{
color: #5F1739;
}
.AnyTagClassName
{
color: #5F1739;
}
</style>
background-color css
<style>
a { background-color: #5F1739; }
a { background-color: rgb(95,23,57); }
div.DivClassName
{
background-color: #5F1739;
}
.BgClassName
{
background-color: #5F1739;
}
</style>
border-color css
<style>
span { border-color: #5F1739; }
span { border-color: rgb(95,23,57); }
td.TdClassName
{
border-color: #5F1739;
}
.TagClassName
{
border-color: #5F1739;
}
</style>