Shades of Scarlet Gum #4D245C
Tints of Scarlet Gum #4D245C
RGB
CMYK
RGB Variations
Color information
#4D245C (or 0x4D245C) is known color: Scarlet Gum. HEX triplet: 4D, 24 and 5C. RGB value is (77,36,92). Sum of RGB (Red+Green+Blue) = 77+36+92=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D245C is #B2DBA3. Grayscale: #363636. Windows color (decimal): -11721636 or 6038605. OLE color: 6038605.
HSL color Cylindrical-coordinate representation of color #4D245C: hue angle of 283.93º 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 #4D245C is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 36 | 92 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.64 |
| HSL | 283.93º | 0.44% | 0.25% | - |
| HSV(B) | 283.93º | 0.61% | 0.36% | - |
| XYZ | 5.62 | 3.61 | 10.53 | - |
| YUV | 54.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 92 | 0.16 | 0.61 | 0 | 0.64 | 283.93 | 0.44 | 0.25 |
| Hex | 4D | 24 | 5C | 10 | 3D | 0 | 40 | 11C | 2C | 19 |
| Octal | 115 | 44 | 134 | 20 | 75 | 0 | 100 | 434 | 54 | 31 |
| Binary | 1001101 | 100100 | 1011100 | 10000 | 111101 | 0 | 1000000 | 100011100 | 101100 | 11001 |
Color Harmonies of #4D245C
Complementary color
Monochromatic Colors of #4D245C
Black with #4D245C
Text Example
Text Example
White with #4D245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D245C; }
p { color: rgb(77,36,92); }
H1.HeaderClassName
{
color: #4D245C;
}
.AnyTagClassName
{
color: #4D245C;
}
</style>
background-color css
<style>
a { background-color: #4D245C; }
a { background-color: rgb(77,36,92); }
div.DivClassName
{
background-color: #4D245C;
}
.BgClassName
{
background-color: #4D245C;
}
</style>
border-color css
<style>
span { border-color: #4D245C; }
span { border-color: rgb(77,36,92); }
td.TdClassName
{
border-color: #4D245C;
}
.TagClassName
{
border-color: #4D245C;
}
</style>