Shades of Scarlet Gum #4D2861
Tints of Scarlet Gum #4D2861
RGB
CMYK
RGB Variations
Color information
#4D2861 (or 0x4D2861) is known color: Scarlet Gum. HEX triplet: 4D, 28 and 61. RGB value is (77,40,97). Sum of RGB (Red+Green+Blue) = 77+40+97=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D2861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2861 is #B2D79E. Grayscale: #393939. Windows color (decimal): -11720607 or 6367309. OLE color: 6367309.
HSL color Cylindrical-coordinate representation of color #4D2861: hue angle of 278.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2861 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 40 | 97 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.62 |
| HSL | 278.95º | 0.42% | 0.27% | - |
| HSV(B) | 278.95º | 0.59% | 0.38% | - |
| XYZ | 5.98 | 3.96 | 11.76 | - |
| YUV | 57.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 97 | 0.21 | 0.59 | 0 | 0.62 | 278.95 | 0.42 | 0.27 |
| Hex | 4D | 28 | 61 | 15 | 3B | 0 | 3E | 117 | 2A | 1B |
| Octal | 115 | 50 | 141 | 25 | 73 | 0 | 76 | 427 | 52 | 33 |
| Binary | 1001101 | 101000 | 1100001 | 10101 | 111011 | 0 | 111110 | 100010111 | 101010 | 11011 |
Color Harmonies of #4D2861
Complementary color
Monochromatic Colors of #4D2861
Black with #4D2861
Text Example
Text Example
White with #4D2861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2861; }
p { color: rgb(77,40,97); }
H1.HeaderClassName
{
color: #4D2861;
}
.AnyTagClassName
{
color: #4D2861;
}
</style>
background-color css
<style>
a { background-color: #4D2861; }
a { background-color: rgb(77,40,97); }
div.DivClassName
{
background-color: #4D2861;
}
.BgClassName
{
background-color: #4D2861;
}
</style>
border-color css
<style>
span { border-color: #4D2861; }
span { border-color: rgb(77,40,97); }
td.TdClassName
{
border-color: #4D2861;
}
.TagClassName
{
border-color: #4D2861;
}
</style>