Shades of Scarlet Gum #4D1461
Tints of Scarlet Gum #4D1461
RGB
CMYK
RGB Variations
Color information
#4D1461 (or 0x4D1461) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 61. RGB value is (77,20,97). Sum of RGB (Red+Green+Blue) = 77+20+97=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1461 is #B2EB9E. Grayscale: #2D2D2D. Windows color (decimal): -11725727 or 6362189. OLE color: 6362189.
HSL color Cylindrical-coordinate representation of color #4D1461: hue angle of 284.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1461 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 20 | 97 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.62 |
| HSL | 284.42º | 0.66% | 0.23% | - |
| HSV(B) | 284.42º | 0.79% | 0.38% | - |
| XYZ | 5.47 | 2.94 | 11.59 | - |
| YUV | 45.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 97 | 0.21 | 0.79 | 0 | 0.62 | 284.42 | 0.66 | 0.23 |
| Hex | 4D | 14 | 61 | 15 | 4F | 0 | 3E | 11C | 42 | 17 |
| Octal | 115 | 24 | 141 | 25 | 117 | 0 | 76 | 434 | 102 | 27 |
| Binary | 1001101 | 10100 | 1100001 | 10101 | 1001111 | 0 | 111110 | 100011100 | 1000010 | 10111 |
Color Harmonies of #4D1461
Complementary color
Monochromatic Colors of #4D1461
Black with #4D1461
Text Example
Text Example
White with #4D1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1461; }
p { color: rgb(77,20,97); }
H1.HeaderClassName
{
color: #4D1461;
}
.AnyTagClassName
{
color: #4D1461;
}
</style>
background-color css
<style>
a { background-color: #4D1461; }
a { background-color: rgb(77,20,97); }
div.DivClassName
{
background-color: #4D1461;
}
.BgClassName
{
background-color: #4D1461;
}
</style>
border-color css
<style>
span { border-color: #4D1461; }
span { border-color: rgb(77,20,97); }
td.TdClassName
{
border-color: #4D1461;
}
.TagClassName
{
border-color: #4D1461;
}
</style>