Shades of Scarlet Gum #4F2260
Tints of Scarlet Gum #4F2260
RGB
CMYK
RGB Variations
Color information
#4F2260 (or 0x4F2260) is known color: Scarlet Gum. HEX triplet: 4F, 22 and 60. RGB value is (79,34,96). Sum of RGB (Red+Green+Blue) = 79+34+96=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F2260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2260 is #B0DD9F. Grayscale: #363636. Windows color (decimal): -11591072 or 6300239. OLE color: 6300239.
HSL color Cylindrical-coordinate representation of color #4F2260: hue angle of 283.55º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F2260 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 34 | 96 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.62 |
| HSL | 283.55º | 0.48% | 0.25% | - |
| HSV(B) | 283.55º | 0.65% | 0.38% | - |
| XYZ | 5.91 | 3.65 | 11.46 | - |
| YUV | 54.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 96 | 0.18 | 0.65 | 0 | 0.62 | 283.55 | 0.48 | 0.25 |
| Hex | 4F | 22 | 60 | 12 | 41 | 0 | 3E | 11C | 30 | 19 |
| Octal | 117 | 42 | 140 | 22 | 101 | 0 | 76 | 434 | 60 | 31 |
| Binary | 1001111 | 100010 | 1100000 | 10010 | 1000001 | 0 | 111110 | 100011100 | 110000 | 11001 |
Color Harmonies of #4F2260
Complementary color
Monochromatic Colors of #4F2260
Black with #4F2260
Text Example
Text Example
White with #4F2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2260; }
p { color: rgb(79,34,96); }
H1.HeaderClassName
{
color: #4F2260;
}
.AnyTagClassName
{
color: #4F2260;
}
</style>
background-color css
<style>
a { background-color: #4F2260; }
a { background-color: rgb(79,34,96); }
div.DivClassName
{
background-color: #4F2260;
}
.BgClassName
{
background-color: #4F2260;
}
</style>
border-color css
<style>
span { border-color: #4F2260; }
span { border-color: rgb(79,34,96); }
td.TdClassName
{
border-color: #4F2260;
}
.TagClassName
{
border-color: #4F2260;
}
</style>