Shades of Scarlet Gum #471D57
Tints of Scarlet Gum #471D57
RGB
CMYK
RGB Variations
Color information
#471D57 (or 0x471D57) is known color: Scarlet Gum. HEX triplet: 47, 1D and 57. RGB value is (71,29,87). Sum of RGB (Red+Green+Blue) = 71+29+87=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #471D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D57 is #B8E2A8. Grayscale: #2F2F2F. Windows color (decimal): -12116649 or 5709127. OLE color: 5709127.
HSL color Cylindrical-coordinate representation of color #471D57: hue angle of 283.45º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471D57 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 29 | 87 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.66 |
| HSL | 283.45º | 0.5% | 0.23% | - |
| HSV(B) | 283.45º | 0.67% | 0.34% | - |
| XYZ | 4.76 | 2.91 | 9.33 | - |
| YUV | 48.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 87 | 0.18 | 0.67 | 0 | 0.66 | 283.45 | 0.5 | 0.23 |
| Hex | 47 | 1D | 57 | 12 | 43 | 0 | 42 | 11B | 32 | 17 |
| Octal | 107 | 35 | 127 | 22 | 103 | 0 | 102 | 433 | 62 | 27 |
| Binary | 1000111 | 11101 | 1010111 | 10010 | 1000011 | 0 | 1000010 | 100011011 | 110010 | 10111 |
Color Harmonies of #471D57
Complementary color
Monochromatic Colors of #471D57
Black with #471D57
Text Example
Text Example
White with #471D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D57; }
p { color: rgb(71,29,87); }
H1.HeaderClassName
{
color: #471D57;
}
.AnyTagClassName
{
color: #471D57;
}
</style>
background-color css
<style>
a { background-color: #471D57; }
a { background-color: rgb(71,29,87); }
div.DivClassName
{
background-color: #471D57;
}
.BgClassName
{
background-color: #471D57;
}
</style>
border-color css
<style>
span { border-color: #471D57; }
span { border-color: rgb(71,29,87); }
td.TdClassName
{
border-color: #471D57;
}
.TagClassName
{
border-color: #471D57;
}
</style>