Shades of Pompadour #5F1F4B
Tints of Pompadour #5F1F4B
RGB
CMYK
RGB Variations
Color information
#5F1F4B (or 0x5F1F4B) is known color: Pompadour. HEX triplet: 5F, 1F and 4B. RGB value is (95,31,75). Sum of RGB (Red+Green+Blue) = 95+31+75=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1F4B is #A0E0B4. Grayscale: #373737. Windows color (decimal): -10543285 or 4923231. OLE color: 4923231.
HSL color Cylindrical-coordinate representation of color #5F1F4B: hue angle of 318.75º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F1F4B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 31 | 75 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.63 |
| HSL | 318.75º | 0.51% | 0.25% | - |
| HSV(B) | 318.75º | 0.67% | 0.37% | - |
| XYZ | 6.48 | 3.92 | 7.07 | - |
| YUV | 55.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 75 | 0 | 0.67 | 0.21 | 0.63 | 318.75 | 0.51 | 0.25 |
| Hex | 5F | 1F | 4B | 0 | 43 | 15 | 3F | 13F | 33 | 19 |
| Octal | 137 | 37 | 113 | 0 | 103 | 25 | 77 | 477 | 63 | 31 |
| Binary | 1011111 | 11111 | 1001011 | 0 | 1000011 | 10101 | 111111 | 100111111 | 110011 | 11001 |
Color Harmonies of #5F1F4B
Complementary color
Monochromatic Colors of #5F1F4B
Black with #5F1F4B
Text Example
Text Example
White with #5F1F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1F4B; }
p { color: rgb(95,31,75); }
H1.HeaderClassName
{
color: #5F1F4B;
}
.AnyTagClassName
{
color: #5F1F4B;
}
</style>
background-color css
<style>
a { background-color: #5F1F4B; }
a { background-color: rgb(95,31,75); }
div.DivClassName
{
background-color: #5F1F4B;
}
.BgClassName
{
background-color: #5F1F4B;
}
</style>
border-color css
<style>
span { border-color: #5F1F4B; }
span { border-color: rgb(95,31,75); }
td.TdClassName
{
border-color: #5F1F4B;
}
.TagClassName
{
border-color: #5F1F4B;
}
</style>