Shades of Scarlet Gum #471B57
Tints of Scarlet Gum #471B57
RGB
CMYK
RGB Variations
Color information
#471B57 (or 0x471B57) is known color: Scarlet Gum. HEX triplet: 47, 1B and 57. RGB value is (71,27,87). Sum of RGB (Red+Green+Blue) = 71+27+87=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #471B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B57 is #B8E4A8. Grayscale: #2E2E2E. Windows color (decimal): -12117161 or 5708615. OLE color: 5708615.
HSL color Cylindrical-coordinate representation of color #471B57: hue angle of 284º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471B57 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 27 | 87 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.66 |
| HSL | 284º | 0.53% | 0.22% | - |
| HSV(B) | 284º | 0.69% | 0.34% | - |
| XYZ | 4.71 | 2.81 | 9.31 | - |
| YUV | 47 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 87 | 0.18 | 0.69 | 0 | 0.66 | 284 | 0.53 | 0.22 |
| Hex | 47 | 1B | 57 | 12 | 45 | 0 | 42 | 11C | 35 | 16 |
| Octal | 107 | 33 | 127 | 22 | 105 | 0 | 102 | 434 | 65 | 26 |
| Binary | 1000111 | 11011 | 1010111 | 10010 | 1000101 | 0 | 1000010 | 100011100 | 110101 | 10110 |
Color Harmonies of #471B57
Complementary color
Monochromatic Colors of #471B57
Black with #471B57
Text Example
Text Example
White with #471B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B57; }
p { color: rgb(71,27,87); }
H1.HeaderClassName
{
color: #471B57;
}
.AnyTagClassName
{
color: #471B57;
}
</style>
background-color css
<style>
a { background-color: #471B57; }
a { background-color: rgb(71,27,87); }
div.DivClassName
{
background-color: #471B57;
}
.BgClassName
{
background-color: #471B57;
}
</style>
border-color css
<style>
span { border-color: #471B57; }
span { border-color: rgb(71,27,87); }
td.TdClassName
{
border-color: #471B57;
}
.TagClassName
{
border-color: #471B57;
}
</style>