Shades of Pompadour #5F304D
Tints of Pompadour #5F304D
RGB
CMYK
RGB Variations
Color information
#5F304D (or 0x5F304D) is known color: Pompadour. HEX triplet: 5F, 30 and 4D. RGB value is (95,48,77). Sum of RGB (Red+Green+Blue) = 95+48+77=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F304D is #A0CFB2. Grayscale: #414141. Windows color (decimal): -10538931 or 5058655. OLE color: 5058655.
HSL color Cylindrical-coordinate representation of color #5F304D: hue angle of 322.98º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F304D is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 48 | 77 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.63 |
| HSL | 322.98º | 0.33% | 0.28% | - |
| HSV(B) | 322.98º | 0.49% | 0.37% | - |
| XYZ | 7.12 | 5.08 | 7.63 | - |
| YUV | 65.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 77 | 0 | 0.49 | 0.19 | 0.63 | 322.98 | 0.33 | 0.28 |
| Hex | 5F | 30 | 4D | 0 | 31 | 13 | 3F | 143 | 21 | 1C |
| Octal | 137 | 60 | 115 | 0 | 61 | 23 | 77 | 503 | 41 | 34 |
| Binary | 1011111 | 110000 | 1001101 | 0 | 110001 | 10011 | 111111 | 101000011 | 100001 | 11100 |
Color Harmonies of #5F304D
Complementary color
Monochromatic Colors of #5F304D
Black with #5F304D
Text Example
Text Example
White with #5F304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F304D; }
p { color: rgb(95,48,77); }
H1.HeaderClassName
{
color: #5F304D;
}
.AnyTagClassName
{
color: #5F304D;
}
</style>
background-color css
<style>
a { background-color: #5F304D; }
a { background-color: rgb(95,48,77); }
div.DivClassName
{
background-color: #5F304D;
}
.BgClassName
{
background-color: #5F304D;
}
</style>
border-color css
<style>
span { border-color: #5F304D; }
span { border-color: rgb(95,48,77); }
td.TdClassName
{
border-color: #5F304D;
}
.TagClassName
{
border-color: #5F304D;
}
</style>