Shades of Scarlet Gum #4D235D
Tints of Scarlet Gum #4D235D
RGB
CMYK
RGB Variations
Color information
#4D235D (or 0x4D235D) is known color: Scarlet Gum. HEX triplet: 4D, 23 and 5D. RGB value is (77,35,93). Sum of RGB (Red+Green+Blue) = 77+35+93=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D235D is #B2DCA2. Grayscale: #353535. Windows color (decimal): -11721891 or 6103885. OLE color: 6103885.
HSL color Cylindrical-coordinate representation of color #4D235D: hue angle of 283.45º 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 #4D235D is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 35 | 93 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.64 |
| HSL | 283.45º | 0.45% | 0.25% | - |
| HSV(B) | 283.45º | 0.62% | 0.36% | - |
| XYZ | 5.64 | 3.57 | 10.75 | - |
| YUV | 54.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 93 | 0.17 | 0.62 | 0 | 0.64 | 283.45 | 0.45 | 0.25 |
| Hex | 4D | 23 | 5D | 11 | 3E | 0 | 40 | 11B | 2D | 19 |
| Octal | 115 | 43 | 135 | 21 | 76 | 0 | 100 | 433 | 55 | 31 |
| Binary | 1001101 | 100011 | 1011101 | 10001 | 111110 | 0 | 1000000 | 100011011 | 101101 | 11001 |
Color Harmonies of #4D235D
Complementary color
Monochromatic Colors of #4D235D
Black with #4D235D
Text Example
Text Example
White with #4D235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D235D; }
p { color: rgb(77,35,93); }
H1.HeaderClassName
{
color: #4D235D;
}
.AnyTagClassName
{
color: #4D235D;
}
</style>
background-color css
<style>
a { background-color: #4D235D; }
a { background-color: rgb(77,35,93); }
div.DivClassName
{
background-color: #4D235D;
}
.BgClassName
{
background-color: #4D235D;
}
</style>
border-color css
<style>
span { border-color: #4D235D; }
span { border-color: rgb(77,35,93); }
td.TdClassName
{
border-color: #4D235D;
}
.TagClassName
{
border-color: #4D235D;
}
</style>