Shades of Scarlet Gum #471764
Tints of Scarlet Gum #471764
RGB
CMYK
RGB Variations
Color information
#471764 (or 0x471764) is known color: Scarlet Gum. HEX triplet: 47, 17 and 64. RGB value is (71,23,100). Sum of RGB (Red+Green+Blue) = 71+23+100=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #471764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471764 is #B8E89B. Grayscale: #2D2D2D. Windows color (decimal): -12118172 or 6559559. OLE color: 6559559.
HSL color Cylindrical-coordinate representation of color #471764: hue angle of 277.4º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471764 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 23 | 100 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.61 |
| HSL | 277.4º | 0.63% | 0.24% | - |
| HSV(B) | 277.4º | 0.77% | 0.39% | - |
| XYZ | 5.21 | 2.87 | 12.34 | - |
| YUV | 46.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 100 | 0.29 | 0.77 | 0 | 0.61 | 277.4 | 0.63 | 0.24 |
| Hex | 47 | 17 | 64 | 1D | 4D | 0 | 3D | 115 | 3F | 18 |
| Octal | 107 | 27 | 144 | 35 | 115 | 0 | 75 | 425 | 77 | 30 |
| Binary | 1000111 | 10111 | 1100100 | 11101 | 1001101 | 0 | 111101 | 100010101 | 111111 | 11000 |
Color Harmonies of #471764
Complementary color
Monochromatic Colors of #471764
Black with #471764
Text Example
Text Example
White with #471764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471764; }
p { color: rgb(71,23,100); }
H1.HeaderClassName
{
color: #471764;
}
.AnyTagClassName
{
color: #471764;
}
</style>
background-color css
<style>
a { background-color: #471764; }
a { background-color: rgb(71,23,100); }
div.DivClassName
{
background-color: #471764;
}
.BgClassName
{
background-color: #471764;
}
</style>
border-color css
<style>
span { border-color: #471764; }
span { border-color: rgb(71,23,100); }
td.TdClassName
{
border-color: #471764;
}
.TagClassName
{
border-color: #471764;
}
</style>