Shades of Scarlet Gum #472E50
Tints of Scarlet Gum #472E50
RGB
CMYK
RGB Variations
Color information
#472E50 (or 0x472E50) is known color: Scarlet Gum. HEX triplet: 47, 2E and 50. RGB value is (71,46,80). Sum of RGB (Red+Green+Blue) = 71+46+80=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #472E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E50 is #B8D1AF. Grayscale: #393939. Windows color (decimal): -12112304 or 5254727. OLE color: 5254727.
HSL color Cylindrical-coordinate representation of color #472E50: hue angle of 284.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #472E50 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 46 | 80 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.69 |
| HSL | 284.12º | 0.27% | 0.25% | - |
| HSV(B) | 284.12º | 0.43% | 0.31% | - |
| XYZ | 5.02 | 3.87 | 8.07 | - |
| YUV | 57.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 80 | 0.11 | 0.42 | 0 | 0.69 | 284.12 | 0.27 | 0.25 |
| Hex | 47 | 2E | 50 | B | 2A | 0 | 45 | 11C | 1B | 19 |
| Octal | 107 | 56 | 120 | 13 | 52 | 0 | 105 | 434 | 33 | 31 |
| Binary | 1000111 | 101110 | 1010000 | 1011 | 101010 | 0 | 1000101 | 100011100 | 11011 | 11001 |
Color Harmonies of #472E50
Complementary color
Monochromatic Colors of #472E50
Black with #472E50
Text Example
Text Example
White with #472E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E50; }
p { color: rgb(71,46,80); }
H1.HeaderClassName
{
color: #472E50;
}
.AnyTagClassName
{
color: #472E50;
}
</style>
background-color css
<style>
a { background-color: #472E50; }
a { background-color: rgb(71,46,80); }
div.DivClassName
{
background-color: #472E50;
}
.BgClassName
{
background-color: #472E50;
}
</style>
border-color css
<style>
span { border-color: #472E50; }
span { border-color: rgb(71,46,80); }
td.TdClassName
{
border-color: #472E50;
}
.TagClassName
{
border-color: #472E50;
}
</style>