Shades of Scarlet Gum #4C2D63
Tints of Scarlet Gum #4C2D63
RGB
CMYK
RGB Variations
Color information
#4C2D63 (or 0x4C2D63) is known color: Scarlet Gum. HEX triplet: 4C, 2D and 63. RGB value is (76,45,99). Sum of RGB (Red+Green+Blue) = 76+45+99=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C2D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2D63 is #B3D29C. Grayscale: #3C3C3C. Windows color (decimal): -11784861 or 6499660. OLE color: 6499660.
HSL color Cylindrical-coordinate representation of color #4C2D63: hue angle of 274.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2D63 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 45 | 99 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.61 |
| HSL | 274.44º | 0.38% | 0.28% | - |
| HSV(B) | 274.44º | 0.55% | 0.39% | - |
| XYZ | 6.17 | 4.31 | 12.31 | - |
| YUV | 60.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 99 | 0.23 | 0.55 | 0 | 0.61 | 274.44 | 0.38 | 0.28 |
| Hex | 4C | 2D | 63 | 17 | 37 | 0 | 3D | 112 | 26 | 1C |
| Octal | 114 | 55 | 143 | 27 | 67 | 0 | 75 | 422 | 46 | 34 |
| Binary | 1001100 | 101101 | 1100011 | 10111 | 110111 | 0 | 111101 | 100010010 | 100110 | 11100 |
Color Harmonies of #4C2D63
Complementary color
Monochromatic Colors of #4C2D63
Black with #4C2D63
Text Example
Text Example
White with #4C2D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D63; }
p { color: rgb(76,45,99); }
H1.HeaderClassName
{
color: #4C2D63;
}
.AnyTagClassName
{
color: #4C2D63;
}
</style>
background-color css
<style>
a { background-color: #4C2D63; }
a { background-color: rgb(76,45,99); }
div.DivClassName
{
background-color: #4C2D63;
}
.BgClassName
{
background-color: #4C2D63;
}
</style>
border-color css
<style>
span { border-color: #4C2D63; }
span { border-color: rgb(76,45,99); }
td.TdClassName
{
border-color: #4C2D63;
}
.TagClassName
{
border-color: #4C2D63;
}
</style>