Shades of Pompadour #5E234B
Tints of Pompadour #5E234B
RGB
CMYK
RGB Variations
Color information
#5E234B (or 0x5E234B) is known color: Pompadour. HEX triplet: 5E, 23 and 4B. RGB value is (94,35,75). Sum of RGB (Red+Green+Blue) = 94+35+75=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E234B is #A1DCB4. Grayscale: #393939. Windows color (decimal): -10607797 or 4924254. OLE color: 4924254.
HSL color Cylindrical-coordinate representation of color #5E234B: hue angle of 319.32º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E234B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 75 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.63 |
| HSL | 319.32º | 0.46% | 0.25% | - |
| HSV(B) | 319.32º | 0.63% | 0.37% | - |
| XYZ | 6.49 | 4.09 | 7.1 | - |
| YUV | 57.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 75 | 0 | 0.63 | 0.20 | 0.63 | 319.32 | 0.46 | 0.25 |
| Hex | 5E | 23 | 4B | 0 | 3F | 14 | 3F | 13F | 2E | 19 |
| Octal | 136 | 43 | 113 | 0 | 77 | 24 | 77 | 477 | 56 | 31 |
| Binary | 1011110 | 100011 | 1001011 | 0 | 111111 | 10100 | 111111 | 100111111 | 101110 | 11001 |
Color Harmonies of #5E234B
Complementary color
Monochromatic Colors of #5E234B
Black with #5E234B
Text Example
Text Example
White with #5E234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E234B; }
p { color: rgb(94,35,75); }
H1.HeaderClassName
{
color: #5E234B;
}
.AnyTagClassName
{
color: #5E234B;
}
</style>
background-color css
<style>
a { background-color: #5E234B; }
a { background-color: rgb(94,35,75); }
div.DivClassName
{
background-color: #5E234B;
}
.BgClassName
{
background-color: #5E234B;
}
</style>
border-color css
<style>
span { border-color: #5E234B; }
span { border-color: rgb(94,35,75); }
td.TdClassName
{
border-color: #5E234B;
}
.TagClassName
{
border-color: #5E234B;
}
</style>