Shades of Scarlet Gum #4D2963
Tints of Scarlet Gum #4D2963
RGB
CMYK
RGB Variations
Color information
#4D2963 (or 0x4D2963) is known color: Scarlet Gum. HEX triplet: 4D, 29 and 63. RGB value is (77,41,99). Sum of RGB (Red+Green+Blue) = 77+41+99=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2963 is #B2D69C. Grayscale: #3A3A3A. Windows color (decimal): -11720349 or 6498637. OLE color: 6498637.
HSL color Cylindrical-coordinate representation of color #4D2963: hue angle of 277.24º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2963 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 41 | 99 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.61 |
| HSL | 277.24º | 0.41% | 0.27% | - |
| HSV(B) | 277.24º | 0.59% | 0.39% | - |
| XYZ | 6.11 | 4.06 | 12.27 | - |
| YUV | 58.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 99 | 0.22 | 0.59 | 0 | 0.61 | 277.24 | 0.41 | 0.27 |
| Hex | 4D | 29 | 63 | 16 | 3B | 0 | 3D | 115 | 29 | 1B |
| Octal | 115 | 51 | 143 | 26 | 73 | 0 | 75 | 425 | 51 | 33 |
| Binary | 1001101 | 101001 | 1100011 | 10110 | 111011 | 0 | 111101 | 100010101 | 101001 | 11011 |
Color Harmonies of #4D2963
Complementary color
Monochromatic Colors of #4D2963
Black with #4D2963
Text Example
Text Example
White with #4D2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2963; }
p { color: rgb(77,41,99); }
H1.HeaderClassName
{
color: #4D2963;
}
.AnyTagClassName
{
color: #4D2963;
}
</style>
background-color css
<style>
a { background-color: #4D2963; }
a { background-color: rgb(77,41,99); }
div.DivClassName
{
background-color: #4D2963;
}
.BgClassName
{
background-color: #4D2963;
}
</style>
border-color css
<style>
span { border-color: #4D2963; }
span { border-color: rgb(77,41,99); }
td.TdClassName
{
border-color: #4D2963;
}
.TagClassName
{
border-color: #4D2963;
}
</style>