Shades of Scarlet Gum #4D2F59
Tints of Scarlet Gum #4D2F59
RGB
CMYK
RGB Variations
Color information
#4D2F59 (or 0x4D2F59) is known color: Scarlet Gum. HEX triplet: 4D, 2F and 59. RGB value is (77,47,89). Sum of RGB (Red+Green+Blue) = 77+47+89=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D2F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F59 is #B2D0A6. Grayscale: #3C3C3C. Windows color (decimal): -11718823 or 5844813. OLE color: 5844813.
HSL color Cylindrical-coordinate representation of color #4D2F59: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2F59 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 47 | 89 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.65 |
| HSL | 282.86º | 0.31% | 0.27% | - |
| HSV(B) | 282.86º | 0.47% | 0.35% | - |
| XYZ | 5.88 | 4.33 | 9.98 | - |
| YUV | 60.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 89 | 0.13 | 0.47 | 0 | 0.65 | 282.86 | 0.31 | 0.27 |
| Hex | 4D | 2F | 59 | D | 2F | 0 | 41 | 11B | 1F | 1B |
| Octal | 115 | 57 | 131 | 15 | 57 | 0 | 101 | 433 | 37 | 33 |
| Binary | 1001101 | 101111 | 1011001 | 1101 | 101111 | 0 | 1000001 | 100011011 | 11111 | 11011 |
Color Harmonies of #4D2F59
Complementary color
Monochromatic Colors of #4D2F59
Black with #4D2F59
Text Example
Text Example
White with #4D2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F59; }
p { color: rgb(77,47,89); }
H1.HeaderClassName
{
color: #4D2F59;
}
.AnyTagClassName
{
color: #4D2F59;
}
</style>
background-color css
<style>
a { background-color: #4D2F59; }
a { background-color: rgb(77,47,89); }
div.DivClassName
{
background-color: #4D2F59;
}
.BgClassName
{
background-color: #4D2F59;
}
</style>
border-color css
<style>
span { border-color: #4D2F59; }
span { border-color: rgb(77,47,89); }
td.TdClassName
{
border-color: #4D2F59;
}
.TagClassName
{
border-color: #4D2F59;
}
</style>