Shades of Scarlet Gum #4F1761
Tints of Scarlet Gum #4F1761
RGB
CMYK
RGB Variations
Color information
#4F1761 (or 0x4F1761) is known color: Scarlet Gum. HEX triplet: 4F, 17 and 61. RGB value is (79,23,97). Sum of RGB (Red+Green+Blue) = 79+23+97=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F1761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1761 is #B0E89E. Grayscale: #2F2F2F. Windows color (decimal): -11593887 or 6362959. OLE color: 6362959.
HSL color Cylindrical-coordinate representation of color #4F1761: hue angle of 285.41º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1761 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 23 | 97 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.62 |
| HSL | 285.41º | 0.62% | 0.24% | - |
| HSV(B) | 285.41º | 0.76% | 0.38% | - |
| XYZ | 5.69 | 3.14 | 11.62 | - |
| YUV | 48.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 97 | 0.19 | 0.76 | 0 | 0.62 | 285.41 | 0.62 | 0.24 |
| Hex | 4F | 17 | 61 | 13 | 4C | 0 | 3E | 11D | 3E | 18 |
| Octal | 117 | 27 | 141 | 23 | 114 | 0 | 76 | 435 | 76 | 30 |
| Binary | 1001111 | 10111 | 1100001 | 10011 | 1001100 | 0 | 111110 | 100011101 | 111110 | 11000 |
Color Harmonies of #4F1761
Complementary color
Monochromatic Colors of #4F1761
Black with #4F1761
Text Example
Text Example
White with #4F1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1761; }
p { color: rgb(79,23,97); }
H1.HeaderClassName
{
color: #4F1761;
}
.AnyTagClassName
{
color: #4F1761;
}
</style>
background-color css
<style>
a { background-color: #4F1761; }
a { background-color: rgb(79,23,97); }
div.DivClassName
{
background-color: #4F1761;
}
.BgClassName
{
background-color: #4F1761;
}
</style>
border-color css
<style>
span { border-color: #4F1761; }
span { border-color: rgb(79,23,97); }
td.TdClassName
{
border-color: #4F1761;
}
.TagClassName
{
border-color: #4F1761;
}
</style>