Shades of Pompadour #5B193C
Tints of Pompadour #5B193C
RGB
CMYK
RGB Variations
Color information
#5B193C (or 0x5B193C) is known color: Pompadour. HEX triplet: 5B, 19 and 3C. RGB value is (91,25,60). Sum of RGB (Red+Green+Blue) = 91+25+60=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B193C is #A4E6C3. Grayscale: #303030. Windows color (decimal): -10806980 or 3938651. OLE color: 3938651.
HSL color Cylindrical-coordinate representation of color #5B193C: hue angle of 328.18º 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 #5B193C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 60 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.64 |
| HSL | 328.18º | 0.57% | 0.23% | - |
| HSV(B) | 328.18º | 0.73% | 0.36% | - |
| XYZ | 5.48 | 3.25 | 4.61 | - |
| YUV | 48.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 60 | 0 | 0.73 | 0.34 | 0.64 | 328.18 | 0.57 | 0.23 |
| Hex | 5B | 19 | 3C | 0 | 49 | 22 | 40 | 148 | 39 | 17 |
| Octal | 133 | 31 | 74 | 0 | 111 | 42 | 100 | 510 | 71 | 27 |
| Binary | 1011011 | 11001 | 111100 | 0 | 1001001 | 100010 | 1000000 | 101001000 | 111001 | 10111 |
Color Harmonies of #5B193C
Complementary color
Monochromatic Colors of #5B193C
Black with #5B193C
Text Example
Text Example
White with #5B193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B193C; }
p { color: rgb(91,25,60); }
H1.HeaderClassName
{
color: #5B193C;
}
.AnyTagClassName
{
color: #5B193C;
}
</style>
background-color css
<style>
a { background-color: #5B193C; }
a { background-color: rgb(91,25,60); }
div.DivClassName
{
background-color: #5B193C;
}
.BgClassName
{
background-color: #5B193C;
}
</style>
border-color css
<style>
span { border-color: #5B193C; }
span { border-color: rgb(91,25,60); }
td.TdClassName
{
border-color: #5B193C;
}
.TagClassName
{
border-color: #5B193C;
}
</style>