Shades of Pompadour #5B2346
Tints of Pompadour #5B2346
RGB
CMYK
RGB Variations
Color information
#5B2346 (or 0x5B2346) is known color: Pompadour. HEX triplet: 5B, 23 and 46. RGB value is (91,35,70). Sum of RGB (Red+Green+Blue) = 91+35+70=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2346 is #A4DCB9. Grayscale: #373737. Windows color (decimal): -10804410 or 4596571. OLE color: 4596571.
HSL color Cylindrical-coordinate representation of color #5B2346: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B2346 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 35 | 70 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.64 |
| HSL | 322.5º | 0.44% | 0.25% | - |
| HSV(B) | 322.5º | 0.62% | 0.36% | - |
| XYZ | 6.02 | 3.87 | 6.22 | - |
| YUV | 55.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 70 | 0 | 0.62 | 0.23 | 0.64 | 322.5 | 0.44 | 0.25 |
| Hex | 5B | 23 | 46 | 0 | 3E | 17 | 40 | 142 | 2C | 19 |
| Octal | 133 | 43 | 106 | 0 | 76 | 27 | 100 | 502 | 54 | 31 |
| Binary | 1011011 | 100011 | 1000110 | 0 | 111110 | 10111 | 1000000 | 101000010 | 101100 | 11001 |
Color Harmonies of #5B2346
Complementary color
Monochromatic Colors of #5B2346
Black with #5B2346
Text Example
Text Example
White with #5B2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2346; }
p { color: rgb(91,35,70); }
H1.HeaderClassName
{
color: #5B2346;
}
.AnyTagClassName
{
color: #5B2346;
}
</style>
background-color css
<style>
a { background-color: #5B2346; }
a { background-color: rgb(91,35,70); }
div.DivClassName
{
background-color: #5B2346;
}
.BgClassName
{
background-color: #5B2346;
}
</style>
border-color css
<style>
span { border-color: #5B2346; }
span { border-color: rgb(91,35,70); }
td.TdClassName
{
border-color: #5B2346;
}
.TagClassName
{
border-color: #5B2346;
}
</style>