Shades of Scarlet Gum #472F51
Tints of Scarlet Gum #472F51
RGB
CMYK
RGB Variations
Color information
#472F51 (or 0x472F51) is known color: Scarlet Gum. HEX triplet: 47, 2F and 51. RGB value is (71,47,81). Sum of RGB (Red+Green+Blue) = 71+47+81=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #472F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F51 is #B8D0AE. Grayscale: #393939. Windows color (decimal): -12112047 or 5320519. OLE color: 5320519.
HSL color Cylindrical-coordinate representation of color #472F51: hue angle of 282.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472F51 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 47 | 81 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.68 |
| HSL | 282.35º | 0.27% | 0.25% | - |
| HSV(B) | 282.35º | 0.42% | 0.32% | - |
| XYZ | 5.1 | 3.97 | 8.28 | - |
| YUV | 58.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 81 | 0.12 | 0.42 | 0 | 0.68 | 282.35 | 0.27 | 0.25 |
| Hex | 47 | 2F | 51 | C | 2A | 0 | 44 | 11A | 1B | 19 |
| Octal | 107 | 57 | 121 | 14 | 52 | 0 | 104 | 432 | 33 | 31 |
| Binary | 1000111 | 101111 | 1010001 | 1100 | 101010 | 0 | 1000100 | 100011010 | 11011 | 11001 |
Color Harmonies of #472F51
Complementary color
Monochromatic Colors of #472F51
Black with #472F51
Text Example
Text Example
White with #472F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F51; }
p { color: rgb(71,47,81); }
H1.HeaderClassName
{
color: #472F51;
}
.AnyTagClassName
{
color: #472F51;
}
</style>
background-color css
<style>
a { background-color: #472F51; }
a { background-color: rgb(71,47,81); }
div.DivClassName
{
background-color: #472F51;
}
.BgClassName
{
background-color: #472F51;
}
</style>
border-color css
<style>
span { border-color: #472F51; }
span { border-color: rgb(71,47,81); }
td.TdClassName
{
border-color: #472F51;
}
.TagClassName
{
border-color: #472F51;
}
</style>