Shades of Pompadour #5B2944
Tints of Pompadour #5B2944
RGB
CMYK
RGB Variations
Color information
#5B2944 (or 0x5B2944) is known color: Pompadour. HEX triplet: 5B, 29 and 44. RGB value is (91,41,68). Sum of RGB (Red+Green+Blue) = 91+41+68=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2944 is #A4D6BB. Grayscale: #3A3A3A. Windows color (decimal): -10802876 or 4467035. OLE color: 4467035.
HSL color Cylindrical-coordinate representation of color #5B2944: hue angle of 327.6º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2944 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 68 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.64 |
| HSL | 327.6º | 0.38% | 0.26% | - |
| HSV(B) | 327.6º | 0.55% | 0.36% | - |
| XYZ | 6.15 | 4.23 | 5.96 | - |
| YUV | 59.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 68 | 0 | 0.55 | 0.25 | 0.64 | 327.6 | 0.38 | 0.26 |
| Hex | 5B | 29 | 44 | 0 | 37 | 19 | 40 | 148 | 26 | 1A |
| Octal | 133 | 51 | 104 | 0 | 67 | 31 | 100 | 510 | 46 | 32 |
| Binary | 1011011 | 101001 | 1000100 | 0 | 110111 | 11001 | 1000000 | 101001000 | 100110 | 11010 |
Color Harmonies of #5B2944
Complementary color
Monochromatic Colors of #5B2944
Black with #5B2944
Text Example
Text Example
White with #5B2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2944; }
p { color: rgb(91,41,68); }
H1.HeaderClassName
{
color: #5B2944;
}
.AnyTagClassName
{
color: #5B2944;
}
</style>
background-color css
<style>
a { background-color: #5B2944; }
a { background-color: rgb(91,41,68); }
div.DivClassName
{
background-color: #5B2944;
}
.BgClassName
{
background-color: #5B2944;
}
</style>
border-color css
<style>
span { border-color: #5B2944; }
span { border-color: rgb(91,41,68); }
td.TdClassName
{
border-color: #5B2944;
}
.TagClassName
{
border-color: #5B2944;
}
</style>