Shades of Pompadour #5F1348
Tints of Pompadour #5F1348
RGB
CMYK
RGB Variations
Color information
#5F1348 (or 0x5F1348) is known color: Pompadour. HEX triplet: 5F, 13 and 48. RGB value is (95,19,72). Sum of RGB (Red+Green+Blue) = 95+19+72=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1348 is #A0ECB7. Grayscale: #2F2F2F. Windows color (decimal): -10546360 or 4723551. OLE color: 4723551.
HSL color Cylindrical-coordinate representation of color #5F1348: hue angle of 318.16º 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 #5F1348 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 72 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.63 |
| HSL | 318.16º | 0.67% | 0.22% | - |
| HSV(B) | 318.16º | 0.8% | 0.37% | - |
| XYZ | 6.12 | 3.37 | 6.46 | - |
| YUV | 47.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 72 | 0 | 0.80 | 0.24 | 0.63 | 318.16 | 0.67 | 0.22 |
| Hex | 5F | 13 | 48 | 0 | 50 | 18 | 3F | 13E | 43 | 16 |
| Octal | 137 | 23 | 110 | 0 | 120 | 30 | 77 | 476 | 103 | 26 |
| Binary | 1011111 | 10011 | 1001000 | 0 | 1010000 | 11000 | 111111 | 100111110 | 1000011 | 10110 |
Color Harmonies of #5F1348
Complementary color
Monochromatic Colors of #5F1348
Black with #5F1348
Text Example
Text Example
White with #5F1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1348; }
p { color: rgb(95,19,72); }
H1.HeaderClassName
{
color: #5F1348;
}
.AnyTagClassName
{
color: #5F1348;
}
</style>
background-color css
<style>
a { background-color: #5F1348; }
a { background-color: rgb(95,19,72); }
div.DivClassName
{
background-color: #5F1348;
}
.BgClassName
{
background-color: #5F1348;
}
</style>
border-color css
<style>
span { border-color: #5F1348; }
span { border-color: rgb(95,19,72); }
td.TdClassName
{
border-color: #5F1348;
}
.TagClassName
{
border-color: #5F1348;
}
</style>