Shades of Scarlet Gum #4D205B
Tints of Scarlet Gum #4D205B
RGB
CMYK
RGB Variations
Color information
#4D205B (or 0x4D205B) is known color: Scarlet Gum. HEX triplet: 4D, 20 and 5B. RGB value is (77,32,91). Sum of RGB (Red+Green+Blue) = 77+32+91=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D205B is #B2DFA4. Grayscale: #333333. Windows color (decimal): -11722661 or 5972045. OLE color: 5972045.
HSL color Cylindrical-coordinate representation of color #4D205B: hue angle of 285.76º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D205B is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 32 | 91 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.64 |
| HSL | 285.76º | 0.48% | 0.24% | - |
| HSV(B) | 285.76º | 0.65% | 0.36% | - |
| XYZ | 5.47 | 3.37 | 10.26 | - |
| YUV | 52.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 91 | 0.15 | 0.65 | 0 | 0.64 | 285.76 | 0.48 | 0.24 |
| Hex | 4D | 20 | 5B | F | 41 | 0 | 40 | 11E | 30 | 18 |
| Octal | 115 | 40 | 133 | 17 | 101 | 0 | 100 | 436 | 60 | 30 |
| Binary | 1001101 | 100000 | 1011011 | 1111 | 1000001 | 0 | 1000000 | 100011110 | 110000 | 11000 |
Color Harmonies of #4D205B
Complementary color
Monochromatic Colors of #4D205B
Black with #4D205B
Text Example
Text Example
White with #4D205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D205B; }
p { color: rgb(77,32,91); }
H1.HeaderClassName
{
color: #4D205B;
}
.AnyTagClassName
{
color: #4D205B;
}
</style>
background-color css
<style>
a { background-color: #4D205B; }
a { background-color: rgb(77,32,91); }
div.DivClassName
{
background-color: #4D205B;
}
.BgClassName
{
background-color: #4D205B;
}
</style>
border-color css
<style>
span { border-color: #4D205B; }
span { border-color: rgb(77,32,91); }
td.TdClassName
{
border-color: #4D205B;
}
.TagClassName
{
border-color: #4D205B;
}
</style>