Shades of Pompadour #5B1638
Tints of Pompadour #5B1638
RGB
CMYK
RGB Variations
Color information
#5B1638 (or 0x5B1638) is known color: Pompadour. HEX triplet: 5B, 16 and 38. RGB value is (91,22,56). Sum of RGB (Red+Green+Blue) = 91+22+56=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1638 is #A4E9C7. Grayscale: #2E2E2E. Windows color (decimal): -10807752 or 3675739. OLE color: 3675739.
HSL color Cylindrical-coordinate representation of color #5B1638: hue angle of 330.43º 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 #5B1638 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 56 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.64 |
| HSL | 330.43º | 0.61% | 0.22% | - |
| HSV(B) | 330.43º | 0.76% | 0.36% | - |
| XYZ | 5.32 | 3.08 | 4.06 | - |
| YUV | 46.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 56 | 0 | 0.76 | 0.38 | 0.64 | 330.43 | 0.61 | 0.22 |
| Hex | 5B | 16 | 38 | 0 | 4C | 26 | 40 | 14A | 3D | 16 |
| Octal | 133 | 26 | 70 | 0 | 114 | 46 | 100 | 512 | 75 | 26 |
| Binary | 1011011 | 10110 | 111000 | 0 | 1001100 | 100110 | 1000000 | 101001010 | 111101 | 10110 |
Color Harmonies of #5B1638
Complementary color
Monochromatic Colors of #5B1638
Black with #5B1638
Text Example
Text Example
White with #5B1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1638; }
p { color: rgb(91,22,56); }
H1.HeaderClassName
{
color: #5B1638;
}
.AnyTagClassName
{
color: #5B1638;
}
</style>
background-color css
<style>
a { background-color: #5B1638; }
a { background-color: rgb(91,22,56); }
div.DivClassName
{
background-color: #5B1638;
}
.BgClassName
{
background-color: #5B1638;
}
</style>
border-color css
<style>
span { border-color: #5B1638; }
span { border-color: rgb(91,22,56); }
td.TdClassName
{
border-color: #5B1638;
}
.TagClassName
{
border-color: #5B1638;
}
</style>