Shades of Scarlet Gum #4D095E
Tints of Scarlet Gum #4D095E
RGB
CMYK
RGB Variations
Color information
#4D095E (or 0x4D095E) is known color: Scarlet Gum. HEX triplet: 4D, 09 and 5E. RGB value is (77,9,94). Sum of RGB (Red+Green+Blue) = 77+9+94=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D095E is #B2F6A1. Grayscale: #262626. Windows color (decimal): -11728546 or 6162765. OLE color: 6162765.
HSL color Cylindrical-coordinate representation of color #4D095E: hue angle of 288º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D095E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 9 | 94 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.63 |
| HSL | 288º | 0.83% | 0.2% | - |
| HSV(B) | 288º | 0.9% | 0.37% | - |
| XYZ | 5.18 | 2.58 | 10.81 | - |
| YUV | 39.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 94 | 0.18 | 0.90 | 0 | 0.63 | 288 | 0.83 | 0.2 |
| Hex | 4D | 9 | 5E | 12 | 5A | 0 | 3F | 120 | 53 | 14 |
| Octal | 115 | 11 | 136 | 22 | 132 | 0 | 77 | 440 | 123 | 24 |
| Binary | 1001101 | 1001 | 1011110 | 10010 | 1011010 | 0 | 111111 | 100100000 | 1010011 | 10100 |
Color Harmonies of #4D095E
Complementary color
Monochromatic Colors of #4D095E
Black with #4D095E
Text Example
Text Example
White with #4D095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D095E; }
p { color: rgb(77,9,94); }
H1.HeaderClassName
{
color: #4D095E;
}
.AnyTagClassName
{
color: #4D095E;
}
</style>
background-color css
<style>
a { background-color: #4D095E; }
a { background-color: rgb(77,9,94); }
div.DivClassName
{
background-color: #4D095E;
}
.BgClassName
{
background-color: #4D095E;
}
</style>
border-color css
<style>
span { border-color: #4D095E; }
span { border-color: rgb(77,9,94); }
td.TdClassName
{
border-color: #4D095E;
}
.TagClassName
{
border-color: #4D095E;
}
</style>