Shades of Scarlet Gum #4F2263
Tints of Scarlet Gum #4F2263
RGB
CMYK
RGB Variations
Color information
#4F2263 (or 0x4F2263) is known color: Scarlet Gum. HEX triplet: 4F, 22 and 63. RGB value is (79,34,99). Sum of RGB (Red+Green+Blue) = 79+34+99=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F2263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2263 is #B0DD9C. Grayscale: #363636. Windows color (decimal): -11591069 or 6496847. OLE color: 6496847.
HSL color Cylindrical-coordinate representation of color #4F2263: hue angle of 281.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F2263 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 34 | 99 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.61 |
| HSL | 281.54º | 0.49% | 0.26% | - |
| HSV(B) | 281.54º | 0.66% | 0.39% | - |
| XYZ | 6.05 | 3.71 | 12.2 | - |
| YUV | 54.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 99 | 0.20 | 0.66 | 0 | 0.61 | 281.54 | 0.49 | 0.26 |
| Hex | 4F | 22 | 63 | 14 | 42 | 0 | 3D | 11A | 31 | 1A |
| Octal | 117 | 42 | 143 | 24 | 102 | 0 | 75 | 432 | 61 | 32 |
| Binary | 1001111 | 100010 | 1100011 | 10100 | 1000010 | 0 | 111101 | 100011010 | 110001 | 11010 |
Color Harmonies of #4F2263
Complementary color
Monochromatic Colors of #4F2263
Black with #4F2263
Text Example
Text Example
White with #4F2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2263; }
p { color: rgb(79,34,99); }
H1.HeaderClassName
{
color: #4F2263;
}
.AnyTagClassName
{
color: #4F2263;
}
</style>
background-color css
<style>
a { background-color: #4F2263; }
a { background-color: rgb(79,34,99); }
div.DivClassName
{
background-color: #4F2263;
}
.BgClassName
{
background-color: #4F2263;
}
</style>
border-color css
<style>
span { border-color: #4F2263; }
span { border-color: rgb(79,34,99); }
td.TdClassName
{
border-color: #4F2263;
}
.TagClassName
{
border-color: #4F2263;
}
</style>