Shades of Scarlet Gum #4D2560
Tints of Scarlet Gum #4D2560
RGB
CMYK
RGB Variations
Color information
#4D2560 (or 0x4D2560) is known color: Scarlet Gum. HEX triplet: 4D, 25 and 60. RGB value is (77,37,96). Sum of RGB (Red+Green+Blue) = 77+37+96=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2560 is #B2DA9F. Grayscale: #373737. Windows color (decimal): -11721376 or 6301005. OLE color: 6301005.
HSL color Cylindrical-coordinate representation of color #4D2560: hue angle of 280.68º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D2560 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 37 | 96 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.62 |
| HSL | 280.68º | 0.44% | 0.26% | - |
| HSV(B) | 280.68º | 0.61% | 0.38% | - |
| XYZ | 5.83 | 3.75 | 11.48 | - |
| YUV | 55.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 96 | 0.20 | 0.61 | 0 | 0.62 | 280.68 | 0.44 | 0.26 |
| Hex | 4D | 25 | 60 | 14 | 3D | 0 | 3E | 119 | 2C | 1A |
| Octal | 115 | 45 | 140 | 24 | 75 | 0 | 76 | 431 | 54 | 32 |
| Binary | 1001101 | 100101 | 1100000 | 10100 | 111101 | 0 | 111110 | 100011001 | 101100 | 11010 |
Color Harmonies of #4D2560
Complementary color
Monochromatic Colors of #4D2560
Black with #4D2560
Text Example
Text Example
White with #4D2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2560; }
p { color: rgb(77,37,96); }
H1.HeaderClassName
{
color: #4D2560;
}
.AnyTagClassName
{
color: #4D2560;
}
</style>
background-color css
<style>
a { background-color: #4D2560; }
a { background-color: rgb(77,37,96); }
div.DivClassName
{
background-color: #4D2560;
}
.BgClassName
{
background-color: #4D2560;
}
</style>
border-color css
<style>
span { border-color: #4D2560; }
span { border-color: rgb(77,37,96); }
td.TdClassName
{
border-color: #4D2560;
}
.TagClassName
{
border-color: #4D2560;
}
</style>