Shades of Scarlet Gum #472F50
Tints of Scarlet Gum #472F50
RGB
CMYK
RGB Variations
Color information
#472F50 (or 0x472F50) is known color: Scarlet Gum. HEX triplet: 47, 2F and 50. RGB value is (71,47,80). Sum of RGB (Red+Green+Blue) = 71+47+80=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #472F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F50 is #B8D0AF. Grayscale: #393939. Windows color (decimal): -12112048 or 5254983. OLE color: 5254983.
HSL color Cylindrical-coordinate representation of color #472F50: hue angle of 283.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472F50 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 47 | 80 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.69 |
| HSL | 283.64º | 0.26% | 0.25% | - |
| HSV(B) | 283.64º | 0.41% | 0.31% | - |
| XYZ | 5.06 | 3.95 | 8.09 | - |
| YUV | 57.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 80 | 0.11 | 0.41 | 0 | 0.69 | 283.64 | 0.26 | 0.25 |
| Hex | 47 | 2F | 50 | B | 29 | 0 | 45 | 11C | 1A | 19 |
| Octal | 107 | 57 | 120 | 13 | 51 | 0 | 105 | 434 | 32 | 31 |
| Binary | 1000111 | 101111 | 1010000 | 1011 | 101001 | 0 | 1000101 | 100011100 | 11010 | 11001 |
Color Harmonies of #472F50
Complementary color
Monochromatic Colors of #472F50
Black with #472F50
Text Example
Text Example
White with #472F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F50; }
p { color: rgb(71,47,80); }
H1.HeaderClassName
{
color: #472F50;
}
.AnyTagClassName
{
color: #472F50;
}
</style>
background-color css
<style>
a { background-color: #472F50; }
a { background-color: rgb(71,47,80); }
div.DivClassName
{
background-color: #472F50;
}
.BgClassName
{
background-color: #472F50;
}
</style>
border-color css
<style>
span { border-color: #472F50; }
span { border-color: rgb(71,47,80); }
td.TdClassName
{
border-color: #472F50;
}
.TagClassName
{
border-color: #472F50;
}
</style>