Shades of Pompadour #5B1736
Tints of Pompadour #5B1736
RGB
CMYK
RGB Variations
Color information
#5B1736 (or 0x5B1736) is known color: Pompadour. HEX triplet: 5B, 17 and 36. RGB value is (91,23,54). Sum of RGB (Red+Green+Blue) = 91+23+54=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1736 is #A4E8C9. Grayscale: #2E2E2E. Windows color (decimal): -10807498 or 3544923. OLE color: 3544923.
HSL color Cylindrical-coordinate representation of color #5B1736: hue angle of 332.65º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1736 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 54 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.64 |
| HSL | 332.65º | 0.6% | 0.22% | - |
| HSV(B) | 332.65º | 0.75% | 0.36% | - |
| XYZ | 5.29 | 3.1 | 3.81 | - |
| YUV | 46.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 54 | 0 | 0.75 | 0.41 | 0.64 | 332.65 | 0.6 | 0.22 |
| Hex | 5B | 17 | 36 | 0 | 4B | 29 | 40 | 14D | 3C | 16 |
| Octal | 133 | 27 | 66 | 0 | 113 | 51 | 100 | 515 | 74 | 26 |
| Binary | 1011011 | 10111 | 110110 | 0 | 1001011 | 101001 | 1000000 | 101001101 | 111100 | 10110 |
Color Harmonies of #5B1736
Complementary color
Monochromatic Colors of #5B1736
Black with #5B1736
Text Example
Text Example
White with #5B1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1736; }
p { color: rgb(91,23,54); }
H1.HeaderClassName
{
color: #5B1736;
}
.AnyTagClassName
{
color: #5B1736;
}
</style>
background-color css
<style>
a { background-color: #5B1736; }
a { background-color: rgb(91,23,54); }
div.DivClassName
{
background-color: #5B1736;
}
.BgClassName
{
background-color: #5B1736;
}
</style>
border-color css
<style>
span { border-color: #5B1736; }
span { border-color: rgb(91,23,54); }
td.TdClassName
{
border-color: #5B1736;
}
.TagClassName
{
border-color: #5B1736;
}
</style>