Shades of Scarlet Gum #4D1463
Tints of Scarlet Gum #4D1463
RGB
CMYK
RGB Variations
Color information
#4D1463 (or 0x4D1463) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 63. RGB value is (77,20,99). Sum of RGB (Red+Green+Blue) = 77+20+99=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1463 is #B2EB9C. Grayscale: #2D2D2D. Windows color (decimal): -11725725 or 6493261. OLE color: 6493261.
HSL color Cylindrical-coordinate representation of color #4D1463: hue angle of 283.29º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1463 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 20 | 99 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.61 |
| HSL | 283.29º | 0.66% | 0.23% | - |
| HSV(B) | 283.29º | 0.8% | 0.39% | - |
| XYZ | 5.56 | 2.98 | 12.09 | - |
| YUV | 46.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 99 | 0.22 | 0.80 | 0 | 0.61 | 283.29 | 0.66 | 0.23 |
| Hex | 4D | 14 | 63 | 16 | 50 | 0 | 3D | 11B | 42 | 17 |
| Octal | 115 | 24 | 143 | 26 | 120 | 0 | 75 | 433 | 102 | 27 |
| Binary | 1001101 | 10100 | 1100011 | 10110 | 1010000 | 0 | 111101 | 100011011 | 1000010 | 10111 |
Color Harmonies of #4D1463
Complementary color
Monochromatic Colors of #4D1463
Black with #4D1463
Text Example
Text Example
White with #4D1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1463; }
p { color: rgb(77,20,99); }
H1.HeaderClassName
{
color: #4D1463;
}
.AnyTagClassName
{
color: #4D1463;
}
</style>
background-color css
<style>
a { background-color: #4D1463; }
a { background-color: rgb(77,20,99); }
div.DivClassName
{
background-color: #4D1463;
}
.BgClassName
{
background-color: #4D1463;
}
</style>
border-color css
<style>
span { border-color: #4D1463; }
span { border-color: rgb(77,20,99); }
td.TdClassName
{
border-color: #4D1463;
}
.TagClassName
{
border-color: #4D1463;
}
</style>