Shades of Scarlet Gum #472551
Tints of Scarlet Gum #472551
RGB
CMYK
RGB Variations
Color information
#472551 (or 0x472551) is known color: Scarlet Gum. HEX triplet: 47, 25 and 51. RGB value is (71,37,81). Sum of RGB (Red+Green+Blue) = 71+37+81=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #472551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472551 is #B8DAAE. Grayscale: #343434. Windows color (decimal): -12114607 or 5317959. OLE color: 5317959.
HSL color Cylindrical-coordinate representation of color #472551: hue angle of 286.36º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472551 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 37 | 81 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.68 |
| HSL | 286.36º | 0.37% | 0.23% | - |
| HSV(B) | 286.36º | 0.54% | 0.32% | - |
| XYZ | 4.75 | 3.26 | 8.16 | - |
| YUV | 52.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 81 | 0.12 | 0.54 | 0 | 0.68 | 286.36 | 0.37 | 0.23 |
| Hex | 47 | 25 | 51 | C | 36 | 0 | 44 | 11E | 25 | 17 |
| Octal | 107 | 45 | 121 | 14 | 66 | 0 | 104 | 436 | 45 | 27 |
| Binary | 1000111 | 100101 | 1010001 | 1100 | 110110 | 0 | 1000100 | 100011110 | 100101 | 10111 |
Color Harmonies of #472551
Complementary color
Monochromatic Colors of #472551
Black with #472551
Text Example
Text Example
White with #472551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472551; }
p { color: rgb(71,37,81); }
H1.HeaderClassName
{
color: #472551;
}
.AnyTagClassName
{
color: #472551;
}
</style>
background-color css
<style>
a { background-color: #472551; }
a { background-color: rgb(71,37,81); }
div.DivClassName
{
background-color: #472551;
}
.BgClassName
{
background-color: #472551;
}
</style>
border-color css
<style>
span { border-color: #472551; }
span { border-color: rgb(71,37,81); }
td.TdClassName
{
border-color: #472551;
}
.TagClassName
{
border-color: #472551;
}
</style>