Shades of Scarlet Gum #4F195D
Tints of Scarlet Gum #4F195D
RGB
CMYK
RGB Variations
Color information
#4F195D (or 0x4F195D) is known color: Scarlet Gum. HEX triplet: 4F, 19 and 5D. RGB value is (79,25,93). Sum of RGB (Red+Green+Blue) = 79+25+93=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F195D is #B0E6A2. Grayscale: #303030. Windows color (decimal): -11593379 or 6101327. OLE color: 6101327.
HSL color Cylindrical-coordinate representation of color #4F195D: hue angle of 287.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F195D is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 25 | 93 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.64 |
| HSL | 287.65º | 0.58% | 0.23% | - |
| HSV(B) | 287.65º | 0.73% | 0.36% | - |
| XYZ | 5.55 | 3.15 | 10.67 | - |
| YUV | 48.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 93 | 0.15 | 0.73 | 0 | 0.64 | 287.65 | 0.58 | 0.23 |
| Hex | 4F | 19 | 5D | F | 49 | 0 | 40 | 120 | 3A | 17 |
| Octal | 117 | 31 | 135 | 17 | 111 | 0 | 100 | 440 | 72 | 27 |
| Binary | 1001111 | 11001 | 1011101 | 1111 | 1001001 | 0 | 1000000 | 100100000 | 111010 | 10111 |
Color Harmonies of #4F195D
Complementary color
Monochromatic Colors of #4F195D
Black with #4F195D
Text Example
Text Example
White with #4F195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F195D; }
p { color: rgb(79,25,93); }
H1.HeaderClassName
{
color: #4F195D;
}
.AnyTagClassName
{
color: #4F195D;
}
</style>
background-color css
<style>
a { background-color: #4F195D; }
a { background-color: rgb(79,25,93); }
div.DivClassName
{
background-color: #4F195D;
}
.BgClassName
{
background-color: #4F195D;
}
</style>
border-color css
<style>
span { border-color: #4F195D; }
span { border-color: rgb(79,25,93); }
td.TdClassName
{
border-color: #4F195D;
}
.TagClassName
{
border-color: #4F195D;
}
</style>