Shades of Scarlet Gum #4D245D
Tints of Scarlet Gum #4D245D
RGB
CMYK
RGB Variations
Color information
#4D245D (or 0x4D245D) is known color: Scarlet Gum. HEX triplet: 4D, 24 and 5D. RGB value is (77,36,93). Sum of RGB (Red+Green+Blue) = 77+36+93=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D245D is #B2DBA2. Grayscale: #363636. Windows color (decimal): -11721635 or 6104141. OLE color: 6104141.
HSL color Cylindrical-coordinate representation of color #4D245D: hue angle of 283.16º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D245D is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 36 | 93 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.64 |
| HSL | 283.16º | 0.44% | 0.25% | - |
| HSV(B) | 283.16º | 0.61% | 0.36% | - |
| XYZ | 5.67 | 3.63 | 10.76 | - |
| YUV | 54.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 93 | 0.17 | 0.61 | 0 | 0.64 | 283.16 | 0.44 | 0.25 |
| Hex | 4D | 24 | 5D | 11 | 3D | 0 | 40 | 11B | 2C | 19 |
| Octal | 115 | 44 | 135 | 21 | 75 | 0 | 100 | 433 | 54 | 31 |
| Binary | 1001101 | 100100 | 1011101 | 10001 | 111101 | 0 | 1000000 | 100011011 | 101100 | 11001 |
Color Harmonies of #4D245D
Complementary color
Monochromatic Colors of #4D245D
Black with #4D245D
Text Example
Text Example
White with #4D245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D245D; }
p { color: rgb(77,36,93); }
H1.HeaderClassName
{
color: #4D245D;
}
.AnyTagClassName
{
color: #4D245D;
}
</style>
background-color css
<style>
a { background-color: #4D245D; }
a { background-color: rgb(77,36,93); }
div.DivClassName
{
background-color: #4D245D;
}
.BgClassName
{
background-color: #4D245D;
}
</style>
border-color css
<style>
span { border-color: #4D245D; }
span { border-color: rgb(77,36,93); }
td.TdClassName
{
border-color: #4D245D;
}
.TagClassName
{
border-color: #4D245D;
}
</style>