Shades of Pompadour #5E213A
Tints of Pompadour #5E213A
RGB
CMYK
RGB Variations
Color information
#5E213A (or 0x5E213A) is known color: Pompadour. HEX triplet: 5E, 21 and 3A. RGB value is (94,33,58). Sum of RGB (Red+Green+Blue) = 94+33+58=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E213A is #A1DEC5. Grayscale: #363636. Windows color (decimal): -10608326 or 3809630. OLE color: 3809630.
HSL color Cylindrical-coordinate representation of color #5E213A: hue angle of 335.41º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E213A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 58 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.63 |
| HSL | 335.41º | 0.48% | 0.25% | - |
| HSV(B) | 335.41º | 0.65% | 0.37% | - |
| XYZ | 5.92 | 3.77 | 4.42 | - |
| YUV | 54.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 58 | 0 | 0.65 | 0.38 | 0.63 | 335.41 | 0.48 | 0.25 |
| Hex | 5E | 21 | 3A | 0 | 41 | 26 | 3F | 14F | 30 | 19 |
| Octal | 136 | 41 | 72 | 0 | 101 | 46 | 77 | 517 | 60 | 31 |
| Binary | 1011110 | 100001 | 111010 | 0 | 1000001 | 100110 | 111111 | 101001111 | 110000 | 11001 |
Color Harmonies of #5E213A
Complementary color
Monochromatic Colors of #5E213A
Black with #5E213A
Text Example
Text Example
White with #5E213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E213A; }
p { color: rgb(94,33,58); }
H1.HeaderClassName
{
color: #5E213A;
}
.AnyTagClassName
{
color: #5E213A;
}
</style>
background-color css
<style>
a { background-color: #5E213A; }
a { background-color: rgb(94,33,58); }
div.DivClassName
{
background-color: #5E213A;
}
.BgClassName
{
background-color: #5E213A;
}
</style>
border-color css
<style>
span { border-color: #5E213A; }
span { border-color: rgb(94,33,58); }
td.TdClassName
{
border-color: #5E213A;
}
.TagClassName
{
border-color: #5E213A;
}
</style>