Shades of Scarlet Gum #4D3D55
Tints of Scarlet Gum #4D3D55
RGB
CMYK
RGB Variations
Color information
#4D3D55 (or 0x4D3D55) is known color: Scarlet Gum. HEX triplet: 4D, 3D and 55. RGB value is (77,61,85). Sum of RGB (Red+Green+Blue) = 77+61+85=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D3D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3D55 is #B2C2AA. Grayscale: #444444. Windows color (decimal): -11715243 or 5586253. OLE color: 5586253.
HSL color Cylindrical-coordinate representation of color #4D3D55: hue angle of 280º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D3D55 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 61 | 85 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.67 |
| HSL | 280º | 0.16% | 0.29% | - |
| HSV(B) | 280º | 0.28% | 0.33% | - |
| XYZ | 6.37 | 5.57 | 9.33 | - |
| YUV | 68.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 85 | 0.09 | 0.28 | 0 | 0.67 | 280 | 0.16 | 0.29 |
| Hex | 4D | 3D | 55 | 9 | 1C | 0 | 43 | 118 | 10 | 1D |
| Octal | 115 | 75 | 125 | 11 | 34 | 0 | 103 | 430 | 20 | 35 |
| Binary | 1001101 | 111101 | 1010101 | 1001 | 11100 | 0 | 1000011 | 100011000 | 10000 | 11101 |
Color Harmonies of #4D3D55
Complementary color
Monochromatic Colors of #4D3D55
Black with #4D3D55
Text Example
Text Example
White with #4D3D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D55; }
p { color: rgb(77,61,85); }
H1.HeaderClassName
{
color: #4D3D55;
}
.AnyTagClassName
{
color: #4D3D55;
}
</style>
background-color css
<style>
a { background-color: #4D3D55; }
a { background-color: rgb(77,61,85); }
div.DivClassName
{
background-color: #4D3D55;
}
.BgClassName
{
background-color: #4D3D55;
}
</style>
border-color css
<style>
span { border-color: #4D3D55; }
span { border-color: rgb(77,61,85); }
td.TdClassName
{
border-color: #4D3D55;
}
.TagClassName
{
border-color: #4D3D55;
}
</style>