Shades of Pompadour #5B1940
Tints of Pompadour #5B1940
RGB
CMYK
RGB Variations
Color information
#5B1940 (or 0x5B1940) is known color: Pompadour. HEX triplet: 5B, 19 and 40. RGB value is (91,25,64). Sum of RGB (Red+Green+Blue) = 91+25+64=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1940 is #A4E6BF. Grayscale: #313131. Windows color (decimal): -10806976 or 4200795. OLE color: 4200795.
HSL color Cylindrical-coordinate representation of color #5B1940: hue angle of 324.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B1940 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 64 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.64 |
| HSL | 324.55º | 0.57% | 0.23% | - |
| HSV(B) | 324.55º | 0.73% | 0.36% | - |
| XYZ | 5.59 | 3.29 | 5.19 | - |
| YUV | 49.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 64 | 0 | 0.73 | 0.30 | 0.64 | 324.55 | 0.57 | 0.23 |
| Hex | 5B | 19 | 40 | 0 | 49 | 1E | 40 | 145 | 39 | 17 |
| Octal | 133 | 31 | 100 | 0 | 111 | 36 | 100 | 505 | 71 | 27 |
| Binary | 1011011 | 11001 | 1000000 | 0 | 1001001 | 11110 | 1000000 | 101000101 | 111001 | 10111 |
Color Harmonies of #5B1940
Complementary color
Monochromatic Colors of #5B1940
Black with #5B1940
Text Example
Text Example
White with #5B1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1940; }
p { color: rgb(91,25,64); }
H1.HeaderClassName
{
color: #5B1940;
}
.AnyTagClassName
{
color: #5B1940;
}
</style>
background-color css
<style>
a { background-color: #5B1940; }
a { background-color: rgb(91,25,64); }
div.DivClassName
{
background-color: #5B1940;
}
.BgClassName
{
background-color: #5B1940;
}
</style>
border-color css
<style>
span { border-color: #5B1940; }
span { border-color: rgb(91,25,64); }
td.TdClassName
{
border-color: #5B1940;
}
.TagClassName
{
border-color: #5B1940;
}
</style>