Shades of Scarlet Gum #471F57
Tints of Scarlet Gum #471F57
RGB
CMYK
RGB Variations
Color information
#471F57 (or 0x471F57) is known color: Scarlet Gum. HEX triplet: 47, 1F and 57. RGB value is (71,31,87). Sum of RGB (Red+Green+Blue) = 71+31+87=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #471F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F57 is #B8E0A8. Grayscale: #313131. Windows color (decimal): -12116137 or 5709639. OLE color: 5709639.
HSL color Cylindrical-coordinate representation of color #471F57: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #471F57 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 31 | 87 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.66 |
| HSL | 282.86º | 0.47% | 0.23% | - |
| HSV(B) | 282.86º | 0.64% | 0.34% | - |
| XYZ | 4.81 | 3.01 | 9.34 | - |
| YUV | 49.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 87 | 0.18 | 0.64 | 0 | 0.66 | 282.86 | 0.47 | 0.23 |
| Hex | 47 | 1F | 57 | 12 | 40 | 0 | 42 | 11B | 2F | 17 |
| Octal | 107 | 37 | 127 | 22 | 100 | 0 | 102 | 433 | 57 | 27 |
| Binary | 1000111 | 11111 | 1010111 | 10010 | 1000000 | 0 | 1000010 | 100011011 | 101111 | 10111 |
Color Harmonies of #471F57
Complementary color
Monochromatic Colors of #471F57
Black with #471F57
Text Example
Text Example
White with #471F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F57; }
p { color: rgb(71,31,87); }
H1.HeaderClassName
{
color: #471F57;
}
.AnyTagClassName
{
color: #471F57;
}
</style>
background-color css
<style>
a { background-color: #471F57; }
a { background-color: rgb(71,31,87); }
div.DivClassName
{
background-color: #471F57;
}
.BgClassName
{
background-color: #471F57;
}
</style>
border-color css
<style>
span { border-color: #471F57; }
span { border-color: rgb(71,31,87); }
td.TdClassName
{
border-color: #471F57;
}
.TagClassName
{
border-color: #471F57;
}
</style>