Shades of Pompadour #5B1648
Tints of Pompadour #5B1648
RGB
CMYK
RGB Variations
Color information
#5B1648 (or 0x5B1648) is known color: Pompadour. HEX triplet: 5B, 16 and 48. RGB value is (91,22,72). Sum of RGB (Red+Green+Blue) = 91+22+72=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1648 is #A4E9B7. Grayscale: #303030. Windows color (decimal): -10807736 or 4724315. OLE color: 4724315.
HSL color Cylindrical-coordinate representation of color #5B1648: hue angle of 316.52º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1648 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 72 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.64 |
| HSL | 316.52º | 0.61% | 0.22% | - |
| HSV(B) | 316.52º | 0.76% | 0.36% | - |
| XYZ | 5.77 | 3.27 | 6.46 | - |
| YUV | 48.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 72 | 0 | 0.76 | 0.21 | 0.64 | 316.52 | 0.61 | 0.22 |
| Hex | 5B | 16 | 48 | 0 | 4C | 15 | 40 | 13D | 3D | 16 |
| Octal | 133 | 26 | 110 | 0 | 114 | 25 | 100 | 475 | 75 | 26 |
| Binary | 1011011 | 10110 | 1001000 | 0 | 1001100 | 10101 | 1000000 | 100111101 | 111101 | 10110 |
Color Harmonies of #5B1648
Complementary color
Monochromatic Colors of #5B1648
Black with #5B1648
Text Example
Text Example
White with #5B1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1648; }
p { color: rgb(91,22,72); }
H1.HeaderClassName
{
color: #5B1648;
}
.AnyTagClassName
{
color: #5B1648;
}
</style>
background-color css
<style>
a { background-color: #5B1648; }
a { background-color: rgb(91,22,72); }
div.DivClassName
{
background-color: #5B1648;
}
.BgClassName
{
background-color: #5B1648;
}
</style>
border-color css
<style>
span { border-color: #5B1648; }
span { border-color: rgb(91,22,72); }
td.TdClassName
{
border-color: #5B1648;
}
.TagClassName
{
border-color: #5B1648;
}
</style>