Shades of Scarlet Gum #4D3859
Tints of Scarlet Gum #4D3859
RGB
CMYK
RGB Variations
Color information
#4D3859 (or 0x4D3859) is known color: Scarlet Gum. HEX triplet: 4D, 38 and 59. RGB value is (77,56,89). Sum of RGB (Red+Green+Blue) = 77+56+89=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D3859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3859 is #B2C7A6. Grayscale: #414141. Windows color (decimal): -11716519 or 5847117. OLE color: 5847117.
HSL color Cylindrical-coordinate representation of color #4D3859: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D3859 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 56 | 89 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.65 |
| HSL | 278.18º | 0.23% | 0.28% | - |
| HSV(B) | 278.18º | 0.37% | 0.35% | - |
| XYZ | 6.28 | 5.13 | 10.11 | - |
| YUV | 66.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 89 | 0.13 | 0.37 | 0 | 0.65 | 278.18 | 0.23 | 0.28 |
| Hex | 4D | 38 | 59 | D | 25 | 0 | 41 | 116 | 17 | 1C |
| Octal | 115 | 70 | 131 | 15 | 45 | 0 | 101 | 426 | 27 | 34 |
| Binary | 1001101 | 111000 | 1011001 | 1101 | 100101 | 0 | 1000001 | 100010110 | 10111 | 11100 |
Color Harmonies of #4D3859
Complementary color
Monochromatic Colors of #4D3859
Black with #4D3859
Text Example
Text Example
White with #4D3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3859; }
p { color: rgb(77,56,89); }
H1.HeaderClassName
{
color: #4D3859;
}
.AnyTagClassName
{
color: #4D3859;
}
</style>
background-color css
<style>
a { background-color: #4D3859; }
a { background-color: rgb(77,56,89); }
div.DivClassName
{
background-color: #4D3859;
}
.BgClassName
{
background-color: #4D3859;
}
</style>
border-color css
<style>
span { border-color: #4D3859; }
span { border-color: rgb(77,56,89); }
td.TdClassName
{
border-color: #4D3859;
}
.TagClassName
{
border-color: #4D3859;
}
</style>