Shades of Scarlet Gum #4F215D
Tints of Scarlet Gum #4F215D
RGB
CMYK
RGB Variations
Color information
#4F215D (or 0x4F215D) is known color: Scarlet Gum. HEX triplet: 4F, 21 and 5D. RGB value is (79,33,93). Sum of RGB (Red+Green+Blue) = 79+33+93=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 33 (13.28% from 255 or 16.10% 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 #4F215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F215D is #B0DEA2. Grayscale: #353535. Windows color (decimal): -11591331 or 6103375. OLE color: 6103375.
HSL color Cylindrical-coordinate representation of color #4F215D: hue angle of 286º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F215D is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 33 | 93 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.64 |
| HSL | 286º | 0.48% | 0.25% | - |
| HSV(B) | 286º | 0.65% | 0.36% | - |
| XYZ | 5.74 | 3.54 | 10.74 | - |
| YUV | 53.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 93 | 0.15 | 0.65 | 0 | 0.64 | 286 | 0.48 | 0.25 |
| Hex | 4F | 21 | 5D | F | 41 | 0 | 40 | 11E | 30 | 19 |
| Octal | 117 | 41 | 135 | 17 | 101 | 0 | 100 | 436 | 60 | 31 |
| Binary | 1001111 | 100001 | 1011101 | 1111 | 1000001 | 0 | 1000000 | 100011110 | 110000 | 11001 |
Color Harmonies of #4F215D
Complementary color
Monochromatic Colors of #4F215D
Black with #4F215D
Text Example
Text Example
White with #4F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F215D; }
p { color: rgb(79,33,93); }
H1.HeaderClassName
{
color: #4F215D;
}
.AnyTagClassName
{
color: #4F215D;
}
</style>
background-color css
<style>
a { background-color: #4F215D; }
a { background-color: rgb(79,33,93); }
div.DivClassName
{
background-color: #4F215D;
}
.BgClassName
{
background-color: #4F215D;
}
</style>
border-color css
<style>
span { border-color: #4F215D; }
span { border-color: rgb(79,33,93); }
td.TdClassName
{
border-color: #4F215D;
}
.TagClassName
{
border-color: #4F215D;
}
</style>