Shades of Scarlet Gum #4D3E55
Tints of Scarlet Gum #4D3E55
RGB
CMYK
RGB Variations
Color information
#4D3E55 (or 0x4D3E55) is known color: Scarlet Gum. HEX triplet: 4D, 3E and 55. RGB value is (77,62,85). Sum of RGB (Red+Green+Blue) = 77+62+85=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D3E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E55 is #B2C1AA. Grayscale: #454545. Windows color (decimal): -11714987 or 5586509. OLE color: 5586509.
HSL color Cylindrical-coordinate representation of color #4D3E55: hue angle of 279.13º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D3E55 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 62 | 85 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.67 |
| HSL | 279.13º | 0.16% | 0.29% | - |
| HSV(B) | 279.13º | 0.27% | 0.33% | - |
| XYZ | 6.42 | 5.68 | 9.35 | - |
| YUV | 69.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 85 | 0.09 | 0.27 | 0 | 0.67 | 279.13 | 0.16 | 0.29 |
| Hex | 4D | 3E | 55 | 9 | 1B | 0 | 43 | 117 | 10 | 1D |
| Octal | 115 | 76 | 125 | 11 | 33 | 0 | 103 | 427 | 20 | 35 |
| Binary | 1001101 | 111110 | 1010101 | 1001 | 11011 | 0 | 1000011 | 100010111 | 10000 | 11101 |
Color Harmonies of #4D3E55
Complementary color
Monochromatic Colors of #4D3E55
Black with #4D3E55
Text Example
Text Example
White with #4D3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E55; }
p { color: rgb(77,62,85); }
H1.HeaderClassName
{
color: #4D3E55;
}
.AnyTagClassName
{
color: #4D3E55;
}
</style>
background-color css
<style>
a { background-color: #4D3E55; }
a { background-color: rgb(77,62,85); }
div.DivClassName
{
background-color: #4D3E55;
}
.BgClassName
{
background-color: #4D3E55;
}
</style>
border-color css
<style>
span { border-color: #4D3E55; }
span { border-color: rgb(77,62,85); }
td.TdClassName
{
border-color: #4D3E55;
}
.TagClassName
{
border-color: #4D3E55;
}
</style>