Shades of Pompadour #5B1437
Tints of Pompadour #5B1437
RGB
CMYK
RGB Variations
Color information
#5B1437 (or 0x5B1437) is known color: Pompadour. HEX triplet: 5B, 14 and 37. RGB value is (91,20,55). Sum of RGB (Red+Green+Blue) = 91+20+55=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1437 is #A4EBC8. Grayscale: #2D2D2D. Windows color (decimal): -10808265 or 3609691. OLE color: 3609691.
HSL color Cylindrical-coordinate representation of color #5B1437: hue angle of 330.42º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1437 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 55 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.64 |
| HSL | 330.42º | 0.64% | 0.22% | - |
| HSV(B) | 330.42º | 0.78% | 0.36% | - |
| XYZ | 5.25 | 3 | 3.92 | - |
| YUV | 45.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 55 | 0 | 0.78 | 0.40 | 0.64 | 330.42 | 0.64 | 0.22 |
| Hex | 5B | 14 | 37 | 0 | 4E | 28 | 40 | 14A | 40 | 16 |
| Octal | 133 | 24 | 67 | 0 | 116 | 50 | 100 | 512 | 100 | 26 |
| Binary | 1011011 | 10100 | 110111 | 0 | 1001110 | 101000 | 1000000 | 101001010 | 1000000 | 10110 |
Color Harmonies of #5B1437
Complementary color
Monochromatic Colors of #5B1437
Black with #5B1437
Text Example
Text Example
White with #5B1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1437; }
p { color: rgb(91,20,55); }
H1.HeaderClassName
{
color: #5B1437;
}
.AnyTagClassName
{
color: #5B1437;
}
</style>
background-color css
<style>
a { background-color: #5B1437; }
a { background-color: rgb(91,20,55); }
div.DivClassName
{
background-color: #5B1437;
}
.BgClassName
{
background-color: #5B1437;
}
</style>
border-color css
<style>
span { border-color: #5B1437; }
span { border-color: rgb(91,20,55); }
td.TdClassName
{
border-color: #5B1437;
}
.TagClassName
{
border-color: #5B1437;
}
</style>