Shades of Pompadour #5B2B48
Tints of Pompadour #5B2B48
RGB
CMYK
RGB Variations
Color information
#5B2B48 (or 0x5B2B48) is known color: Pompadour. HEX triplet: 5B, 2B and 48. RGB value is (91,43,72). Sum of RGB (Red+Green+Blue) = 91+43+72=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2B48 is #A4D4B7. Grayscale: #3C3C3C. Windows color (decimal): -10802360 or 4729691. OLE color: 4729691.
HSL color Cylindrical-coordinate representation of color #5B2B48: hue angle of 323.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B2B48 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 43 | 72 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.64 |
| HSL | 323.75º | 0.36% | 0.26% | - |
| HSV(B) | 323.75º | 0.53% | 0.36% | - |
| XYZ | 6.35 | 4.42 | 6.65 | - |
| YUV | 60.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 72 | 0 | 0.53 | 0.21 | 0.64 | 323.75 | 0.36 | 0.26 |
| Hex | 5B | 2B | 48 | 0 | 35 | 15 | 40 | 144 | 24 | 1A |
| Octal | 133 | 53 | 110 | 0 | 65 | 25 | 100 | 504 | 44 | 32 |
| Binary | 1011011 | 101011 | 1001000 | 0 | 110101 | 10101 | 1000000 | 101000100 | 100100 | 11010 |
Color Harmonies of #5B2B48
Complementary color
Monochromatic Colors of #5B2B48
Black with #5B2B48
Text Example
Text Example
White with #5B2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2B48; }
p { color: rgb(91,43,72); }
H1.HeaderClassName
{
color: #5B2B48;
}
.AnyTagClassName
{
color: #5B2B48;
}
</style>
background-color css
<style>
a { background-color: #5B2B48; }
a { background-color: rgb(91,43,72); }
div.DivClassName
{
background-color: #5B2B48;
}
.BgClassName
{
background-color: #5B2B48;
}
</style>
border-color css
<style>
span { border-color: #5B2B48; }
span { border-color: rgb(91,43,72); }
td.TdClassName
{
border-color: #5B2B48;
}
.TagClassName
{
border-color: #5B2B48;
}
</style>