Shades of Scarlet Gum #4D355D
Tints of Scarlet Gum #4D355D
RGB
CMYK
RGB Variations
Color information
#4D355D (or 0x4D355D) is known color: Scarlet Gum. HEX triplet: 4D, 35 and 5D. RGB value is (77,53,93). Sum of RGB (Red+Green+Blue) = 77+53+93=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D355D is #B2CAA2. Grayscale: #404040. Windows color (decimal): -11717283 or 6108493. OLE color: 6108493.
HSL color Cylindrical-coordinate representation of color #4D355D: hue angle of 276º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D355D is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 53 | 93 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.64 |
| HSL | 276º | 0.27% | 0.29% | - |
| HSV(B) | 276º | 0.43% | 0.36% | - |
| XYZ | 6.31 | 4.91 | 10.97 | - |
| YUV | 64.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 93 | 0.17 | 0.43 | 0 | 0.64 | 276 | 0.27 | 0.29 |
| Hex | 4D | 35 | 5D | 11 | 2B | 0 | 40 | 114 | 1B | 1D |
| Octal | 115 | 65 | 135 | 21 | 53 | 0 | 100 | 424 | 33 | 35 |
| Binary | 1001101 | 110101 | 1011101 | 10001 | 101011 | 0 | 1000000 | 100010100 | 11011 | 11101 |
Color Harmonies of #4D355D
Complementary color
Monochromatic Colors of #4D355D
Black with #4D355D
Text Example
Text Example
White with #4D355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D355D; }
p { color: rgb(77,53,93); }
H1.HeaderClassName
{
color: #4D355D;
}
.AnyTagClassName
{
color: #4D355D;
}
</style>
background-color css
<style>
a { background-color: #4D355D; }
a { background-color: rgb(77,53,93); }
div.DivClassName
{
background-color: #4D355D;
}
.BgClassName
{
background-color: #4D355D;
}
</style>
border-color css
<style>
span { border-color: #4D355D; }
span { border-color: rgb(77,53,93); }
td.TdClassName
{
border-color: #4D355D;
}
.TagClassName
{
border-color: #4D355D;
}
</style>