Shades of Pompadour #5E164B
Tints of Pompadour #5E164B
RGB
CMYK
RGB Variations
Color information
#5E164B (or 0x5E164B) is known color: Pompadour. HEX triplet: 5E, 16 and 4B. RGB value is (94,22,75). Sum of RGB (Red+Green+Blue) = 94+22+75=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E164B is #A1E9B4. Grayscale: #313131. Windows color (decimal): -10611125 or 4920926. OLE color: 4920926.
HSL color Cylindrical-coordinate representation of color #5E164B: hue angle of 315.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E164B is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 75 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.63 |
| HSL | 315.83º | 0.62% | 0.23% | - |
| HSV(B) | 315.83º | 0.77% | 0.37% | - |
| XYZ | 6.17 | 3.46 | 7 | - |
| YUV | 49.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 75 | 0 | 0.77 | 0.20 | 0.63 | 315.83 | 0.62 | 0.23 |
| Hex | 5E | 16 | 4B | 0 | 4D | 14 | 3F | 13C | 3E | 17 |
| Octal | 136 | 26 | 113 | 0 | 115 | 24 | 77 | 474 | 76 | 27 |
| Binary | 1011110 | 10110 | 1001011 | 0 | 1001101 | 10100 | 111111 | 100111100 | 111110 | 10111 |
Color Harmonies of #5E164B
Complementary color
Monochromatic Colors of #5E164B
Black with #5E164B
Text Example
Text Example
White with #5E164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E164B; }
p { color: rgb(94,22,75); }
H1.HeaderClassName
{
color: #5E164B;
}
.AnyTagClassName
{
color: #5E164B;
}
</style>
background-color css
<style>
a { background-color: #5E164B; }
a { background-color: rgb(94,22,75); }
div.DivClassName
{
background-color: #5E164B;
}
.BgClassName
{
background-color: #5E164B;
}
</style>
border-color css
<style>
span { border-color: #5E164B; }
span { border-color: rgb(94,22,75); }
td.TdClassName
{
border-color: #5E164B;
}
.TagClassName
{
border-color: #5E164B;
}
</style>