Shades of Pompadour #5B1434
Tints of Pompadour #5B1434
RGB
CMYK
RGB Variations
Color information
#5B1434 (or 0x5B1434) is known color: Pompadour. HEX triplet: 5B, 14 and 34. RGB value is (91,20,52). Sum of RGB (Red+Green+Blue) = 91+20+52=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1434 is #A4EBCB. Grayscale: #2C2C2C. Windows color (decimal): -10808268 or 3413083. OLE color: 3413083.
HSL color Cylindrical-coordinate representation of color #5B1434: hue angle of 332.96º 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 #5B1434 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 52 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.64 |
| HSL | 332.96º | 0.64% | 0.22% | - |
| HSV(B) | 332.96º | 0.78% | 0.36% | - |
| XYZ | 5.18 | 2.97 | 3.55 | - |
| YUV | 44.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 52 | 0 | 0.78 | 0.43 | 0.64 | 332.96 | 0.64 | 0.22 |
| Hex | 5B | 14 | 34 | 0 | 4E | 2B | 40 | 14D | 40 | 16 |
| Octal | 133 | 24 | 64 | 0 | 116 | 53 | 100 | 515 | 100 | 26 |
| Binary | 1011011 | 10100 | 110100 | 0 | 1001110 | 101011 | 1000000 | 101001101 | 1000000 | 10110 |
Color Harmonies of #5B1434
Complementary color
Monochromatic Colors of #5B1434
Black with #5B1434
Text Example
Text Example
White with #5B1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1434; }
p { color: rgb(91,20,52); }
H1.HeaderClassName
{
color: #5B1434;
}
.AnyTagClassName
{
color: #5B1434;
}
</style>
background-color css
<style>
a { background-color: #5B1434; }
a { background-color: rgb(91,20,52); }
div.DivClassName
{
background-color: #5B1434;
}
.BgClassName
{
background-color: #5B1434;
}
</style>
border-color css
<style>
span { border-color: #5B1434; }
span { border-color: rgb(91,20,52); }
td.TdClassName
{
border-color: #5B1434;
}
.TagClassName
{
border-color: #5B1434;
}
</style>