Shades of Scarlet Gum #4F3561
Tints of Scarlet Gum #4F3561
RGB
CMYK
RGB Variations
Color information
#4F3561 (or 0x4F3561) is known color: Scarlet Gum. HEX triplet: 4F, 35 and 61. RGB value is (79,53,97). Sum of RGB (Red+Green+Blue) = 79+53+97=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F3561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3561 is #B0CA9E. Grayscale: #414141. Windows color (decimal): -11586207 or 6370639. OLE color: 6370639.
HSL color Cylindrical-coordinate representation of color #4F3561: hue angle of 275.45º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F3561 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 53 | 97 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.62 |
| HSL | 275.45º | 0.29% | 0.29% | - |
| HSV(B) | 275.45º | 0.45% | 0.38% | - |
| XYZ | 6.66 | 5.07 | 11.94 | - |
| YUV | 65.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 97 | 0.19 | 0.45 | 0 | 0.62 | 275.45 | 0.29 | 0.29 |
| Hex | 4F | 35 | 61 | 13 | 2D | 0 | 3E | 113 | 1D | 1D |
| Octal | 117 | 65 | 141 | 23 | 55 | 0 | 76 | 423 | 35 | 35 |
| Binary | 1001111 | 110101 | 1100001 | 10011 | 101101 | 0 | 111110 | 100010011 | 11101 | 11101 |
Color Harmonies of #4F3561
Complementary color
Monochromatic Colors of #4F3561
Black with #4F3561
Text Example
Text Example
White with #4F3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3561; }
p { color: rgb(79,53,97); }
H1.HeaderClassName
{
color: #4F3561;
}
.AnyTagClassName
{
color: #4F3561;
}
</style>
background-color css
<style>
a { background-color: #4F3561; }
a { background-color: rgb(79,53,97); }
div.DivClassName
{
background-color: #4F3561;
}
.BgClassName
{
background-color: #4F3561;
}
</style>
border-color css
<style>
span { border-color: #4F3561; }
span { border-color: rgb(79,53,97); }
td.TdClassName
{
border-color: #4F3561;
}
.TagClassName
{
border-color: #4F3561;
}
</style>