Shades of Pompadour #5B224A
Tints of Pompadour #5B224A
RGB
CMYK
RGB Variations
Color information
#5B224A (or 0x5B224A) is known color: Pompadour. HEX triplet: 5B, 22 and 4A. RGB value is (91,34,74). Sum of RGB (Red+Green+Blue) = 91+34+74=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B224A is #A4DDB5. Grayscale: #373737. Windows color (decimal): -10804662 or 4858459. OLE color: 4858459.
HSL color Cylindrical-coordinate representation of color #5B224A: hue angle of 317.89º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B224A is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 34 | 74 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.64 |
| HSL | 317.89º | 0.46% | 0.25% | - |
| HSV(B) | 317.89º | 0.63% | 0.36% | - |
| XYZ | 6.12 | 3.86 | 6.9 | - |
| YUV | 55.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 74 | 0 | 0.63 | 0.19 | 0.64 | 317.89 | 0.46 | 0.25 |
| Hex | 5B | 22 | 4A | 0 | 3F | 13 | 40 | 13E | 2E | 19 |
| Octal | 133 | 42 | 112 | 0 | 77 | 23 | 100 | 476 | 56 | 31 |
| Binary | 1011011 | 100010 | 1001010 | 0 | 111111 | 10011 | 1000000 | 100111110 | 101110 | 11001 |
Color Harmonies of #5B224A
Complementary color
Monochromatic Colors of #5B224A
Black with #5B224A
Text Example
Text Example
White with #5B224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B224A; }
p { color: rgb(91,34,74); }
H1.HeaderClassName
{
color: #5B224A;
}
.AnyTagClassName
{
color: #5B224A;
}
</style>
background-color css
<style>
a { background-color: #5B224A; }
a { background-color: rgb(91,34,74); }
div.DivClassName
{
background-color: #5B224A;
}
.BgClassName
{
background-color: #5B224A;
}
</style>
border-color css
<style>
span { border-color: #5B224A; }
span { border-color: rgb(91,34,74); }
td.TdClassName
{
border-color: #5B224A;
}
.TagClassName
{
border-color: #5B224A;
}
</style>