Shades of Pompadour #5B154A
Tints of Pompadour #5B154A
RGB
CMYK
RGB Variations
Color information
#5B154A (or 0x5B154A) is known color: Pompadour. HEX triplet: 5B, 15 and 4A. RGB value is (91,21,74). Sum of RGB (Red+Green+Blue) = 91+21+74=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B154A is #A4EAB5. Grayscale: #2F2F2F. Windows color (decimal): -10807990 or 4855131. OLE color: 4855131.
HSL color Cylindrical-coordinate representation of color #5B154A: hue angle of 314.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B154A is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 74 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.64 |
| HSL | 314.57º | 0.63% | 0.22% | - |
| HSV(B) | 314.57º | 0.77% | 0.36% | - |
| XYZ | 5.82 | 3.25 | 6.8 | - |
| YUV | 47.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 74 | 0 | 0.77 | 0.19 | 0.64 | 314.57 | 0.63 | 0.22 |
| Hex | 5B | 15 | 4A | 0 | 4D | 13 | 40 | 13B | 3E | 16 |
| Octal | 133 | 25 | 112 | 0 | 115 | 23 | 100 | 473 | 76 | 26 |
| Binary | 1011011 | 10101 | 1001010 | 0 | 1001101 | 10011 | 1000000 | 100111011 | 111110 | 10110 |
Color Harmonies of #5B154A
Complementary color
Monochromatic Colors of #5B154A
Black with #5B154A
Text Example
Text Example
White with #5B154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B154A; }
p { color: rgb(91,21,74); }
H1.HeaderClassName
{
color: #5B154A;
}
.AnyTagClassName
{
color: #5B154A;
}
</style>
background-color css
<style>
a { background-color: #5B154A; }
a { background-color: rgb(91,21,74); }
div.DivClassName
{
background-color: #5B154A;
}
.BgClassName
{
background-color: #5B154A;
}
</style>
border-color css
<style>
span { border-color: #5B154A; }
span { border-color: rgb(91,21,74); }
td.TdClassName
{
border-color: #5B154A;
}
.TagClassName
{
border-color: #5B154A;
}
</style>