Shades of Scarlet Gum #4D3855
Tints of Scarlet Gum #4D3855
RGB
CMYK
RGB Variations
Color information
#4D3855 (or 0x4D3855) is known color: Scarlet Gum. HEX triplet: 4D, 38 and 55. RGB value is (77,56,85). Sum of RGB (Red+Green+Blue) = 77+56+85=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D3855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3855 is #B2C7AA. Grayscale: #414141. Windows color (decimal): -11716523 or 5584973. OLE color: 5584973.
HSL color Cylindrical-coordinate representation of color #4D3855: hue angle of 283.45º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3855 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 56 | 85 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.67 |
| HSL | 283.45º | 0.21% | 0.28% | - |
| HSV(B) | 283.45º | 0.34% | 0.33% | - |
| XYZ | 6.11 | 5.06 | 9.25 | - |
| YUV | 65.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 85 | 0.09 | 0.34 | 0 | 0.67 | 283.45 | 0.21 | 0.28 |
| Hex | 4D | 38 | 55 | 9 | 22 | 0 | 43 | 11B | 15 | 1C |
| Octal | 115 | 70 | 125 | 11 | 42 | 0 | 103 | 433 | 25 | 34 |
| Binary | 1001101 | 111000 | 1010101 | 1001 | 100010 | 0 | 1000011 | 100011011 | 10101 | 11100 |
Color Harmonies of #4D3855
Complementary color
Monochromatic Colors of #4D3855
Black with #4D3855
Text Example
Text Example
White with #4D3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3855; }
p { color: rgb(77,56,85); }
H1.HeaderClassName
{
color: #4D3855;
}
.AnyTagClassName
{
color: #4D3855;
}
</style>
background-color css
<style>
a { background-color: #4D3855; }
a { background-color: rgb(77,56,85); }
div.DivClassName
{
background-color: #4D3855;
}
.BgClassName
{
background-color: #4D3855;
}
</style>
border-color css
<style>
span { border-color: #4D3855; }
span { border-color: rgb(77,56,85); }
td.TdClassName
{
border-color: #4D3855;
}
.TagClassName
{
border-color: #4D3855;
}
</style>