Shades of Scarlet Gum #4D3A5B
Tints of Scarlet Gum #4D3A5B
RGB
CMYK
RGB Variations
Color information
#4D3A5B (or 0x4D3A5B) is known color: Scarlet Gum. HEX triplet: 4D, 3A and 5B. RGB value is (77,58,91). Sum of RGB (Red+Green+Blue) = 77+58+91=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D3A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A5B is #B2C5A4. Grayscale: #434343. Windows color (decimal): -11716005 or 5978701. OLE color: 5978701.
HSL color Cylindrical-coordinate representation of color #4D3A5B: hue angle of 274.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3A5B is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 58 | 91 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.64 |
| HSL | 274.55º | 0.22% | 0.29% | - |
| HSV(B) | 274.55º | 0.36% | 0.36% | - |
| XYZ | 6.46 | 5.36 | 10.59 | - |
| YUV | 67.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 91 | 0.15 | 0.36 | 0 | 0.64 | 274.55 | 0.22 | 0.29 |
| Hex | 4D | 3A | 5B | F | 24 | 0 | 40 | 113 | 16 | 1D |
| Octal | 115 | 72 | 133 | 17 | 44 | 0 | 100 | 423 | 26 | 35 |
| Binary | 1001101 | 111010 | 1011011 | 1111 | 100100 | 0 | 1000000 | 100010011 | 10110 | 11101 |
Color Harmonies of #4D3A5B
Complementary color
Monochromatic Colors of #4D3A5B
Black with #4D3A5B
Text Example
Text Example
White with #4D3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A5B; }
p { color: rgb(77,58,91); }
H1.HeaderClassName
{
color: #4D3A5B;
}
.AnyTagClassName
{
color: #4D3A5B;
}
</style>
background-color css
<style>
a { background-color: #4D3A5B; }
a { background-color: rgb(77,58,91); }
div.DivClassName
{
background-color: #4D3A5B;
}
.BgClassName
{
background-color: #4D3A5B;
}
</style>
border-color css
<style>
span { border-color: #4D3A5B; }
span { border-color: rgb(77,58,91); }
td.TdClassName
{
border-color: #4D3A5B;
}
.TagClassName
{
border-color: #4D3A5B;
}
</style>