Shades of Pompadour #5B1F49
Tints of Pompadour #5B1F49
RGB
CMYK
RGB Variations
Color information
#5B1F49 (or 0x5B1F49) is known color: Pompadour. HEX triplet: 5B, 1F and 49. RGB value is (91,31,73). Sum of RGB (Red+Green+Blue) = 91+31+73=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F49 is #A4E0B6. Grayscale: #353535. Windows color (decimal): -10805431 or 4792155. OLE color: 4792155.
HSL color Cylindrical-coordinate representation of color #5B1F49: hue angle of 318º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F49 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 73 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.64 |
| HSL | 318º | 0.49% | 0.24% | - |
| HSV(B) | 318º | 0.66% | 0.36% | - |
| XYZ | 6.01 | 3.69 | 6.7 | - |
| YUV | 53.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 73 | 0 | 0.66 | 0.20 | 0.64 | 318 | 0.49 | 0.24 |
| Hex | 5B | 1F | 49 | 0 | 42 | 14 | 40 | 13E | 31 | 18 |
| Octal | 133 | 37 | 111 | 0 | 102 | 24 | 100 | 476 | 61 | 30 |
| Binary | 1011011 | 11111 | 1001001 | 0 | 1000010 | 10100 | 1000000 | 100111110 | 110001 | 11000 |
Color Harmonies of #5B1F49
Complementary color
Monochromatic Colors of #5B1F49
Black with #5B1F49
Text Example
Text Example
White with #5B1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F49; }
p { color: rgb(91,31,73); }
H1.HeaderClassName
{
color: #5B1F49;
}
.AnyTagClassName
{
color: #5B1F49;
}
</style>
background-color css
<style>
a { background-color: #5B1F49; }
a { background-color: rgb(91,31,73); }
div.DivClassName
{
background-color: #5B1F49;
}
.BgClassName
{
background-color: #5B1F49;
}
</style>
border-color css
<style>
span { border-color: #5B1F49; }
span { border-color: rgb(91,31,73); }
td.TdClassName
{
border-color: #5B1F49;
}
.TagClassName
{
border-color: #5B1F49;
}
</style>