Shades of Scarlet Gum #4D135B
Tints of Scarlet Gum #4D135B
RGB
CMYK
RGB Variations
Color information
#4D135B (or 0x4D135B) is known color: Scarlet Gum. HEX triplet: 4D, 13 and 5B. RGB value is (77,19,91). Sum of RGB (Red+Green+Blue) = 77+19+91=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D135B is #B2ECA4. Grayscale: #2C2C2C. Windows color (decimal): -11725989 or 5968717. OLE color: 5968717.
HSL color Cylindrical-coordinate representation of color #4D135B: hue angle of 288.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D135B is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 19 | 91 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.64 |
| HSL | 288.33º | 0.65% | 0.22% | - |
| HSV(B) | 288.33º | 0.79% | 0.36% | - |
| XYZ | 5.18 | 2.8 | 10.16 | - |
| YUV | 44.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 91 | 0.15 | 0.79 | 0 | 0.64 | 288.33 | 0.65 | 0.22 |
| Hex | 4D | 13 | 5B | F | 4F | 0 | 40 | 120 | 41 | 16 |
| Octal | 115 | 23 | 133 | 17 | 117 | 0 | 100 | 440 | 101 | 26 |
| Binary | 1001101 | 10011 | 1011011 | 1111 | 1001111 | 0 | 1000000 | 100100000 | 1000001 | 10110 |
Color Harmonies of #4D135B
Complementary color
Monochromatic Colors of #4D135B
Black with #4D135B
Text Example
Text Example
White with #4D135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D135B; }
p { color: rgb(77,19,91); }
H1.HeaderClassName
{
color: #4D135B;
}
.AnyTagClassName
{
color: #4D135B;
}
</style>
background-color css
<style>
a { background-color: #4D135B; }
a { background-color: rgb(77,19,91); }
div.DivClassName
{
background-color: #4D135B;
}
.BgClassName
{
background-color: #4D135B;
}
</style>
border-color css
<style>
span { border-color: #4D135B; }
span { border-color: rgb(77,19,91); }
td.TdClassName
{
border-color: #4D135B;
}
.TagClassName
{
border-color: #4D135B;
}
</style>