Shades of Pompadour #5B1C40
Tints of Pompadour #5B1C40
RGB
CMYK
RGB Variations
Color information
#5B1C40 (or 0x5B1C40) is known color: Pompadour. HEX triplet: 5B, 1C and 40. RGB value is (91,28,64). Sum of RGB (Red+Green+Blue) = 91+28+64=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C40 is #A4E3BF. Grayscale: #323232. Windows color (decimal): -10806208 or 4201563. OLE color: 4201563.
HSL color Cylindrical-coordinate representation of color #5B1C40: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C40 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 64 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.64 |
| HSL | 325.71º | 0.53% | 0.23% | - |
| HSV(B) | 325.71º | 0.69% | 0.36% | - |
| XYZ | 5.66 | 3.42 | 5.21 | - |
| YUV | 50.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 64 | 0 | 0.69 | 0.30 | 0.64 | 325.71 | 0.53 | 0.23 |
| Hex | 5B | 1C | 40 | 0 | 45 | 1E | 40 | 146 | 35 | 17 |
| Octal | 133 | 34 | 100 | 0 | 105 | 36 | 100 | 506 | 65 | 27 |
| Binary | 1011011 | 11100 | 1000000 | 0 | 1000101 | 11110 | 1000000 | 101000110 | 110101 | 10111 |
Color Harmonies of #5B1C40
Complementary color
Monochromatic Colors of #5B1C40
Black with #5B1C40
Text Example
Text Example
White with #5B1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C40; }
p { color: rgb(91,28,64); }
H1.HeaderClassName
{
color: #5B1C40;
}
.AnyTagClassName
{
color: #5B1C40;
}
</style>
background-color css
<style>
a { background-color: #5B1C40; }
a { background-color: rgb(91,28,64); }
div.DivClassName
{
background-color: #5B1C40;
}
.BgClassName
{
background-color: #5B1C40;
}
</style>
border-color css
<style>
span { border-color: #5B1C40; }
span { border-color: rgb(91,28,64); }
td.TdClassName
{
border-color: #5B1C40;
}
.TagClassName
{
border-color: #5B1C40;
}
</style>