Shades of Scarlet Gum #4F1361
Tints of Scarlet Gum #4F1361
RGB
CMYK
RGB Variations
Color information
#4F1361 (or 0x4F1361) is known color: Scarlet Gum. HEX triplet: 4F, 13 and 61. RGB value is (79,19,97). Sum of RGB (Red+Green+Blue) = 79+19+97=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1361 is #B0EC9E. Grayscale: #2D2D2D. Windows color (decimal): -11594911 or 6361935. OLE color: 6361935.
HSL color Cylindrical-coordinate representation of color #4F1361: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1361 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 19 | 97 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.62 |
| HSL | 286.15º | 0.67% | 0.23% | - |
| HSV(B) | 286.15º | 0.8% | 0.38% | - |
| XYZ | 5.61 | 2.99 | 11.59 | - |
| YUV | 45.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 97 | 0.19 | 0.80 | 0 | 0.62 | 286.15 | 0.67 | 0.23 |
| Hex | 4F | 13 | 61 | 13 | 50 | 0 | 3E | 11E | 43 | 17 |
| Octal | 117 | 23 | 141 | 23 | 120 | 0 | 76 | 436 | 103 | 27 |
| Binary | 1001111 | 10011 | 1100001 | 10011 | 1010000 | 0 | 111110 | 100011110 | 1000011 | 10111 |
Color Harmonies of #4F1361
Complementary color
Monochromatic Colors of #4F1361
Black with #4F1361
Text Example
Text Example
White with #4F1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1361; }
p { color: rgb(79,19,97); }
H1.HeaderClassName
{
color: #4F1361;
}
.AnyTagClassName
{
color: #4F1361;
}
</style>
background-color css
<style>
a { background-color: #4F1361; }
a { background-color: rgb(79,19,97); }
div.DivClassName
{
background-color: #4F1361;
}
.BgClassName
{
background-color: #4F1361;
}
</style>
border-color css
<style>
span { border-color: #4F1361; }
span { border-color: rgb(79,19,97); }
td.TdClassName
{
border-color: #4F1361;
}
.TagClassName
{
border-color: #4F1361;
}
</style>