Shades of Scarlet Gum #471863
Tints of Scarlet Gum #471863
RGB
CMYK
RGB Variations
Color information
#471863 (or 0x471863) is known color: Scarlet Gum. HEX triplet: 47, 18 and 63. RGB value is (71,24,99). Sum of RGB (Red+Green+Blue) = 71+24+99=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #471863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471863 is #B8E79C. Grayscale: #2E2E2E. Windows color (decimal): -12117917 or 6494279. OLE color: 6494279.
HSL color Cylindrical-coordinate representation of color #471863: hue angle of 277.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471863 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 24 | 99 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.61 |
| HSL | 277.6º | 0.61% | 0.24% | - |
| HSV(B) | 277.6º | 0.76% | 0.39% | - |
| XYZ | 5.18 | 2.89 | 12.09 | - |
| YUV | 46.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 99 | 0.28 | 0.76 | 0 | 0.61 | 277.6 | 0.61 | 0.24 |
| Hex | 47 | 18 | 63 | 1C | 4C | 0 | 3D | 116 | 3D | 18 |
| Octal | 107 | 30 | 143 | 34 | 114 | 0 | 75 | 426 | 75 | 30 |
| Binary | 1000111 | 11000 | 1100011 | 11100 | 1001100 | 0 | 111101 | 100010110 | 111101 | 11000 |
Color Harmonies of #471863
Complementary color
Monochromatic Colors of #471863
Black with #471863
Text Example
Text Example
White with #471863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471863; }
p { color: rgb(71,24,99); }
H1.HeaderClassName
{
color: #471863;
}
.AnyTagClassName
{
color: #471863;
}
</style>
background-color css
<style>
a { background-color: #471863; }
a { background-color: rgb(71,24,99); }
div.DivClassName
{
background-color: #471863;
}
.BgClassName
{
background-color: #471863;
}
</style>
border-color css
<style>
span { border-color: #471863; }
span { border-color: rgb(71,24,99); }
td.TdClassName
{
border-color: #471863;
}
.TagClassName
{
border-color: #471863;
}
</style>