Shades of Pompadour #5F1B3B
Tints of Pompadour #5F1B3B
RGB
CMYK
RGB Variations
Color information
#5F1B3B (or 0x5F1B3B) is known color: Pompadour. HEX triplet: 5F, 1B and 3B. RGB value is (95,27,59). Sum of RGB (Red+Green+Blue) = 95+27+59=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1B3B is #A0E4C4. Grayscale: #323232. Windows color (decimal): -10544325 or 3873631. OLE color: 3873631.
HSL color Cylindrical-coordinate representation of color #5F1B3B: hue angle of 331.76º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B3B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 27 | 59 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.63 |
| HSL | 331.76º | 0.56% | 0.24% | - |
| HSV(B) | 331.76º | 0.72% | 0.37% | - |
| XYZ | 5.9 | 3.53 | 4.51 | - |
| YUV | 50.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 59 | 0 | 0.72 | 0.38 | 0.63 | 331.76 | 0.56 | 0.24 |
| Hex | 5F | 1B | 3B | 0 | 48 | 26 | 3F | 14C | 38 | 18 |
| Octal | 137 | 33 | 73 | 0 | 110 | 46 | 77 | 514 | 70 | 30 |
| Binary | 1011111 | 11011 | 111011 | 0 | 1001000 | 100110 | 111111 | 101001100 | 111000 | 11000 |
Color Harmonies of #5F1B3B
Complementary color
Monochromatic Colors of #5F1B3B
Black with #5F1B3B
Text Example
Text Example
White with #5F1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B3B; }
p { color: rgb(95,27,59); }
H1.HeaderClassName
{
color: #5F1B3B;
}
.AnyTagClassName
{
color: #5F1B3B;
}
</style>
background-color css
<style>
a { background-color: #5F1B3B; }
a { background-color: rgb(95,27,59); }
div.DivClassName
{
background-color: #5F1B3B;
}
.BgClassName
{
background-color: #5F1B3B;
}
</style>
border-color css
<style>
span { border-color: #5F1B3B; }
span { border-color: rgb(95,27,59); }
td.TdClassName
{
border-color: #5F1B3B;
}
.TagClassName
{
border-color: #5F1B3B;
}
</style>