Shades of Pompadour #5B2047
Tints of Pompadour #5B2047
RGB
CMYK
RGB Variations
Color information
#5B2047 (or 0x5B2047) is known color: Pompadour. HEX triplet: 5B, 20 and 47. RGB value is (91,32,71). Sum of RGB (Red+Green+Blue) = 91+32+71=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2047 is #A4DFB8. Grayscale: #353535. Windows color (decimal): -10805177 or 4661339. OLE color: 4661339.
HSL color Cylindrical-coordinate representation of color #5B2047: hue angle of 320.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2047 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 71 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.64 |
| HSL | 320.34º | 0.48% | 0.24% | - |
| HSV(B) | 320.34º | 0.65% | 0.36% | - |
| XYZ | 5.97 | 3.71 | 6.36 | - |
| YUV | 54.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 71 | 0 | 0.65 | 0.22 | 0.64 | 320.34 | 0.48 | 0.24 |
| Hex | 5B | 20 | 47 | 0 | 41 | 16 | 40 | 140 | 30 | 18 |
| Octal | 133 | 40 | 107 | 0 | 101 | 26 | 100 | 500 | 60 | 30 |
| Binary | 1011011 | 100000 | 1000111 | 0 | 1000001 | 10110 | 1000000 | 101000000 | 110000 | 11000 |
Color Harmonies of #5B2047
Complementary color
Monochromatic Colors of #5B2047
Black with #5B2047
Text Example
Text Example
White with #5B2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2047; }
p { color: rgb(91,32,71); }
H1.HeaderClassName
{
color: #5B2047;
}
.AnyTagClassName
{
color: #5B2047;
}
</style>
background-color css
<style>
a { background-color: #5B2047; }
a { background-color: rgb(91,32,71); }
div.DivClassName
{
background-color: #5B2047;
}
.BgClassName
{
background-color: #5B2047;
}
</style>
border-color css
<style>
span { border-color: #5B2047; }
span { border-color: rgb(91,32,71); }
td.TdClassName
{
border-color: #5B2047;
}
.TagClassName
{
border-color: #5B2047;
}
</style>