Shades of Pompadour #5B1948
Tints of Pompadour #5B1948
RGB
CMYK
RGB Variations
Color information
#5B1948 (or 0x5B1948) is known color: Pompadour. HEX triplet: 5B, 19 and 48. RGB value is (91,25,72). Sum of RGB (Red+Green+Blue) = 91+25+72=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1948 is #A4E6B7. Grayscale: #313131. Windows color (decimal): -10806968 or 4725083. OLE color: 4725083.
HSL color Cylindrical-coordinate representation of color #5B1948: hue angle of 317.27º 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 #5B1948 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 72 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.64 |
| HSL | 317.27º | 0.57% | 0.23% | - |
| HSV(B) | 317.27º | 0.73% | 0.36% | - |
| XYZ | 5.83 | 3.39 | 6.48 | - |
| YUV | 50.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 72 | 0 | 0.73 | 0.21 | 0.64 | 317.27 | 0.57 | 0.23 |
| Hex | 5B | 19 | 48 | 0 | 49 | 15 | 40 | 13D | 39 | 17 |
| Octal | 133 | 31 | 110 | 0 | 111 | 25 | 100 | 475 | 71 | 27 |
| Binary | 1011011 | 11001 | 1001000 | 0 | 1001001 | 10101 | 1000000 | 100111101 | 111001 | 10111 |
Color Harmonies of #5B1948
Complementary color
Monochromatic Colors of #5B1948
Black with #5B1948
Text Example
Text Example
White with #5B1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1948; }
p { color: rgb(91,25,72); }
H1.HeaderClassName
{
color: #5B1948;
}
.AnyTagClassName
{
color: #5B1948;
}
</style>
background-color css
<style>
a { background-color: #5B1948; }
a { background-color: rgb(91,25,72); }
div.DivClassName
{
background-color: #5B1948;
}
.BgClassName
{
background-color: #5B1948;
}
</style>
border-color css
<style>
span { border-color: #5B1948; }
span { border-color: rgb(91,25,72); }
td.TdClassName
{
border-color: #5B1948;
}
.TagClassName
{
border-color: #5B1948;
}
</style>