Shades of Pompadour #5B193B
Tints of Pompadour #5B193B
RGB
CMYK
RGB Variations
Color information
#5B193B (or 0x5B193B) is known color: Pompadour. HEX triplet: 5B, 19 and 3B. RGB value is (91,25,59). Sum of RGB (Red+Green+Blue) = 91+25+59=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B193B is #A4E6C4. Grayscale: #303030. Windows color (decimal): -10806981 or 3873115. OLE color: 3873115.
HSL color Cylindrical-coordinate representation of color #5B193B: hue angle of 329.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 #5B193B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 59 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.64 |
| HSL | 329.09º | 0.57% | 0.23% | - |
| HSV(B) | 329.09º | 0.73% | 0.36% | - |
| XYZ | 5.45 | 3.24 | 4.47 | - |
| YUV | 48.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 59 | 0 | 0.73 | 0.35 | 0.64 | 329.09 | 0.57 | 0.23 |
| Hex | 5B | 19 | 3B | 0 | 49 | 23 | 40 | 149 | 39 | 17 |
| Octal | 133 | 31 | 73 | 0 | 111 | 43 | 100 | 511 | 71 | 27 |
| Binary | 1011011 | 11001 | 111011 | 0 | 1001001 | 100011 | 1000000 | 101001001 | 111001 | 10111 |
Color Harmonies of #5B193B
Complementary color
Monochromatic Colors of #5B193B
Black with #5B193B
Text Example
Text Example
White with #5B193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B193B; }
p { color: rgb(91,25,59); }
H1.HeaderClassName
{
color: #5B193B;
}
.AnyTagClassName
{
color: #5B193B;
}
</style>
background-color css
<style>
a { background-color: #5B193B; }
a { background-color: rgb(91,25,59); }
div.DivClassName
{
background-color: #5B193B;
}
.BgClassName
{
background-color: #5B193B;
}
</style>
border-color css
<style>
span { border-color: #5B193B; }
span { border-color: rgb(91,25,59); }
td.TdClassName
{
border-color: #5B193B;
}
.TagClassName
{
border-color: #5B193B;
}
</style>