Shades of Scarlet Gum #4D185E
Tints of Scarlet Gum #4D185E
RGB
CMYK
RGB Variations
Color information
#4D185E (or 0x4D185E) is known color: Scarlet Gum. HEX triplet: 4D, 18 and 5E. RGB value is (77,24,94). Sum of RGB (Red+Green+Blue) = 77+24+94=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D185E is #B2E7A1. Grayscale: #2F2F2F. Windows color (decimal): -11724706 or 6166605. OLE color: 6166605.
HSL color Cylindrical-coordinate representation of color #4D185E: hue angle of 285.43º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D185E is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 24 | 94 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.63 |
| HSL | 285.43º | 0.59% | 0.23% | - |
| HSV(B) | 285.43º | 0.74% | 0.37% | - |
| XYZ | 5.41 | 3.04 | 10.89 | - |
| YUV | 47.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 94 | 0.18 | 0.74 | 0 | 0.63 | 285.43 | 0.59 | 0.23 |
| Hex | 4D | 18 | 5E | 12 | 4A | 0 | 3F | 11D | 3B | 17 |
| Octal | 115 | 30 | 136 | 22 | 112 | 0 | 77 | 435 | 73 | 27 |
| Binary | 1001101 | 11000 | 1011110 | 10010 | 1001010 | 0 | 111111 | 100011101 | 111011 | 10111 |
Color Harmonies of #4D185E
Complementary color
Monochromatic Colors of #4D185E
Black with #4D185E
Text Example
Text Example
White with #4D185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D185E; }
p { color: rgb(77,24,94); }
H1.HeaderClassName
{
color: #4D185E;
}
.AnyTagClassName
{
color: #4D185E;
}
</style>
background-color css
<style>
a { background-color: #4D185E; }
a { background-color: rgb(77,24,94); }
div.DivClassName
{
background-color: #4D185E;
}
.BgClassName
{
background-color: #4D185E;
}
</style>
border-color css
<style>
span { border-color: #4D185E; }
span { border-color: rgb(77,24,94); }
td.TdClassName
{
border-color: #4D185E;
}
.TagClassName
{
border-color: #4D185E;
}
</style>