Shades of Scarlet Gum #4F2360
Tints of Scarlet Gum #4F2360
RGB
CMYK
RGB Variations
Color information
#4F2360 (or 0x4F2360) is known color: Scarlet Gum. HEX triplet: 4F, 23 and 60. RGB value is (79,35,96). Sum of RGB (Red+Green+Blue) = 79+35+96=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2360 is #B0DC9F. Grayscale: #363636. Windows color (decimal): -11590816 or 6300495. OLE color: 6300495.
HSL color Cylindrical-coordinate representation of color #4F2360: hue angle of 283.28º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F2360 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 35 | 96 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.62 |
| HSL | 283.28º | 0.47% | 0.26% | - |
| HSV(B) | 283.28º | 0.64% | 0.38% | - |
| XYZ | 5.94 | 3.71 | 11.47 | - |
| YUV | 55.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 96 | 0.18 | 0.64 | 0 | 0.62 | 283.28 | 0.47 | 0.26 |
| Hex | 4F | 23 | 60 | 12 | 40 | 0 | 3E | 11B | 2F | 1A |
| Octal | 117 | 43 | 140 | 22 | 100 | 0 | 76 | 433 | 57 | 32 |
| Binary | 1001111 | 100011 | 1100000 | 10010 | 1000000 | 0 | 111110 | 100011011 | 101111 | 11010 |
Color Harmonies of #4F2360
Complementary color
Monochromatic Colors of #4F2360
Black with #4F2360
Text Example
Text Example
White with #4F2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2360; }
p { color: rgb(79,35,96); }
H1.HeaderClassName
{
color: #4F2360;
}
.AnyTagClassName
{
color: #4F2360;
}
</style>
background-color css
<style>
a { background-color: #4F2360; }
a { background-color: rgb(79,35,96); }
div.DivClassName
{
background-color: #4F2360;
}
.BgClassName
{
background-color: #4F2360;
}
</style>
border-color css
<style>
span { border-color: #4F2360; }
span { border-color: rgb(79,35,96); }
td.TdClassName
{
border-color: #4F2360;
}
.TagClassName
{
border-color: #4F2360;
}
</style>