Shades of Pompadour #5B1637
Tints of Pompadour #5B1637
RGB
CMYK
RGB Variations
Color information
#5B1637 (or 0x5B1637) is known color: Pompadour. HEX triplet: 5B, 16 and 37. RGB value is (91,22,55). Sum of RGB (Red+Green+Blue) = 91+22+55=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1637 is #A4E9C8. Grayscale: #2E2E2E. Windows color (decimal): -10807753 or 3610203. OLE color: 3610203.
HSL color Cylindrical-coordinate representation of color #5B1637: hue angle of 331.3º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1637 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 55 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.64 |
| HSL | 331.3º | 0.61% | 0.22% | - |
| HSV(B) | 331.3º | 0.76% | 0.36% | - |
| XYZ | 5.29 | 3.07 | 3.93 | - |
| YUV | 46.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 55 | 0 | 0.76 | 0.40 | 0.64 | 331.3 | 0.61 | 0.22 |
| Hex | 5B | 16 | 37 | 0 | 4C | 28 | 40 | 14B | 3D | 16 |
| Octal | 133 | 26 | 67 | 0 | 114 | 50 | 100 | 513 | 75 | 26 |
| Binary | 1011011 | 10110 | 110111 | 0 | 1001100 | 101000 | 1000000 | 101001011 | 111101 | 10110 |
Color Harmonies of #5B1637
Complementary color
Monochromatic Colors of #5B1637
Black with #5B1637
Text Example
Text Example
White with #5B1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1637; }
p { color: rgb(91,22,55); }
H1.HeaderClassName
{
color: #5B1637;
}
.AnyTagClassName
{
color: #5B1637;
}
</style>
background-color css
<style>
a { background-color: #5B1637; }
a { background-color: rgb(91,22,55); }
div.DivClassName
{
background-color: #5B1637;
}
.BgClassName
{
background-color: #5B1637;
}
</style>
border-color css
<style>
span { border-color: #5B1637; }
span { border-color: rgb(91,22,55); }
td.TdClassName
{
border-color: #5B1637;
}
.TagClassName
{
border-color: #5B1637;
}
</style>