Shades of Pompadour #5E203F
Tints of Pompadour #5E203F
RGB
CMYK
RGB Variations
Color information
#5E203F (or 0x5E203F) is known color: Pompadour. HEX triplet: 5E, 20 and 3F. RGB value is (94,32,63). Sum of RGB (Red+Green+Blue) = 94+32+63=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E203F is #A1DFC0. Grayscale: #363636. Windows color (decimal): -10608577 or 4137054. OLE color: 4137054.
HSL color Cylindrical-coordinate representation of color #5E203F: hue angle of 330º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E203F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 63 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.63 |
| HSL | 330º | 0.49% | 0.25% | - |
| HSV(B) | 330º | 0.66% | 0.37% | - |
| XYZ | 6.03 | 3.77 | 5.11 | - |
| YUV | 54.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 63 | 0 | 0.66 | 0.33 | 0.63 | 330 | 0.49 | 0.25 |
| Hex | 5E | 20 | 3F | 0 | 42 | 21 | 3F | 14A | 31 | 19 |
| Octal | 136 | 40 | 77 | 0 | 102 | 41 | 77 | 512 | 61 | 31 |
| Binary | 1011110 | 100000 | 111111 | 0 | 1000010 | 100001 | 111111 | 101001010 | 110001 | 11001 |
Color Harmonies of #5E203F
Complementary color
Monochromatic Colors of #5E203F
Black with #5E203F
Text Example
Text Example
White with #5E203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E203F; }
p { color: rgb(94,32,63); }
H1.HeaderClassName
{
color: #5E203F;
}
.AnyTagClassName
{
color: #5E203F;
}
</style>
background-color css
<style>
a { background-color: #5E203F; }
a { background-color: rgb(94,32,63); }
div.DivClassName
{
background-color: #5E203F;
}
.BgClassName
{
background-color: #5E203F;
}
</style>
border-color css
<style>
span { border-color: #5E203F; }
span { border-color: rgb(94,32,63); }
td.TdClassName
{
border-color: #5E203F;
}
.TagClassName
{
border-color: #5E203F;
}
</style>