Shades of Scarlet Gum #4D155B
Tints of Scarlet Gum #4D155B
RGB
CMYK
RGB Variations
Color information
#4D155B (or 0x4D155B) is known color: Scarlet Gum. HEX triplet: 4D, 15 and 5B. RGB value is (77,21,91). Sum of RGB (Red+Green+Blue) = 77+21+91=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D155B is #B2EAA4. Grayscale: #2D2D2D. Windows color (decimal): -11725477 or 5969229. OLE color: 5969229.
HSL color Cylindrical-coordinate representation of color #4D155B: hue angle of 288º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D155B is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 21 | 91 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.64 |
| HSL | 288º | 0.63% | 0.22% | - |
| HSV(B) | 288º | 0.77% | 0.36% | - |
| XYZ | 5.22 | 2.87 | 10.18 | - |
| YUV | 45.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 91 | 0.15 | 0.77 | 0 | 0.64 | 288 | 0.63 | 0.22 |
| Hex | 4D | 15 | 5B | F | 4D | 0 | 40 | 120 | 3E | 16 |
| Octal | 115 | 25 | 133 | 17 | 115 | 0 | 100 | 440 | 76 | 26 |
| Binary | 1001101 | 10101 | 1011011 | 1111 | 1001101 | 0 | 1000000 | 100100000 | 111110 | 10110 |
Color Harmonies of #4D155B
Complementary color
Monochromatic Colors of #4D155B
Black with #4D155B
Text Example
Text Example
White with #4D155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D155B; }
p { color: rgb(77,21,91); }
H1.HeaderClassName
{
color: #4D155B;
}
.AnyTagClassName
{
color: #4D155B;
}
</style>
background-color css
<style>
a { background-color: #4D155B; }
a { background-color: rgb(77,21,91); }
div.DivClassName
{
background-color: #4D155B;
}
.BgClassName
{
background-color: #4D155B;
}
</style>
border-color css
<style>
span { border-color: #4D155B; }
span { border-color: rgb(77,21,91); }
td.TdClassName
{
border-color: #4D155B;
}
.TagClassName
{
border-color: #4D155B;
}
</style>