Shades of Scarlet Gum #4D245F
Tints of Scarlet Gum #4D245F
RGB
CMYK
RGB Variations
Color information
#4D245F (or 0x4D245F) is known color: Scarlet Gum. HEX triplet: 4D, 24 and 5F. RGB value is (77,36,95). Sum of RGB (Red+Green+Blue) = 77+36+95=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D245F is #B2DBA0. Grayscale: #363636. Windows color (decimal): -11721633 or 6235213. OLE color: 6235213.
HSL color Cylindrical-coordinate representation of color #4D245F: hue angle of 281.69º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D245F is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 36 | 95 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.63 |
| HSL | 281.69º | 0.45% | 0.26% | - |
| HSV(B) | 281.69º | 0.62% | 0.37% | - |
| XYZ | 5.76 | 3.67 | 11.23 | - |
| YUV | 54.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 95 | 0.19 | 0.62 | 0 | 0.63 | 281.69 | 0.45 | 0.26 |
| Hex | 4D | 24 | 5F | 13 | 3E | 0 | 3F | 11A | 2D | 1A |
| Octal | 115 | 44 | 137 | 23 | 76 | 0 | 77 | 432 | 55 | 32 |
| Binary | 1001101 | 100100 | 1011111 | 10011 | 111110 | 0 | 111111 | 100011010 | 101101 | 11010 |
Color Harmonies of #4D245F
Complementary color
Monochromatic Colors of #4D245F
Black with #4D245F
Text Example
Text Example
White with #4D245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D245F; }
p { color: rgb(77,36,95); }
H1.HeaderClassName
{
color: #4D245F;
}
.AnyTagClassName
{
color: #4D245F;
}
</style>
background-color css
<style>
a { background-color: #4D245F; }
a { background-color: rgb(77,36,95); }
div.DivClassName
{
background-color: #4D245F;
}
.BgClassName
{
background-color: #4D245F;
}
</style>
border-color css
<style>
span { border-color: #4D245F; }
span { border-color: rgb(77,36,95); }
td.TdClassName
{
border-color: #4D245F;
}
.TagClassName
{
border-color: #4D245F;
}
</style>