Shades of Pompadour #5E174D
Tints of Pompadour #5E174D
RGB
CMYK
RGB Variations
Color information
#5E174D (or 0x5E174D) is known color: Pompadour. HEX triplet: 5E, 17 and 4D. RGB value is (94,23,77). Sum of RGB (Red+Green+Blue) = 94+23+77=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E174D is #A1E8B2. Grayscale: #323232. Windows color (decimal): -10610867 or 5052254. OLE color: 5052254.
HSL color Cylindrical-coordinate representation of color #5E174D: hue angle of 314.37º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E174D is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 77 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.63 |
| HSL | 314.37º | 0.61% | 0.23% | - |
| HSV(B) | 314.37º | 0.76% | 0.37% | - |
| XYZ | 6.26 | 3.53 | 7.37 | - |
| YUV | 50.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 77 | 0 | 0.76 | 0.18 | 0.63 | 314.37 | 0.61 | 0.23 |
| Hex | 5E | 17 | 4D | 0 | 4C | 12 | 3F | 13A | 3D | 17 |
| Octal | 136 | 27 | 115 | 0 | 114 | 22 | 77 | 472 | 75 | 27 |
| Binary | 1011110 | 10111 | 1001101 | 0 | 1001100 | 10010 | 111111 | 100111010 | 111101 | 10111 |
Color Harmonies of #5E174D
Complementary color
Monochromatic Colors of #5E174D
Black with #5E174D
Text Example
Text Example
White with #5E174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E174D; }
p { color: rgb(94,23,77); }
H1.HeaderClassName
{
color: #5E174D;
}
.AnyTagClassName
{
color: #5E174D;
}
</style>
background-color css
<style>
a { background-color: #5E174D; }
a { background-color: rgb(94,23,77); }
div.DivClassName
{
background-color: #5E174D;
}
.BgClassName
{
background-color: #5E174D;
}
</style>
border-color css
<style>
span { border-color: #5E174D; }
span { border-color: rgb(94,23,77); }
td.TdClassName
{
border-color: #5E174D;
}
.TagClassName
{
border-color: #5E174D;
}
</style>