Shades of Pompadour #5F1538
Tints of Pompadour #5F1538
RGB
CMYK
RGB Variations
Color information
#5F1538 (or 0x5F1538) is known color: Pompadour. HEX triplet: 5F, 15 and 38. RGB value is (95,21,56). Sum of RGB (Red+Green+Blue) = 95+21+56=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1538 is #A0EAC7. Grayscale: #2F2F2F. Windows color (decimal): -10545864 or 3675487. OLE color: 3675487.
HSL color Cylindrical-coordinate representation of color #5F1538: hue angle of 331.62º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1538 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 21 | 56 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.63 |
| HSL | 331.62º | 0.64% | 0.23% | - |
| HSV(B) | 331.62º | 0.78% | 0.37% | - |
| XYZ | 5.7 | 3.25 | 4.07 | - |
| YUV | 47.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 56 | 0 | 0.78 | 0.41 | 0.63 | 331.62 | 0.64 | 0.23 |
| Hex | 5F | 15 | 38 | 0 | 4E | 29 | 3F | 14C | 40 | 17 |
| Octal | 137 | 25 | 70 | 0 | 116 | 51 | 77 | 514 | 100 | 27 |
| Binary | 1011111 | 10101 | 111000 | 0 | 1001110 | 101001 | 111111 | 101001100 | 1000000 | 10111 |
Color Harmonies of #5F1538
Complementary color
Monochromatic Colors of #5F1538
Black with #5F1538
Text Example
Text Example
White with #5F1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1538; }
p { color: rgb(95,21,56); }
H1.HeaderClassName
{
color: #5F1538;
}
.AnyTagClassName
{
color: #5F1538;
}
</style>
background-color css
<style>
a { background-color: #5F1538; }
a { background-color: rgb(95,21,56); }
div.DivClassName
{
background-color: #5F1538;
}
.BgClassName
{
background-color: #5F1538;
}
</style>
border-color css
<style>
span { border-color: #5F1538; }
span { border-color: rgb(95,21,56); }
td.TdClassName
{
border-color: #5F1538;
}
.TagClassName
{
border-color: #5F1538;
}
</style>