Shades of Scarlet Gum #4D295C
Tints of Scarlet Gum #4D295C
RGB
CMYK
RGB Variations
Color information
#4D295C (or 0x4D295C) is known color: Scarlet Gum. HEX triplet: 4D, 29 and 5C. RGB value is (77,41,92). Sum of RGB (Red+Green+Blue) = 77+41+92=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D295C is #B2D6A3. Grayscale: #393939. Windows color (decimal): -11720356 or 6039885. OLE color: 6039885.
HSL color Cylindrical-coordinate representation of color #4D295C: hue angle of 282.35º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D295C is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 41 | 92 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.64 |
| HSL | 282.35º | 0.38% | 0.26% | - |
| HSV(B) | 282.35º | 0.55% | 0.36% | - |
| XYZ | 5.79 | 3.94 | 10.58 | - |
| YUV | 57.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 92 | 0.16 | 0.55 | 0 | 0.64 | 282.35 | 0.38 | 0.26 |
| Hex | 4D | 29 | 5C | 10 | 37 | 0 | 40 | 11A | 26 | 1A |
| Octal | 115 | 51 | 134 | 20 | 67 | 0 | 100 | 432 | 46 | 32 |
| Binary | 1001101 | 101001 | 1011100 | 10000 | 110111 | 0 | 1000000 | 100011010 | 100110 | 11010 |
Color Harmonies of #4D295C
Complementary color
Monochromatic Colors of #4D295C
Black with #4D295C
Text Example
Text Example
White with #4D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D295C; }
p { color: rgb(77,41,92); }
H1.HeaderClassName
{
color: #4D295C;
}
.AnyTagClassName
{
color: #4D295C;
}
</style>
background-color css
<style>
a { background-color: #4D295C; }
a { background-color: rgb(77,41,92); }
div.DivClassName
{
background-color: #4D295C;
}
.BgClassName
{
background-color: #4D295C;
}
</style>
border-color css
<style>
span { border-color: #4D295C; }
span { border-color: rgb(77,41,92); }
td.TdClassName
{
border-color: #4D295C;
}
.TagClassName
{
border-color: #4D295C;
}
</style>