Shades of Pompadour #5B1536
Tints of Pompadour #5B1536
RGB
CMYK
RGB Variations
Color information
#5B1536 (or 0x5B1536) is known color: Pompadour. HEX triplet: 5B, 15 and 36. RGB value is (91,21,54). Sum of RGB (Red+Green+Blue) = 91+21+54=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1536 is #A4EAC9. Grayscale: #2D2D2D. Windows color (decimal): -10808010 or 3544411. OLE color: 3544411.
HSL color Cylindrical-coordinate representation of color #5B1536: hue angle of 331.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 #5B1536 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 54 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.64 |
| HSL | 331.71º | 0.63% | 0.22% | - |
| HSV(B) | 331.71º | 0.77% | 0.36% | - |
| XYZ | 5.25 | 3.03 | 3.8 | - |
| YUV | 45.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 54 | 0 | 0.77 | 0.41 | 0.64 | 331.71 | 0.63 | 0.22 |
| Hex | 5B | 15 | 36 | 0 | 4D | 29 | 40 | 14C | 3E | 16 |
| Octal | 133 | 25 | 66 | 0 | 115 | 51 | 100 | 514 | 76 | 26 |
| Binary | 1011011 | 10101 | 110110 | 0 | 1001101 | 101001 | 1000000 | 101001100 | 111110 | 10110 |
Color Harmonies of #5B1536
Complementary color
Monochromatic Colors of #5B1536
Black with #5B1536
Text Example
Text Example
White with #5B1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1536; }
p { color: rgb(91,21,54); }
H1.HeaderClassName
{
color: #5B1536;
}
.AnyTagClassName
{
color: #5B1536;
}
</style>
background-color css
<style>
a { background-color: #5B1536; }
a { background-color: rgb(91,21,54); }
div.DivClassName
{
background-color: #5B1536;
}
.BgClassName
{
background-color: #5B1536;
}
</style>
border-color css
<style>
span { border-color: #5B1536; }
span { border-color: rgb(91,21,54); }
td.TdClassName
{
border-color: #5B1536;
}
.TagClassName
{
border-color: #5B1536;
}
</style>