Shades of Pompadour #5E153E
Tints of Pompadour #5E153E
RGB
CMYK
RGB Variations
Color information
#5E153E (or 0x5E153E) is known color: Pompadour. HEX triplet: 5E, 15 and 3E. RGB value is (94,21,62). Sum of RGB (Red+Green+Blue) = 94+21+62=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E153E is #A1EAC1. Grayscale: #2F2F2F. Windows color (decimal): -10611394 or 4068702. OLE color: 4068702.
HSL color Cylindrical-coordinate representation of color #5E153E: hue angle of 326.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E153E is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 62 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.63 |
| HSL | 326.3º | 0.63% | 0.23% | - |
| HSV(B) | 326.3º | 0.78% | 0.37% | - |
| XYZ | 5.75 | 3.26 | 4.88 | - |
| YUV | 47.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 62 | 0 | 0.78 | 0.34 | 0.63 | 326.3 | 0.63 | 0.23 |
| Hex | 5E | 15 | 3E | 0 | 4E | 22 | 3F | 146 | 3F | 17 |
| Octal | 136 | 25 | 76 | 0 | 116 | 42 | 77 | 506 | 77 | 27 |
| Binary | 1011110 | 10101 | 111110 | 0 | 1001110 | 100010 | 111111 | 101000110 | 111111 | 10111 |
Color Harmonies of #5E153E
Complementary color
Monochromatic Colors of #5E153E
Black with #5E153E
Text Example
Text Example
White with #5E153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E153E; }
p { color: rgb(94,21,62); }
H1.HeaderClassName
{
color: #5E153E;
}
.AnyTagClassName
{
color: #5E153E;
}
</style>
background-color css
<style>
a { background-color: #5E153E; }
a { background-color: rgb(94,21,62); }
div.DivClassName
{
background-color: #5E153E;
}
.BgClassName
{
background-color: #5E153E;
}
</style>
border-color css
<style>
span { border-color: #5E153E; }
span { border-color: rgb(94,21,62); }
td.TdClassName
{
border-color: #5E153E;
}
.TagClassName
{
border-color: #5E153E;
}
</style>