Shades of Scarlet Gum #4C235D
Tints of Scarlet Gum #4C235D
RGB
CMYK
RGB Variations
Color information
#4C235D (or 0x4C235D) is known color: Scarlet Gum. HEX triplet: 4C, 23 and 5D. RGB value is (76,35,93). Sum of RGB (Red+Green+Blue) = 76+35+93=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C235D is #B3DCA2. Grayscale: #353535. Windows color (decimal): -11787427 or 6103884. OLE color: 6103884.
HSL color Cylindrical-coordinate representation of color #4C235D: hue angle of 282.41º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C235D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 35 | 93 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.64 |
| HSL | 282.41º | 0.45% | 0.25% | - |
| HSV(B) | 282.41º | 0.62% | 0.36% | - |
| XYZ | 5.56 | 3.53 | 10.74 | - |
| YUV | 53.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 93 | 0.18 | 0.62 | 0 | 0.64 | 282.41 | 0.45 | 0.25 |
| Hex | 4C | 23 | 5D | 12 | 3E | 0 | 40 | 11A | 2D | 19 |
| Octal | 114 | 43 | 135 | 22 | 76 | 0 | 100 | 432 | 55 | 31 |
| Binary | 1001100 | 100011 | 1011101 | 10010 | 111110 | 0 | 1000000 | 100011010 | 101101 | 11001 |
Color Harmonies of #4C235D
Complementary color
Monochromatic Colors of #4C235D
Black with #4C235D
Text Example
Text Example
White with #4C235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C235D; }
p { color: rgb(76,35,93); }
H1.HeaderClassName
{
color: #4C235D;
}
.AnyTagClassName
{
color: #4C235D;
}
</style>
background-color css
<style>
a { background-color: #4C235D; }
a { background-color: rgb(76,35,93); }
div.DivClassName
{
background-color: #4C235D;
}
.BgClassName
{
background-color: #4C235D;
}
</style>
border-color css
<style>
span { border-color: #4C235D; }
span { border-color: rgb(76,35,93); }
td.TdClassName
{
border-color: #4C235D;
}
.TagClassName
{
border-color: #4C235D;
}
</style>