Shades of Scarlet Gum #4C295D
Tints of Scarlet Gum #4C295D
RGB
CMYK
RGB Variations
Color information
#4C295D (or 0x4C295D) is known color: Scarlet Gum. HEX triplet: 4C, 29 and 5D. RGB value is (76,41,93). Sum of RGB (Red+Green+Blue) = 76+41+93=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C295D is #B3D6A2. Grayscale: #393939. Windows color (decimal): -11785891 or 6105420. OLE color: 6105420.
HSL color Cylindrical-coordinate representation of color #4C295D: hue angle of 280.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C295D is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 41 | 93 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.64 |
| HSL | 280.38º | 0.39% | 0.26% | - |
| HSV(B) | 280.38º | 0.56% | 0.36% | - |
| XYZ | 5.75 | 3.91 | 10.81 | - |
| YUV | 57.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 93 | 0.18 | 0.56 | 0 | 0.64 | 280.38 | 0.39 | 0.26 |
| Hex | 4C | 29 | 5D | 12 | 38 | 0 | 40 | 118 | 27 | 1A |
| Octal | 114 | 51 | 135 | 22 | 70 | 0 | 100 | 430 | 47 | 32 |
| Binary | 1001100 | 101001 | 1011101 | 10010 | 111000 | 0 | 1000000 | 100011000 | 100111 | 11010 |
Color Harmonies of #4C295D
Complementary color
Monochromatic Colors of #4C295D
Black with #4C295D
Text Example
Text Example
White with #4C295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C295D; }
p { color: rgb(76,41,93); }
H1.HeaderClassName
{
color: #4C295D;
}
.AnyTagClassName
{
color: #4C295D;
}
</style>
background-color css
<style>
a { background-color: #4C295D; }
a { background-color: rgb(76,41,93); }
div.DivClassName
{
background-color: #4C295D;
}
.BgClassName
{
background-color: #4C295D;
}
</style>
border-color css
<style>
span { border-color: #4C295D; }
span { border-color: rgb(76,41,93); }
td.TdClassName
{
border-color: #4C295D;
}
.TagClassName
{
border-color: #4C295D;
}
</style>