Shades of Scarlet Gum #4D1260
Tints of Scarlet Gum #4D1260
RGB
CMYK
RGB Variations
Color information
#4D1260 (or 0x4D1260) is known color: Scarlet Gum. HEX triplet: 4D, 12 and 60. RGB value is (77,18,96). Sum of RGB (Red+Green+Blue) = 77+18+96=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1260 is #B2ED9F. Grayscale: #2C2C2C. Windows color (decimal): -11726240 or 6296141. OLE color: 6296141.
HSL color Cylindrical-coordinate representation of color #4D1260: hue angle of 285.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1260 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 18 | 96 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.62 |
| HSL | 285.38º | 0.68% | 0.22% | - |
| HSV(B) | 285.38º | 0.81% | 0.38% | - |
| XYZ | 5.39 | 2.85 | 11.33 | - |
| YUV | 44.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 96 | 0.20 | 0.81 | 0 | 0.62 | 285.38 | 0.68 | 0.22 |
| Hex | 4D | 12 | 60 | 14 | 51 | 0 | 3E | 11D | 44 | 16 |
| Octal | 115 | 22 | 140 | 24 | 121 | 0 | 76 | 435 | 104 | 26 |
| Binary | 1001101 | 10010 | 1100000 | 10100 | 1010001 | 0 | 111110 | 100011101 | 1000100 | 10110 |
Color Harmonies of #4D1260
Complementary color
Monochromatic Colors of #4D1260
Black with #4D1260
Text Example
Text Example
White with #4D1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1260; }
p { color: rgb(77,18,96); }
H1.HeaderClassName
{
color: #4D1260;
}
.AnyTagClassName
{
color: #4D1260;
}
</style>
background-color css
<style>
a { background-color: #4D1260; }
a { background-color: rgb(77,18,96); }
div.DivClassName
{
background-color: #4D1260;
}
.BgClassName
{
background-color: #4D1260;
}
</style>
border-color css
<style>
span { border-color: #4D1260; }
span { border-color: rgb(77,18,96); }
td.TdClassName
{
border-color: #4D1260;
}
.TagClassName
{
border-color: #4D1260;
}
</style>