Shades of Scarlet Gum #4D095D
Tints of Scarlet Gum #4D095D
RGB
CMYK
RGB Variations
Color information
#4D095D (or 0x4D095D) is known color: Scarlet Gum. HEX triplet: 4D, 09 and 5D. RGB value is (77,9,93). Sum of RGB (Red+Green+Blue) = 77+9+93=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D095D is #B2F6A2. Grayscale: #262626. Windows color (decimal): -11728547 or 6097229. OLE color: 6097229.
HSL color Cylindrical-coordinate representation of color #4D095D: hue angle of 288.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D095D is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 9 | 93 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.64 |
| HSL | 288.57º | 0.82% | 0.2% | - |
| HSV(B) | 288.57º | 0.9% | 0.36% | - |
| XYZ | 5.13 | 2.56 | 10.58 | - |
| YUV | 38.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 93 | 0.17 | 0.90 | 0 | 0.64 | 288.57 | 0.82 | 0.2 |
| Hex | 4D | 9 | 5D | 11 | 5A | 0 | 40 | 121 | 52 | 14 |
| Octal | 115 | 11 | 135 | 21 | 132 | 0 | 100 | 441 | 122 | 24 |
| Binary | 1001101 | 1001 | 1011101 | 10001 | 1011010 | 0 | 1000000 | 100100001 | 1010010 | 10100 |
Color Harmonies of #4D095D
Complementary color
Monochromatic Colors of #4D095D
Black with #4D095D
Text Example
Text Example
White with #4D095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D095D; }
p { color: rgb(77,9,93); }
H1.HeaderClassName
{
color: #4D095D;
}
.AnyTagClassName
{
color: #4D095D;
}
</style>
background-color css
<style>
a { background-color: #4D095D; }
a { background-color: rgb(77,9,93); }
div.DivClassName
{
background-color: #4D095D;
}
.BgClassName
{
background-color: #4D095D;
}
</style>
border-color css
<style>
span { border-color: #4D095D; }
span { border-color: rgb(77,9,93); }
td.TdClassName
{
border-color: #4D095D;
}
.TagClassName
{
border-color: #4D095D;
}
</style>