Shades of Pompadour #5F204B
Tints of Pompadour #5F204B
RGB
CMYK
RGB Variations
Color information
#5F204B (or 0x5F204B) is known color: Pompadour. HEX triplet: 5F, 20 and 4B. RGB value is (95,32,75). Sum of RGB (Red+Green+Blue) = 95+32+75=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F204B is #A0DFB4. Grayscale: #373737. Windows color (decimal): -10543029 or 4923487. OLE color: 4923487.
HSL color Cylindrical-coordinate representation of color #5F204B: hue angle of 319.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F204B is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 75 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.63 |
| HSL | 319.05º | 0.5% | 0.25% | - |
| HSV(B) | 319.05º | 0.66% | 0.37% | - |
| XYZ | 6.51 | 3.97 | 7.08 | - |
| YUV | 55.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 75 | 0 | 0.66 | 0.21 | 0.63 | 319.05 | 0.5 | 0.25 |
| Hex | 5F | 20 | 4B | 0 | 42 | 15 | 3F | 13F | 32 | 19 |
| Octal | 137 | 40 | 113 | 0 | 102 | 25 | 77 | 477 | 62 | 31 |
| Binary | 1011111 | 100000 | 1001011 | 0 | 1000010 | 10101 | 111111 | 100111111 | 110010 | 11001 |
Color Harmonies of #5F204B
Complementary color
Monochromatic Colors of #5F204B
Black with #5F204B
Text Example
Text Example
White with #5F204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F204B; }
p { color: rgb(95,32,75); }
H1.HeaderClassName
{
color: #5F204B;
}
.AnyTagClassName
{
color: #5F204B;
}
</style>
background-color css
<style>
a { background-color: #5F204B; }
a { background-color: rgb(95,32,75); }
div.DivClassName
{
background-color: #5F204B;
}
.BgClassName
{
background-color: #5F204B;
}
</style>
border-color css
<style>
span { border-color: #5F204B; }
span { border-color: rgb(95,32,75); }
td.TdClassName
{
border-color: #5F204B;
}
.TagClassName
{
border-color: #5F204B;
}
</style>