Shades of Pompadour #5B1F45
Tints of Pompadour #5B1F45
RGB
CMYK
RGB Variations
Color information
#5B1F45 (or 0x5B1F45) is known color: Pompadour. HEX triplet: 5B, 1F and 45. RGB value is (91,31,69). Sum of RGB (Red+Green+Blue) = 91+31+69=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F45 is #A4E0BA. Grayscale: #353535. Windows color (decimal): -10805435 or 4530011. OLE color: 4530011.
HSL color Cylindrical-coordinate representation of color #5B1F45: hue angle of 322º 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 #5B1F45 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 69 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.64 |
| HSL | 322º | 0.49% | 0.24% | - |
| HSV(B) | 322º | 0.66% | 0.36% | - |
| XYZ | 5.88 | 3.63 | 6.02 | - |
| YUV | 53.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 69 | 0 | 0.66 | 0.24 | 0.64 | 322 | 0.49 | 0.24 |
| Hex | 5B | 1F | 45 | 0 | 42 | 18 | 40 | 142 | 31 | 18 |
| Octal | 133 | 37 | 105 | 0 | 102 | 30 | 100 | 502 | 61 | 30 |
| Binary | 1011011 | 11111 | 1000101 | 0 | 1000010 | 11000 | 1000000 | 101000010 | 110001 | 11000 |
Color Harmonies of #5B1F45
Complementary color
Monochromatic Colors of #5B1F45
Black with #5B1F45
Text Example
Text Example
White with #5B1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F45; }
p { color: rgb(91,31,69); }
H1.HeaderClassName
{
color: #5B1F45;
}
.AnyTagClassName
{
color: #5B1F45;
}
</style>
background-color css
<style>
a { background-color: #5B1F45; }
a { background-color: rgb(91,31,69); }
div.DivClassName
{
background-color: #5B1F45;
}
.BgClassName
{
background-color: #5B1F45;
}
</style>
border-color css
<style>
span { border-color: #5B1F45; }
span { border-color: rgb(91,31,69); }
td.TdClassName
{
border-color: #5B1F45;
}
.TagClassName
{
border-color: #5B1F45;
}
</style>