Shades of Pompadour #5E143F
Tints of Pompadour #5E143F
RGB
CMYK
RGB Variations
Color information
#5E143F (or 0x5E143F) is known color: Pompadour. HEX triplet: 5E, 14 and 3F. RGB value is (94,20,63). Sum of RGB (Red+Green+Blue) = 94+20+63=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E143F is #A1EBC0. Grayscale: #2E2E2E. Windows color (decimal): -10611649 or 4133982. OLE color: 4133982.
HSL color Cylindrical-coordinate representation of color #5E143F: hue angle of 325.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E143F is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 63 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.63 |
| HSL | 325.14º | 0.65% | 0.22% | - |
| HSV(B) | 325.14º | 0.79% | 0.37% | - |
| XYZ | 5.76 | 3.24 | 5.02 | - |
| YUV | 47.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 63 | 0 | 0.79 | 0.33 | 0.63 | 325.14 | 0.65 | 0.22 |
| Hex | 5E | 14 | 3F | 0 | 4F | 21 | 3F | 145 | 41 | 16 |
| Octal | 136 | 24 | 77 | 0 | 117 | 41 | 77 | 505 | 101 | 26 |
| Binary | 1011110 | 10100 | 111111 | 0 | 1001111 | 100001 | 111111 | 101000101 | 1000001 | 10110 |
Color Harmonies of #5E143F
Complementary color
Monochromatic Colors of #5E143F
Black with #5E143F
Text Example
Text Example
White with #5E143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E143F; }
p { color: rgb(94,20,63); }
H1.HeaderClassName
{
color: #5E143F;
}
.AnyTagClassName
{
color: #5E143F;
}
</style>
background-color css
<style>
a { background-color: #5E143F; }
a { background-color: rgb(94,20,63); }
div.DivClassName
{
background-color: #5E143F;
}
.BgClassName
{
background-color: #5E143F;
}
</style>
border-color css
<style>
span { border-color: #5E143F; }
span { border-color: rgb(94,20,63); }
td.TdClassName
{
border-color: #5E143F;
}
.TagClassName
{
border-color: #5E143F;
}
</style>