Shades of Pompadour #5B1B37
Tints of Pompadour #5B1B37
RGB
CMYK
RGB Variations
Color information
#5B1B37 (or 0x5B1B37) is known color: Pompadour. HEX triplet: 5B, 1B and 37. RGB value is (91,27,55). Sum of RGB (Red+Green+Blue) = 91+27+55=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B37 is #A4E4C8. Grayscale: #313131. Windows color (decimal): -10806473 or 3611483. OLE color: 3611483.
HSL color Cylindrical-coordinate representation of color #5B1B37: hue angle of 333.75º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B37 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 55 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.64 |
| HSL | 333.75º | 0.54% | 0.23% | - |
| HSV(B) | 333.75º | 0.7% | 0.36% | - |
| XYZ | 5.4 | 3.28 | 3.96 | - |
| YUV | 49.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 55 | 0 | 0.70 | 0.40 | 0.64 | 333.75 | 0.54 | 0.23 |
| Hex | 5B | 1B | 37 | 0 | 46 | 28 | 40 | 14E | 36 | 17 |
| Octal | 133 | 33 | 67 | 0 | 106 | 50 | 100 | 516 | 66 | 27 |
| Binary | 1011011 | 11011 | 110111 | 0 | 1000110 | 101000 | 1000000 | 101001110 | 110110 | 10111 |
Color Harmonies of #5B1B37
Complementary color
Monochromatic Colors of #5B1B37
Black with #5B1B37
Text Example
Text Example
White with #5B1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B37; }
p { color: rgb(91,27,55); }
H1.HeaderClassName
{
color: #5B1B37;
}
.AnyTagClassName
{
color: #5B1B37;
}
</style>
background-color css
<style>
a { background-color: #5B1B37; }
a { background-color: rgb(91,27,55); }
div.DivClassName
{
background-color: #5B1B37;
}
.BgClassName
{
background-color: #5B1B37;
}
</style>
border-color css
<style>
span { border-color: #5B1B37; }
span { border-color: rgb(91,27,55); }
td.TdClassName
{
border-color: #5B1B37;
}
.TagClassName
{
border-color: #5B1B37;
}
</style>