Shades of Pompadour #5E213D
Tints of Pompadour #5E213D
RGB
CMYK
RGB Variations
Color information
#5E213D (or 0x5E213D) is known color: Pompadour. HEX triplet: 5E, 21 and 3D. RGB value is (94,33,61). Sum of RGB (Red+Green+Blue) = 94+33+61=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E213D is #A1DEC2. Grayscale: #363636. Windows color (decimal): -10608323 or 4006238. OLE color: 4006238.
HSL color Cylindrical-coordinate representation of color #5E213D: hue angle of 332.46º 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 #5E213D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 61 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.63 |
| HSL | 332.46º | 0.48% | 0.25% | - |
| HSV(B) | 332.46º | 0.65% | 0.37% | - |
| XYZ | 6 | 3.8 | 4.83 | - |
| YUV | 54.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 61 | 0 | 0.65 | 0.35 | 0.63 | 332.46 | 0.48 | 0.25 |
| Hex | 5E | 21 | 3D | 0 | 41 | 23 | 3F | 14C | 30 | 19 |
| Octal | 136 | 41 | 75 | 0 | 101 | 43 | 77 | 514 | 60 | 31 |
| Binary | 1011110 | 100001 | 111101 | 0 | 1000001 | 100011 | 111111 | 101001100 | 110000 | 11001 |
Color Harmonies of #5E213D
Complementary color
Monochromatic Colors of #5E213D
Black with #5E213D
Text Example
Text Example
White with #5E213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E213D; }
p { color: rgb(94,33,61); }
H1.HeaderClassName
{
color: #5E213D;
}
.AnyTagClassName
{
color: #5E213D;
}
</style>
background-color css
<style>
a { background-color: #5E213D; }
a { background-color: rgb(94,33,61); }
div.DivClassName
{
background-color: #5E213D;
}
.BgClassName
{
background-color: #5E213D;
}
</style>
border-color css
<style>
span { border-color: #5E213D; }
span { border-color: rgb(94,33,61); }
td.TdClassName
{
border-color: #5E213D;
}
.TagClassName
{
border-color: #5E213D;
}
</style>