Shades of Scarlet Gum #4D2863
Tints of Scarlet Gum #4D2863
RGB
CMYK
RGB Variations
Color information
#4D2863 (or 0x4D2863) is known color: Scarlet Gum. HEX triplet: 4D, 28 and 63. RGB value is (77,40,99). Sum of RGB (Red+Green+Blue) = 77+40+99=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D2863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2863 is #B2D79C. Grayscale: #393939. Windows color (decimal): -11720605 or 6498381. OLE color: 6498381.
HSL color Cylindrical-coordinate representation of color #4D2863: hue angle of 277.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D2863 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 40 | 99 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.61 |
| HSL | 277.63º | 0.42% | 0.27% | - |
| HSV(B) | 277.63º | 0.6% | 0.39% | - |
| XYZ | 6.07 | 4 | 12.26 | - |
| YUV | 57.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 99 | 0.22 | 0.60 | 0 | 0.61 | 277.63 | 0.42 | 0.27 |
| Hex | 4D | 28 | 63 | 16 | 3C | 0 | 3D | 116 | 2A | 1B |
| Octal | 115 | 50 | 143 | 26 | 74 | 0 | 75 | 426 | 52 | 33 |
| Binary | 1001101 | 101000 | 1100011 | 10110 | 111100 | 0 | 111101 | 100010110 | 101010 | 11011 |
Color Harmonies of #4D2863
Complementary color
Monochromatic Colors of #4D2863
Black with #4D2863
Text Example
Text Example
White with #4D2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2863; }
p { color: rgb(77,40,99); }
H1.HeaderClassName
{
color: #4D2863;
}
.AnyTagClassName
{
color: #4D2863;
}
</style>
background-color css
<style>
a { background-color: #4D2863; }
a { background-color: rgb(77,40,99); }
div.DivClassName
{
background-color: #4D2863;
}
.BgClassName
{
background-color: #4D2863;
}
</style>
border-color css
<style>
span { border-color: #4D2863; }
span { border-color: rgb(77,40,99); }
td.TdClassName
{
border-color: #4D2863;
}
.TagClassName
{
border-color: #4D2863;
}
</style>