Shades of Pompadour #5B164A
Tints of Pompadour #5B164A
RGB
CMYK
RGB Variations
Color information
#5B164A (or 0x5B164A) is known color: Pompadour. HEX triplet: 5B, 16 and 4A. RGB value is (91,22,74). Sum of RGB (Red+Green+Blue) = 91+22+74=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B164A is #A4E9B5. Grayscale: #303030. Windows color (decimal): -10807734 or 4855387. OLE color: 4855387.
HSL color Cylindrical-coordinate representation of color #5B164A: hue angle of 314.78º 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 #5B164A is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 74 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.64 |
| HSL | 314.78º | 0.61% | 0.22% | - |
| HSV(B) | 314.78º | 0.76% | 0.36% | - |
| XYZ | 5.84 | 3.29 | 6.81 | - |
| YUV | 48.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 74 | 0 | 0.76 | 0.19 | 0.64 | 314.78 | 0.61 | 0.22 |
| Hex | 5B | 16 | 4A | 0 | 4C | 13 | 40 | 13B | 3D | 16 |
| Octal | 133 | 26 | 112 | 0 | 114 | 23 | 100 | 473 | 75 | 26 |
| Binary | 1011011 | 10110 | 1001010 | 0 | 1001100 | 10011 | 1000000 | 100111011 | 111101 | 10110 |
Color Harmonies of #5B164A
Complementary color
Monochromatic Colors of #5B164A
Black with #5B164A
Text Example
Text Example
White with #5B164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B164A; }
p { color: rgb(91,22,74); }
H1.HeaderClassName
{
color: #5B164A;
}
.AnyTagClassName
{
color: #5B164A;
}
</style>
background-color css
<style>
a { background-color: #5B164A; }
a { background-color: rgb(91,22,74); }
div.DivClassName
{
background-color: #5B164A;
}
.BgClassName
{
background-color: #5B164A;
}
</style>
border-color css
<style>
span { border-color: #5B164A; }
span { border-color: rgb(91,22,74); }
td.TdClassName
{
border-color: #5B164A;
}
.TagClassName
{
border-color: #5B164A;
}
</style>