Shades of Pompadour #5B2940
Tints of Pompadour #5B2940
RGB
CMYK
RGB Variations
Color information
#5B2940 (or 0x5B2940) is known color: Pompadour. HEX triplet: 5B, 29 and 40. RGB value is (91,41,64). Sum of RGB (Red+Green+Blue) = 91+41+64=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2940 is #A4D6BF. Grayscale: #3A3A3A. Windows color (decimal): -10802880 or 4204891. OLE color: 4204891.
HSL color Cylindrical-coordinate representation of color #5B2940: hue angle of 332.4º 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 #5B2940 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 64 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.64 |
| HSL | 332.4º | 0.38% | 0.26% | - |
| HSV(B) | 332.4º | 0.55% | 0.36% | - |
| XYZ | 6.03 | 4.18 | 5.34 | - |
| YUV | 58.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 64 | 0 | 0.55 | 0.30 | 0.64 | 332.4 | 0.38 | 0.26 |
| Hex | 5B | 29 | 40 | 0 | 37 | 1E | 40 | 14C | 26 | 1A |
| Octal | 133 | 51 | 100 | 0 | 67 | 36 | 100 | 514 | 46 | 32 |
| Binary | 1011011 | 101001 | 1000000 | 0 | 110111 | 11110 | 1000000 | 101001100 | 100110 | 11010 |
Color Harmonies of #5B2940
Complementary color
Monochromatic Colors of #5B2940
Black with #5B2940
Text Example
Text Example
White with #5B2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2940; }
p { color: rgb(91,41,64); }
H1.HeaderClassName
{
color: #5B2940;
}
.AnyTagClassName
{
color: #5B2940;
}
</style>
background-color css
<style>
a { background-color: #5B2940; }
a { background-color: rgb(91,41,64); }
div.DivClassName
{
background-color: #5B2940;
}
.BgClassName
{
background-color: #5B2940;
}
</style>
border-color css
<style>
span { border-color: #5B2940; }
span { border-color: rgb(91,41,64); }
td.TdClassName
{
border-color: #5B2940;
}
.TagClassName
{
border-color: #5B2940;
}
</style>