Shades of Pompadour #5F1333
Tints of Pompadour #5F1333
RGB
CMYK
RGB Variations
Color information
#5F1333 (or 0x5F1333) is known color: Pompadour. HEX triplet: 5F, 13 and 33. RGB value is (95,19,51). Sum of RGB (Red+Green+Blue) = 95+19+51=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1333 is #A0ECCC. Grayscale: #2D2D2D. Windows color (decimal): -10546381 or 3347295. OLE color: 3347295.
HSL color Cylindrical-coordinate representation of color #5F1333: hue angle of 334.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1333 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 51 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.63 |
| HSL | 334.74º | 0.67% | 0.22% | - |
| HSV(B) | 334.74º | 0.8% | 0.37% | - |
| XYZ | 5.55 | 3.14 | 3.45 | - |
| YUV | 45.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 51 | 0 | 0.80 | 0.46 | 0.63 | 334.74 | 0.67 | 0.22 |
| Hex | 5F | 13 | 33 | 0 | 50 | 2E | 3F | 14F | 43 | 16 |
| Octal | 137 | 23 | 63 | 0 | 120 | 56 | 77 | 517 | 103 | 26 |
| Binary | 1011111 | 10011 | 110011 | 0 | 1010000 | 101110 | 111111 | 101001111 | 1000011 | 10110 |
Color Harmonies of #5F1333
Complementary color
Monochromatic Colors of #5F1333
Black with #5F1333
Text Example
Text Example
White with #5F1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1333; }
p { color: rgb(95,19,51); }
H1.HeaderClassName
{
color: #5F1333;
}
.AnyTagClassName
{
color: #5F1333;
}
</style>
background-color css
<style>
a { background-color: #5F1333; }
a { background-color: rgb(95,19,51); }
div.DivClassName
{
background-color: #5F1333;
}
.BgClassName
{
background-color: #5F1333;
}
</style>
border-color css
<style>
span { border-color: #5F1333; }
span { border-color: rgb(95,19,51); }
td.TdClassName
{
border-color: #5F1333;
}
.TagClassName
{
border-color: #5F1333;
}
</style>