Shades of Scarlet Gum #471C59
Tints of Scarlet Gum #471C59
RGB
CMYK
RGB Variations
Color information
#471C59 (or 0x471C59) is known color: Scarlet Gum. HEX triplet: 47, 1C and 59. RGB value is (71,28,89). Sum of RGB (Red+Green+Blue) = 71+28+89=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #471C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C59 is #B8E3A6. Grayscale: #2F2F2F. Windows color (decimal): -12116903 or 5839943. OLE color: 5839943.
HSL color Cylindrical-coordinate representation of color #471C59: hue angle of 282.3º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471C59 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 28 | 89 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.65 |
| HSL | 282.3º | 0.52% | 0.23% | - |
| HSV(B) | 282.3º | 0.69% | 0.35% | - |
| XYZ | 4.82 | 2.89 | 9.76 | - |
| YUV | 47.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 89 | 0.20 | 0.69 | 0 | 0.65 | 282.3 | 0.52 | 0.23 |
| Hex | 47 | 1C | 59 | 14 | 45 | 0 | 41 | 11A | 34 | 17 |
| Octal | 107 | 34 | 131 | 24 | 105 | 0 | 101 | 432 | 64 | 27 |
| Binary | 1000111 | 11100 | 1011001 | 10100 | 1000101 | 0 | 1000001 | 100011010 | 110100 | 10111 |
Color Harmonies of #471C59
Complementary color
Monochromatic Colors of #471C59
Black with #471C59
Text Example
Text Example
White with #471C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C59; }
p { color: rgb(71,28,89); }
H1.HeaderClassName
{
color: #471C59;
}
.AnyTagClassName
{
color: #471C59;
}
</style>
background-color css
<style>
a { background-color: #471C59; }
a { background-color: rgb(71,28,89); }
div.DivClassName
{
background-color: #471C59;
}
.BgClassName
{
background-color: #471C59;
}
</style>
border-color css
<style>
span { border-color: #471C59; }
span { border-color: rgb(71,28,89); }
td.TdClassName
{
border-color: #471C59;
}
.TagClassName
{
border-color: #471C59;
}
</style>