Shades of Scarlet Gum #471963
Tints of Scarlet Gum #471963
RGB
CMYK
RGB Variations
Color information
#471963 (or 0x471963) is known color: Scarlet Gum. HEX triplet: 47, 19 and 63. RGB value is (71,25,99). Sum of RGB (Red+Green+Blue) = 71+25+99=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #471963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471963 is #B8E69C. Grayscale: #2E2E2E. Windows color (decimal): -12117661 or 6494535. OLE color: 6494535.
HSL color Cylindrical-coordinate representation of color #471963: hue angle of 277.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471963 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 25 | 99 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.61 |
| HSL | 277.3º | 0.6% | 0.24% | - |
| HSV(B) | 277.3º | 0.75% | 0.39% | - |
| XYZ | 5.2 | 2.94 | 12.1 | - |
| YUV | 47.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 99 | 0.28 | 0.75 | 0 | 0.61 | 277.3 | 0.6 | 0.24 |
| Hex | 47 | 19 | 63 | 1C | 4B | 0 | 3D | 115 | 3C | 18 |
| Octal | 107 | 31 | 143 | 34 | 113 | 0 | 75 | 425 | 74 | 30 |
| Binary | 1000111 | 11001 | 1100011 | 11100 | 1001011 | 0 | 111101 | 100010101 | 111100 | 11000 |
Color Harmonies of #471963
Complementary color
Monochromatic Colors of #471963
Black with #471963
Text Example
Text Example
White with #471963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471963; }
p { color: rgb(71,25,99); }
H1.HeaderClassName
{
color: #471963;
}
.AnyTagClassName
{
color: #471963;
}
</style>
background-color css
<style>
a { background-color: #471963; }
a { background-color: rgb(71,25,99); }
div.DivClassName
{
background-color: #471963;
}
.BgClassName
{
background-color: #471963;
}
</style>
border-color css
<style>
span { border-color: #471963; }
span { border-color: rgb(71,25,99); }
td.TdClassName
{
border-color: #471963;
}
.TagClassName
{
border-color: #471963;
}
</style>