Shades of Pompadour #5F1C4B
Tints of Pompadour #5F1C4B
RGB
CMYK
RGB Variations
Color information
#5F1C4B (or 0x5F1C4B) is known color: Pompadour. HEX triplet: 5F, 1C and 4B. RGB value is (95,28,75). Sum of RGB (Red+Green+Blue) = 95+28+75=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1C4B is #A0E3B4. Grayscale: #353535. Windows color (decimal): -10544053 or 4922463. OLE color: 4922463.
HSL color Cylindrical-coordinate representation of color #5F1C4B: hue angle of 317.91º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F1C4B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 28 | 75 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.63 |
| HSL | 317.91º | 0.54% | 0.24% | - |
| HSV(B) | 317.91º | 0.71% | 0.37% | - |
| XYZ | 6.4 | 3.77 | 7.05 | - |
| YUV | 53.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 75 | 0 | 0.71 | 0.21 | 0.63 | 317.91 | 0.54 | 0.24 |
| Hex | 5F | 1C | 4B | 0 | 47 | 15 | 3F | 13E | 36 | 18 |
| Octal | 137 | 34 | 113 | 0 | 107 | 25 | 77 | 476 | 66 | 30 |
| Binary | 1011111 | 11100 | 1001011 | 0 | 1000111 | 10101 | 111111 | 100111110 | 110110 | 11000 |
Color Harmonies of #5F1C4B
Complementary color
Monochromatic Colors of #5F1C4B
Black with #5F1C4B
Text Example
Text Example
White with #5F1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1C4B; }
p { color: rgb(95,28,75); }
H1.HeaderClassName
{
color: #5F1C4B;
}
.AnyTagClassName
{
color: #5F1C4B;
}
</style>
background-color css
<style>
a { background-color: #5F1C4B; }
a { background-color: rgb(95,28,75); }
div.DivClassName
{
background-color: #5F1C4B;
}
.BgClassName
{
background-color: #5F1C4B;
}
</style>
border-color css
<style>
span { border-color: #5F1C4B; }
span { border-color: rgb(95,28,75); }
td.TdClassName
{
border-color: #5F1C4B;
}
.TagClassName
{
border-color: #5F1C4B;
}
</style>