Shades of Pompadour #5B154B
Tints of Pompadour #5B154B
RGB
CMYK
RGB Variations
Color information
#5B154B (or 0x5B154B) is known color: Pompadour. HEX triplet: 5B, 15 and 4B. RGB value is (91,21,75). Sum of RGB (Red+Green+Blue) = 91+21+75=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B154B is #A4EAB4. Grayscale: #2F2F2F. Windows color (decimal): -10807989 or 4920667. OLE color: 4920667.
HSL color Cylindrical-coordinate representation of color #5B154B: hue angle of 313.71º 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 #5B154B is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 75 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.64 |
| HSL | 313.71º | 0.63% | 0.22% | - |
| HSV(B) | 313.71º | 0.77% | 0.36% | - |
| XYZ | 5.85 | 3.27 | 6.98 | - |
| YUV | 48.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 75 | 0 | 0.77 | 0.18 | 0.64 | 313.71 | 0.63 | 0.22 |
| Hex | 5B | 15 | 4B | 0 | 4D | 12 | 40 | 13A | 3E | 16 |
| Octal | 133 | 25 | 113 | 0 | 115 | 22 | 100 | 472 | 76 | 26 |
| Binary | 1011011 | 10101 | 1001011 | 0 | 1001101 | 10010 | 1000000 | 100111010 | 111110 | 10110 |
Color Harmonies of #5B154B
Complementary color
Monochromatic Colors of #5B154B
Black with #5B154B
Text Example
Text Example
White with #5B154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B154B; }
p { color: rgb(91,21,75); }
H1.HeaderClassName
{
color: #5B154B;
}
.AnyTagClassName
{
color: #5B154B;
}
</style>
background-color css
<style>
a { background-color: #5B154B; }
a { background-color: rgb(91,21,75); }
div.DivClassName
{
background-color: #5B154B;
}
.BgClassName
{
background-color: #5B154B;
}
</style>
border-color css
<style>
span { border-color: #5B154B; }
span { border-color: rgb(91,21,75); }
td.TdClassName
{
border-color: #5B154B;
}
.TagClassName
{
border-color: #5B154B;
}
</style>