Shades of Pompadour #5F154B
Tints of Pompadour #5F154B
RGB
CMYK
RGB Variations
Color information
#5F154B (or 0x5F154B) is known color: Pompadour. HEX triplet: 5F, 15 and 4B. RGB value is (95,21,75). Sum of RGB (Red+Green+Blue) = 95+21+75=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F154B is #A0EAB4. Grayscale: #313131. Windows color (decimal): -10545845 or 4920671. OLE color: 4920671.
HSL color Cylindrical-coordinate representation of color #5F154B: hue angle of 316.22º 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 #5F154B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 21 | 75 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.63 |
| HSL | 316.22º | 0.64% | 0.23% | - |
| HSV(B) | 316.22º | 0.78% | 0.37% | - |
| XYZ | 6.26 | 3.48 | 7 | - |
| YUV | 49.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 75 | 0 | 0.78 | 0.21 | 0.63 | 316.22 | 0.64 | 0.23 |
| Hex | 5F | 15 | 4B | 0 | 4E | 15 | 3F | 13C | 40 | 17 |
| Octal | 137 | 25 | 113 | 0 | 116 | 25 | 77 | 474 | 100 | 27 |
| Binary | 1011111 | 10101 | 1001011 | 0 | 1001110 | 10101 | 111111 | 100111100 | 1000000 | 10111 |
Color Harmonies of #5F154B
Complementary color
Monochromatic Colors of #5F154B
Black with #5F154B
Text Example
Text Example
White with #5F154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F154B; }
p { color: rgb(95,21,75); }
H1.HeaderClassName
{
color: #5F154B;
}
.AnyTagClassName
{
color: #5F154B;
}
</style>
background-color css
<style>
a { background-color: #5F154B; }
a { background-color: rgb(95,21,75); }
div.DivClassName
{
background-color: #5F154B;
}
.BgClassName
{
background-color: #5F154B;
}
</style>
border-color css
<style>
span { border-color: #5F154B; }
span { border-color: rgb(95,21,75); }
td.TdClassName
{
border-color: #5F154B;
}
.TagClassName
{
border-color: #5F154B;
}
</style>