Shades of Scarlet Gum #471365
Tints of Scarlet Gum #471365
RGB
CMYK
RGB Variations
Color information
#471365 (or 0x471365) is known color: Scarlet Gum. HEX triplet: 47, 13 and 65. RGB value is (71,19,101). Sum of RGB (Red+Green+Blue) = 71+19+101=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #471365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471365 is #B8EC9A. Grayscale: #2B2B2B. Windows color (decimal): -12119195 or 6624071. OLE color: 6624071.
HSL color Cylindrical-coordinate representation of color #471365: hue angle of 278.05º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471365 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 19 | 101 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.60 |
| HSL | 278.05º | 0.68% | 0.24% | - |
| HSV(B) | 278.05º | 0.81% | 0.4% | - |
| XYZ | 5.18 | 2.74 | 12.57 | - |
| YUV | 43.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 101 | 0.30 | 0.81 | 0 | 0.60 | 278.05 | 0.68 | 0.24 |
| Hex | 47 | 13 | 65 | 1E | 51 | 0 | 3C | 116 | 44 | 18 |
| Octal | 107 | 23 | 145 | 36 | 121 | 0 | 74 | 426 | 104 | 30 |
| Binary | 1000111 | 10011 | 1100101 | 11110 | 1010001 | 0 | 111100 | 100010110 | 1000100 | 11000 |
Color Harmonies of #471365
Complementary color
Monochromatic Colors of #471365
Black with #471365
Text Example
Text Example
White with #471365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471365; }
p { color: rgb(71,19,101); }
H1.HeaderClassName
{
color: #471365;
}
.AnyTagClassName
{
color: #471365;
}
</style>
background-color css
<style>
a { background-color: #471365; }
a { background-color: rgb(71,19,101); }
div.DivClassName
{
background-color: #471365;
}
.BgClassName
{
background-color: #471365;
}
</style>
border-color css
<style>
span { border-color: #471365; }
span { border-color: rgb(71,19,101); }
td.TdClassName
{
border-color: #471365;
}
.TagClassName
{
border-color: #471365;
}
</style>