Shades of Scarlet Gum #4D1262
Tints of Scarlet Gum #4D1262
RGB
CMYK
RGB Variations
Color information
#4D1262 (or 0x4D1262) is known color: Scarlet Gum. HEX triplet: 4D, 12 and 62. RGB value is (77,18,98). Sum of RGB (Red+Green+Blue) = 77+18+98=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D1262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1262 is #B2ED9D. Grayscale: #2C2C2C. Windows color (decimal): -11726238 or 6427213. OLE color: 6427213.
HSL color Cylindrical-coordinate representation of color #4D1262: hue angle of 284.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1262 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 18 | 98 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.62 |
| HSL | 284.25º | 0.69% | 0.23% | - |
| HSV(B) | 284.25º | 0.82% | 0.38% | - |
| XYZ | 5.48 | 2.89 | 11.82 | - |
| YUV | 44.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 98 | 0.21 | 0.82 | 0 | 0.62 | 284.25 | 0.69 | 0.23 |
| Hex | 4D | 12 | 62 | 15 | 52 | 0 | 3E | 11C | 45 | 17 |
| Octal | 115 | 22 | 142 | 25 | 122 | 0 | 76 | 434 | 105 | 27 |
| Binary | 1001101 | 10010 | 1100010 | 10101 | 1010010 | 0 | 111110 | 100011100 | 1000101 | 10111 |
Color Harmonies of #4D1262
Complementary color
Monochromatic Colors of #4D1262
Black with #4D1262
Text Example
Text Example
White with #4D1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1262; }
p { color: rgb(77,18,98); }
H1.HeaderClassName
{
color: #4D1262;
}
.AnyTagClassName
{
color: #4D1262;
}
</style>
background-color css
<style>
a { background-color: #4D1262; }
a { background-color: rgb(77,18,98); }
div.DivClassName
{
background-color: #4D1262;
}
.BgClassName
{
background-color: #4D1262;
}
</style>
border-color css
<style>
span { border-color: #4D1262; }
span { border-color: rgb(77,18,98); }
td.TdClassName
{
border-color: #4D1262;
}
.TagClassName
{
border-color: #4D1262;
}
</style>