Shades of Scarlet Gum #472A57
Tints of Scarlet Gum #472A57
RGB
CMYK
RGB Variations
Color information
#472A57 (or 0x472A57) is known color: Scarlet Gum. HEX triplet: 47, 2A and 57. RGB value is (71,42,87). Sum of RGB (Red+Green+Blue) = 71+42+87=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #472A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A57 is #B8D5A8. Grayscale: #373737. Windows color (decimal): -12113321 or 5712455. OLE color: 5712455.
HSL color Cylindrical-coordinate representation of color #472A57: hue angle of 278.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472A57 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 42 | 87 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.66 |
| HSL | 278.67º | 0.35% | 0.25% | - |
| HSV(B) | 278.67º | 0.52% | 0.34% | - |
| XYZ | 5.15 | 3.68 | 9.46 | - |
| YUV | 55.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 87 | 0.18 | 0.52 | 0 | 0.66 | 278.67 | 0.35 | 0.25 |
| Hex | 47 | 2A | 57 | 12 | 34 | 0 | 42 | 117 | 23 | 19 |
| Octal | 107 | 52 | 127 | 22 | 64 | 0 | 102 | 427 | 43 | 31 |
| Binary | 1000111 | 101010 | 1010111 | 10010 | 110100 | 0 | 1000010 | 100010111 | 100011 | 11001 |
Color Harmonies of #472A57
Complementary color
Monochromatic Colors of #472A57
Black with #472A57
Text Example
Text Example
White with #472A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A57; }
p { color: rgb(71,42,87); }
H1.HeaderClassName
{
color: #472A57;
}
.AnyTagClassName
{
color: #472A57;
}
</style>
background-color css
<style>
a { background-color: #472A57; }
a { background-color: rgb(71,42,87); }
div.DivClassName
{
background-color: #472A57;
}
.BgClassName
{
background-color: #472A57;
}
</style>
border-color css
<style>
span { border-color: #472A57; }
span { border-color: rgb(71,42,87); }
td.TdClassName
{
border-color: #472A57;
}
.TagClassName
{
border-color: #472A57;
}
</style>