Shades of Scarlet Gum #4D1A5B
Tints of Scarlet Gum #4D1A5B
RGB
CMYK
RGB Variations
Color information
#4D1A5B (or 0x4D1A5B) is known color: Scarlet Gum. HEX triplet: 4D, 1A and 5B. RGB value is (77,26,91). Sum of RGB (Red+Green+Blue) = 77+26+91=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1A5B is #B2E5A4. Grayscale: #303030. Windows color (decimal): -11724197 or 5970509. OLE color: 5970509.
HSL color Cylindrical-coordinate representation of color #4D1A5B: hue angle of 287.08º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1A5B is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 26 | 91 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.64 |
| HSL | 287.08º | 0.56% | 0.23% | - |
| HSV(B) | 287.08º | 0.71% | 0.36% | - |
| XYZ | 5.32 | 3.07 | 10.21 | - |
| YUV | 48.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 91 | 0.15 | 0.71 | 0 | 0.64 | 287.08 | 0.56 | 0.23 |
| Hex | 4D | 1A | 5B | F | 47 | 0 | 40 | 11F | 38 | 17 |
| Octal | 115 | 32 | 133 | 17 | 107 | 0 | 100 | 437 | 70 | 27 |
| Binary | 1001101 | 11010 | 1011011 | 1111 | 1000111 | 0 | 1000000 | 100011111 | 111000 | 10111 |
Color Harmonies of #4D1A5B
Complementary color
Monochromatic Colors of #4D1A5B
Black with #4D1A5B
Text Example
Text Example
White with #4D1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A5B; }
p { color: rgb(77,26,91); }
H1.HeaderClassName
{
color: #4D1A5B;
}
.AnyTagClassName
{
color: #4D1A5B;
}
</style>
background-color css
<style>
a { background-color: #4D1A5B; }
a { background-color: rgb(77,26,91); }
div.DivClassName
{
background-color: #4D1A5B;
}
.BgClassName
{
background-color: #4D1A5B;
}
</style>
border-color css
<style>
span { border-color: #4D1A5B; }
span { border-color: rgb(77,26,91); }
td.TdClassName
{
border-color: #4D1A5B;
}
.TagClassName
{
border-color: #4D1A5B;
}
</style>