Shades of Pompadour #5B2E47
Tints of Pompadour #5B2E47
RGB
CMYK
RGB Variations
Color information
#5B2E47 (or 0x5B2E47) is known color: Pompadour. HEX triplet: 5B, 2E and 47. RGB value is (91,46,71). Sum of RGB (Red+Green+Blue) = 91+46+71=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2E47 is #A4D1B8. Grayscale: #3E3E3E. Windows color (decimal): -10801593 or 4664923. OLE color: 4664923.
HSL color Cylindrical-coordinate representation of color #5B2E47: hue angle of 326.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B2E47 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 46 | 71 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.64 |
| HSL | 326.67º | 0.33% | 0.27% | - |
| HSV(B) | 326.67º | 0.49% | 0.36% | - |
| XYZ | 6.43 | 4.63 | 6.52 | - |
| YUV | 62.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 71 | 0 | 0.49 | 0.22 | 0.64 | 326.67 | 0.33 | 0.27 |
| Hex | 5B | 2E | 47 | 0 | 31 | 16 | 40 | 147 | 21 | 1B |
| Octal | 133 | 56 | 107 | 0 | 61 | 26 | 100 | 507 | 41 | 33 |
| Binary | 1011011 | 101110 | 1000111 | 0 | 110001 | 10110 | 1000000 | 101000111 | 100001 | 11011 |
Color Harmonies of #5B2E47
Complementary color
Monochromatic Colors of #5B2E47
Black with #5B2E47
Text Example
Text Example
White with #5B2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E47; }
p { color: rgb(91,46,71); }
H1.HeaderClassName
{
color: #5B2E47;
}
.AnyTagClassName
{
color: #5B2E47;
}
</style>
background-color css
<style>
a { background-color: #5B2E47; }
a { background-color: rgb(91,46,71); }
div.DivClassName
{
background-color: #5B2E47;
}
.BgClassName
{
background-color: #5B2E47;
}
</style>
border-color css
<style>
span { border-color: #5B2E47; }
span { border-color: rgb(91,46,71); }
td.TdClassName
{
border-color: #5B2E47;
}
.TagClassName
{
border-color: #5B2E47;
}
</style>