Shades of Pompadour #5E2C4B
Tints of Pompadour #5E2C4B
RGB
CMYK
RGB Variations
Color information
#5E2C4B (or 0x5E2C4B) is known color: Pompadour. HEX triplet: 5E, 2C and 4B. RGB value is (94,44,75). Sum of RGB (Red+Green+Blue) = 94+44+75=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2C4B is #A1D3B4. Grayscale: #3E3E3E. Windows color (decimal): -10605493 or 4926558. OLE color: 4926558.
HSL color Cylindrical-coordinate representation of color #5E2C4B: hue angle of 322.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C4B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 44 | 75 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.63 |
| HSL | 322.8º | 0.36% | 0.27% | - |
| HSV(B) | 322.8º | 0.53% | 0.37% | - |
| XYZ | 6.79 | 4.69 | 7.2 | - |
| YUV | 62.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 75 | 0 | 0.53 | 0.20 | 0.63 | 322.8 | 0.36 | 0.27 |
| Hex | 5E | 2C | 4B | 0 | 35 | 14 | 3F | 143 | 24 | 1B |
| Octal | 136 | 54 | 113 | 0 | 65 | 24 | 77 | 503 | 44 | 33 |
| Binary | 1011110 | 101100 | 1001011 | 0 | 110101 | 10100 | 111111 | 101000011 | 100100 | 11011 |
Color Harmonies of #5E2C4B
Complementary color
Monochromatic Colors of #5E2C4B
Black with #5E2C4B
Text Example
Text Example
White with #5E2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C4B; }
p { color: rgb(94,44,75); }
H1.HeaderClassName
{
color: #5E2C4B;
}
.AnyTagClassName
{
color: #5E2C4B;
}
</style>
background-color css
<style>
a { background-color: #5E2C4B; }
a { background-color: rgb(94,44,75); }
div.DivClassName
{
background-color: #5E2C4B;
}
.BgClassName
{
background-color: #5E2C4B;
}
</style>
border-color css
<style>
span { border-color: #5E2C4B; }
span { border-color: rgb(94,44,75); }
td.TdClassName
{
border-color: #5E2C4B;
}
.TagClassName
{
border-color: #5E2C4B;
}
</style>