Shades of Pompadour #5F304B
Tints of Pompadour #5F304B
RGB
CMYK
RGB Variations
Color information
#5F304B (or 0x5F304B) is known color: Pompadour. HEX triplet: 5F, 30 and 4B. RGB value is (95,48,75). Sum of RGB (Red+Green+Blue) = 95+48+75=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 95 - color contains mainly: red. Hex color #5F304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F304B is #A0CFB4. Grayscale: #414141. Windows color (decimal): -10538933 or 4927583. OLE color: 4927583.
HSL color Cylindrical-coordinate representation of color #5F304B: hue angle of 325.53º 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 #5F304B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 48 | 75 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.63 |
| HSL | 325.53º | 0.33% | 0.28% | - |
| HSV(B) | 325.53º | 0.49% | 0.37% | - |
| XYZ | 7.05 | 5.05 | 7.26 | - |
| YUV | 65.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 75 | 0 | 0.49 | 0.21 | 0.63 | 325.53 | 0.33 | 0.28 |
| Hex | 5F | 30 | 4B | 0 | 31 | 15 | 3F | 146 | 21 | 1C |
| Octal | 137 | 60 | 113 | 0 | 61 | 25 | 77 | 506 | 41 | 34 |
| Binary | 1011111 | 110000 | 1001011 | 0 | 110001 | 10101 | 111111 | 101000110 | 100001 | 11100 |
Color Harmonies of #5F304B
Complementary color
Monochromatic Colors of #5F304B
Black with #5F304B
Text Example
Text Example
White with #5F304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F304B; }
p { color: rgb(95,48,75); }
H1.HeaderClassName
{
color: #5F304B;
}
.AnyTagClassName
{
color: #5F304B;
}
</style>
background-color css
<style>
a { background-color: #5F304B; }
a { background-color: rgb(95,48,75); }
div.DivClassName
{
background-color: #5F304B;
}
.BgClassName
{
background-color: #5F304B;
}
</style>
border-color css
<style>
span { border-color: #5F304B; }
span { border-color: rgb(95,48,75); }
td.TdClassName
{
border-color: #5F304B;
}
.TagClassName
{
border-color: #5F304B;
}
</style>