Shades of Scarlet Gum #4D2061
Tints of Scarlet Gum #4D2061
RGB
CMYK
RGB Variations
Color information
#4D2061 (or 0x4D2061) is known color: Scarlet Gum. HEX triplet: 4D, 20 and 61. RGB value is (77,32,97). Sum of RGB (Red+Green+Blue) = 77+32+97=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2061 is #B2DF9E. Grayscale: #343434. Windows color (decimal): -11722655 or 6365261. OLE color: 6365261.
HSL color Cylindrical-coordinate representation of color #4D2061: hue angle of 281.54º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2061 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 32 | 97 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.62 |
| HSL | 281.54º | 0.5% | 0.25% | - |
| HSV(B) | 281.54º | 0.67% | 0.38% | - |
| XYZ | 5.73 | 3.47 | 11.68 | - |
| YUV | 52.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 97 | 0.21 | 0.67 | 0 | 0.62 | 281.54 | 0.5 | 0.25 |
| Hex | 4D | 20 | 61 | 15 | 43 | 0 | 3E | 11A | 32 | 19 |
| Octal | 115 | 40 | 141 | 25 | 103 | 0 | 76 | 432 | 62 | 31 |
| Binary | 1001101 | 100000 | 1100001 | 10101 | 1000011 | 0 | 111110 | 100011010 | 110010 | 11001 |
Color Harmonies of #4D2061
Complementary color
Monochromatic Colors of #4D2061
Black with #4D2061
Text Example
Text Example
White with #4D2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2061; }
p { color: rgb(77,32,97); }
H1.HeaderClassName
{
color: #4D2061;
}
.AnyTagClassName
{
color: #4D2061;
}
</style>
background-color css
<style>
a { background-color: #4D2061; }
a { background-color: rgb(77,32,97); }
div.DivClassName
{
background-color: #4D2061;
}
.BgClassName
{
background-color: #4D2061;
}
</style>
border-color css
<style>
span { border-color: #4D2061; }
span { border-color: rgb(77,32,97); }
td.TdClassName
{
border-color: #4D2061;
}
.TagClassName
{
border-color: #4D2061;
}
</style>