Shades of Pompadour #5E2B4B
Tints of Pompadour #5E2B4B
RGB
CMYK
RGB Variations
Color information
#5E2B4B (or 0x5E2B4B) is known color: Pompadour. HEX triplet: 5E, 2B and 4B. RGB value is (94,43,75). Sum of RGB (Red+Green+Blue) = 94+43+75=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2B4B is #A1D4B4. Grayscale: #3D3D3D. Windows color (decimal): -10605749 or 4926302. OLE color: 4926302.
HSL color Cylindrical-coordinate representation of color #5E2B4B: hue angle of 322.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E2B4B is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 43 | 75 | - |
CMYK | 0 | 0.54 | 0.20 | 0.63 |
HSL | 322.35º | 0.37% | 0.27% | - |
HSV(B) | 322.35º | 0.54% | 0.37% | - |
XYZ | 6.75 | 4.62 | 7.19 | - |
YUV | 61.9 | 135.4 | 150.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 43 | 75 | 0 | 0.54 | 0.20 | 0.63 | 322.35 | 0.37 | 0.27 |
Hex | 5E | 2B | 4B | 0 | 36 | 14 | 3F | 142 | 25 | 1B |
Octal | 136 | 53 | 113 | 0 | 66 | 24 | 77 | 502 | 45 | 33 |
Binary | 1011110 | 101011 | 1001011 | 0 | 110110 | 10100 | 111111 | 101000010 | 100101 | 11011 |
Color Harmonies of #5E2B4B
Complementary color
Monochromatic Colors of #5E2B4B
Black with #5E2B4B
Text Example
Text Example
White with #5E2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B4B; }
p { color: rgb(94,43,75); }
H1.HeaderClassName
{
color: #5E2B4B;
}
.AnyTagClassName
{
color: #5E2B4B;
}
</style>
background-color css
<style>
a { background-color: #5E2B4B; }
a { background-color: rgb(94,43,75); }
div.DivClassName
{
background-color: #5E2B4B;
}
.BgClassName
{
background-color: #5E2B4B;
}
</style>
border-color css
<style>
span { border-color: #5E2B4B; }
span { border-color: rgb(94,43,75); }
td.TdClassName
{
border-color: #5E2B4B;
}
.TagClassName
{
border-color: #5E2B4B;
}
</style>