Shades of Scarlet Gum #472251
Tints of Scarlet Gum #472251
RGB
CMYK
RGB Variations
Color information
#472251 (or 0x472251) is known color: Scarlet Gum. HEX triplet: 47, 22 and 51. RGB value is (71,34,81). Sum of RGB (Red+Green+Blue) = 71+34+81=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #472251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472251 is #B8DDAE. Grayscale: #323232. Windows color (decimal): -12115375 or 5317191. OLE color: 5317191.
HSL color Cylindrical-coordinate representation of color #472251: hue angle of 287.23º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472251 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 34 | 81 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.68 |
| HSL | 287.23º | 0.41% | 0.23% | - |
| HSV(B) | 287.23º | 0.58% | 0.32% | - |
| XYZ | 4.66 | 3.08 | 8.13 | - |
| YUV | 50.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 81 | 0.12 | 0.58 | 0 | 0.68 | 287.23 | 0.41 | 0.23 |
| Hex | 47 | 22 | 51 | C | 3A | 0 | 44 | 11F | 29 | 17 |
| Octal | 107 | 42 | 121 | 14 | 72 | 0 | 104 | 437 | 51 | 27 |
| Binary | 1000111 | 100010 | 1010001 | 1100 | 111010 | 0 | 1000100 | 100011111 | 101001 | 10111 |
Color Harmonies of #472251
Complementary color
Monochromatic Colors of #472251
Black with #472251
Text Example
Text Example
White with #472251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472251; }
p { color: rgb(71,34,81); }
H1.HeaderClassName
{
color: #472251;
}
.AnyTagClassName
{
color: #472251;
}
</style>
background-color css
<style>
a { background-color: #472251; }
a { background-color: rgb(71,34,81); }
div.DivClassName
{
background-color: #472251;
}
.BgClassName
{
background-color: #472251;
}
</style>
border-color css
<style>
span { border-color: #472251; }
span { border-color: rgb(71,34,81); }
td.TdClassName
{
border-color: #472251;
}
.TagClassName
{
border-color: #472251;
}
</style>