Shades of Pompadour #5B1946
Tints of Pompadour #5B1946
RGB
CMYK
RGB Variations
Color information
#5B1946 (or 0x5B1946) is known color: Pompadour. HEX triplet: 5B, 19 and 46. RGB value is (91,25,70). Sum of RGB (Red+Green+Blue) = 91+25+70=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1946 is #A4E6B9. Grayscale: #313131. Windows color (decimal): -10806970 or 4594011. OLE color: 4594011.
HSL color Cylindrical-coordinate representation of color #5B1946: hue angle of 319.09º 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 #5B1946 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 70 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.64 |
| HSL | 319.09º | 0.57% | 0.23% | - |
| HSV(B) | 319.09º | 0.73% | 0.36% | - |
| XYZ | 5.77 | 3.36 | 6.14 | - |
| YUV | 49.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 70 | 0 | 0.73 | 0.23 | 0.64 | 319.09 | 0.57 | 0.23 |
| Hex | 5B | 19 | 46 | 0 | 49 | 17 | 40 | 13F | 39 | 17 |
| Octal | 133 | 31 | 106 | 0 | 111 | 27 | 100 | 477 | 71 | 27 |
| Binary | 1011011 | 11001 | 1000110 | 0 | 1001001 | 10111 | 1000000 | 100111111 | 111001 | 10111 |
Color Harmonies of #5B1946
Complementary color
Monochromatic Colors of #5B1946
Black with #5B1946
Text Example
Text Example
White with #5B1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1946; }
p { color: rgb(91,25,70); }
H1.HeaderClassName
{
color: #5B1946;
}
.AnyTagClassName
{
color: #5B1946;
}
</style>
background-color css
<style>
a { background-color: #5B1946; }
a { background-color: rgb(91,25,70); }
div.DivClassName
{
background-color: #5B1946;
}
.BgClassName
{
background-color: #5B1946;
}
</style>
border-color css
<style>
span { border-color: #5B1946; }
span { border-color: rgb(91,25,70); }
td.TdClassName
{
border-color: #5B1946;
}
.TagClassName
{
border-color: #5B1946;
}
</style>