Shades of Scarlet Gum #4F3861
Tints of Scarlet Gum #4F3861
RGB
CMYK
RGB Variations
Color information
#4F3861 (or 0x4F3861) is known color: Scarlet Gum. HEX triplet: 4F, 38 and 61. RGB value is (79,56,97). Sum of RGB (Red+Green+Blue) = 79+56+97=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F3861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3861 is #B0C79E. Grayscale: #434343. Windows color (decimal): -11585439 or 6371407. OLE color: 6371407.
HSL color Cylindrical-coordinate representation of color #4F3861: hue angle of 273.66º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F3861 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 56 | 97 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.62 |
| HSL | 273.66º | 0.27% | 0.3% | - |
| HSV(B) | 273.66º | 0.42% | 0.38% | - |
| XYZ | 6.8 | 5.35 | 11.98 | - |
| YUV | 67.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 97 | 0.19 | 0.42 | 0 | 0.62 | 273.66 | 0.27 | 0.3 |
| Hex | 4F | 38 | 61 | 13 | 2A | 0 | 3E | 112 | 1B | 1E |
| Octal | 117 | 70 | 141 | 23 | 52 | 0 | 76 | 422 | 33 | 36 |
| Binary | 1001111 | 111000 | 1100001 | 10011 | 101010 | 0 | 111110 | 100010010 | 11011 | 11110 |
Color Harmonies of #4F3861
Complementary color
Monochromatic Colors of #4F3861
Black with #4F3861
Text Example
Text Example
White with #4F3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3861; }
p { color: rgb(79,56,97); }
H1.HeaderClassName
{
color: #4F3861;
}
.AnyTagClassName
{
color: #4F3861;
}
</style>
background-color css
<style>
a { background-color: #4F3861; }
a { background-color: rgb(79,56,97); }
div.DivClassName
{
background-color: #4F3861;
}
.BgClassName
{
background-color: #4F3861;
}
</style>
border-color css
<style>
span { border-color: #4F3861; }
span { border-color: rgb(79,56,97); }
td.TdClassName
{
border-color: #4F3861;
}
.TagClassName
{
border-color: #4F3861;
}
</style>