Shades of Scarlet Gum #4D375D
Tints of Scarlet Gum #4D375D
RGB
CMYK
RGB Variations
Color information
#4D375D (or 0x4D375D) is known color: Scarlet Gum. HEX triplet: 4D, 37 and 5D. RGB value is (77,55,93). Sum of RGB (Red+Green+Blue) = 77+55+93=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D375D is #B2C8A2. Grayscale: #414141. Windows color (decimal): -11716771 or 6109005. OLE color: 6109005.
HSL color Cylindrical-coordinate representation of color #4D375D: hue angle of 274.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D375D is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 55 | 93 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.64 |
| HSL | 274.74º | 0.26% | 0.29% | - |
| HSV(B) | 274.74º | 0.41% | 0.36% | - |
| XYZ | 6.4 | 5.1 | 11 | - |
| YUV | 65.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 93 | 0.17 | 0.41 | 0 | 0.64 | 274.74 | 0.26 | 0.29 |
| Hex | 4D | 37 | 5D | 11 | 29 | 0 | 40 | 113 | 1A | 1D |
| Octal | 115 | 67 | 135 | 21 | 51 | 0 | 100 | 423 | 32 | 35 |
| Binary | 1001101 | 110111 | 1011101 | 10001 | 101001 | 0 | 1000000 | 100010011 | 11010 | 11101 |
Color Harmonies of #4D375D
Complementary color
Monochromatic Colors of #4D375D
Black with #4D375D
Text Example
Text Example
White with #4D375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D375D; }
p { color: rgb(77,55,93); }
H1.HeaderClassName
{
color: #4D375D;
}
.AnyTagClassName
{
color: #4D375D;
}
</style>
background-color css
<style>
a { background-color: #4D375D; }
a { background-color: rgb(77,55,93); }
div.DivClassName
{
background-color: #4D375D;
}
.BgClassName
{
background-color: #4D375D;
}
</style>
border-color css
<style>
span { border-color: #4D375D; }
span { border-color: rgb(77,55,93); }
td.TdClassName
{
border-color: #4D375D;
}
.TagClassName
{
border-color: #4D375D;
}
</style>