Shades of Scarlet Gum #4D1D59
Tints of Scarlet Gum #4D1D59
RGB
CMYK
RGB Variations
Color information
#4D1D59 (or 0x4D1D59) is known color: Scarlet Gum. HEX triplet: 4D, 1D and 59. RGB value is (77,29,89). Sum of RGB (Red+Green+Blue) = 77+29+89=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D1D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1D59 is #B2E2A6. Grayscale: #313131. Windows color (decimal): -11723431 or 5840205. OLE color: 5840205.
HSL color Cylindrical-coordinate representation of color #4D1D59: hue angle of 288º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D1D59 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 29 | 89 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.65 |
| HSL | 288º | 0.51% | 0.23% | - |
| HSV(B) | 288º | 0.67% | 0.35% | - |
| XYZ | 5.3 | 3.18 | 9.79 | - |
| YUV | 50.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 89 | 0.13 | 0.67 | 0 | 0.65 | 288 | 0.51 | 0.23 |
| Hex | 4D | 1D | 59 | D | 43 | 0 | 41 | 120 | 33 | 17 |
| Octal | 115 | 35 | 131 | 15 | 103 | 0 | 101 | 440 | 63 | 27 |
| Binary | 1001101 | 11101 | 1011001 | 1101 | 1000011 | 0 | 1000001 | 100100000 | 110011 | 10111 |
Color Harmonies of #4D1D59
Complementary color
Monochromatic Colors of #4D1D59
Black with #4D1D59
Text Example
Text Example
White with #4D1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D59; }
p { color: rgb(77,29,89); }
H1.HeaderClassName
{
color: #4D1D59;
}
.AnyTagClassName
{
color: #4D1D59;
}
</style>
background-color css
<style>
a { background-color: #4D1D59; }
a { background-color: rgb(77,29,89); }
div.DivClassName
{
background-color: #4D1D59;
}
.BgClassName
{
background-color: #4D1D59;
}
</style>
border-color css
<style>
span { border-color: #4D1D59; }
span { border-color: rgb(77,29,89); }
td.TdClassName
{
border-color: #4D1D59;
}
.TagClassName
{
border-color: #4D1D59;
}
</style>