Shades of Scarlet Gum #4D0E5F
Tints of Scarlet Gum #4D0E5F
RGB
CMYK
RGB Variations
Color information
#4D0E5F (or 0x4D0E5F) is known color: Scarlet Gum. HEX triplet: 4D, 0E and 5F. RGB value is (77,14,95). Sum of RGB (Red+Green+Blue) = 77+14+95=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D0E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E5F is #B2F1A0. Grayscale: #292929. Windows color (decimal): -11727265 or 6229581. OLE color: 6229581.
HSL color Cylindrical-coordinate representation of color #4D0E5F: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D0E5F is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 14 | 95 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.63 |
| HSL | 286.67º | 0.74% | 0.21% | - |
| HSV(B) | 286.67º | 0.85% | 0.37% | - |
| XYZ | 5.28 | 2.72 | 11.07 | - |
| YUV | 42.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 95 | 0.19 | 0.85 | 0 | 0.63 | 286.67 | 0.74 | 0.21 |
| Hex | 4D | E | 5F | 13 | 55 | 0 | 3F | 11F | 4A | 15 |
| Octal | 115 | 16 | 137 | 23 | 125 | 0 | 77 | 437 | 112 | 25 |
| Binary | 1001101 | 1110 | 1011111 | 10011 | 1010101 | 0 | 111111 | 100011111 | 1001010 | 10101 |
Color Harmonies of #4D0E5F
Complementary color
Monochromatic Colors of #4D0E5F
Black with #4D0E5F
Text Example
Text Example
White with #4D0E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E5F; }
p { color: rgb(77,14,95); }
H1.HeaderClassName
{
color: #4D0E5F;
}
.AnyTagClassName
{
color: #4D0E5F;
}
</style>
background-color css
<style>
a { background-color: #4D0E5F; }
a { background-color: rgb(77,14,95); }
div.DivClassName
{
background-color: #4D0E5F;
}
.BgClassName
{
background-color: #4D0E5F;
}
</style>
border-color css
<style>
span { border-color: #4D0E5F; }
span { border-color: rgb(77,14,95); }
td.TdClassName
{
border-color: #4D0E5F;
}
.TagClassName
{
border-color: #4D0E5F;
}
</style>