Shades of Pompadour #5B2841
Tints of Pompadour #5B2841
RGB
CMYK
RGB Variations
Color information
#5B2841 (or 0x5B2841) is known color: Pompadour. HEX triplet: 5B, 28 and 41. RGB value is (91,40,65). Sum of RGB (Red+Green+Blue) = 91+40+65=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2841 is #A4D7BE. Grayscale: #3A3A3A. Windows color (decimal): -10803135 or 4270171. OLE color: 4270171.
HSL color Cylindrical-coordinate representation of color #5B2841: hue angle of 330.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B2841 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 40 | 65 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.64 |
| HSL | 330.59º | 0.39% | 0.26% | - |
| HSV(B) | 330.59º | 0.56% | 0.36% | - |
| XYZ | 6.03 | 4.12 | 5.48 | - |
| YUV | 58.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 65 | 0 | 0.56 | 0.29 | 0.64 | 330.59 | 0.39 | 0.26 |
| Hex | 5B | 28 | 41 | 0 | 38 | 1D | 40 | 14B | 27 | 1A |
| Octal | 133 | 50 | 101 | 0 | 70 | 35 | 100 | 513 | 47 | 32 |
| Binary | 1011011 | 101000 | 1000001 | 0 | 111000 | 11101 | 1000000 | 101001011 | 100111 | 11010 |
Color Harmonies of #5B2841
Complementary color
Monochromatic Colors of #5B2841
Black with #5B2841
Text Example
Text Example
White with #5B2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2841; }
p { color: rgb(91,40,65); }
H1.HeaderClassName
{
color: #5B2841;
}
.AnyTagClassName
{
color: #5B2841;
}
</style>
background-color css
<style>
a { background-color: #5B2841; }
a { background-color: rgb(91,40,65); }
div.DivClassName
{
background-color: #5B2841;
}
.BgClassName
{
background-color: #5B2841;
}
</style>
border-color css
<style>
span { border-color: #5B2841; }
span { border-color: rgb(91,40,65); }
td.TdClassName
{
border-color: #5B2841;
}
.TagClassName
{
border-color: #5B2841;
}
</style>