Shades of Scarlet Gum #47394D
Tints of Scarlet Gum #47394D
RGB
CMYK
RGB Variations
Color information
#47394D (or 0x47394D) is known color: Scarlet Gum. HEX triplet: 47, 39 and 4D. RGB value is (71,57,77). Sum of RGB (Red+Green+Blue) = 71+57+77=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #47394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47394D is #B8C6B2. Grayscale: #3F3F3F. Windows color (decimal): -12109491 or 5060935. OLE color: 5060935.
HSL color Cylindrical-coordinate representation of color #47394D: hue angle of 282º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47394D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 57 | 77 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.70 |
| HSL | 282º | 0.15% | 0.26% | - |
| HSV(B) | 282º | 0.26% | 0.3% | - |
| XYZ | 5.4 | 4.8 | 7.66 | - |
| YUV | 63.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 77 | 0.08 | 0.26 | 0 | 0.70 | 282 | 0.15 | 0.26 |
| Hex | 47 | 39 | 4D | 8 | 1A | 0 | 46 | 11A | F | 1A |
| Octal | 107 | 71 | 115 | 10 | 32 | 0 | 106 | 432 | 17 | 32 |
| Binary | 1000111 | 111001 | 1001101 | 1000 | 11010 | 0 | 1000110 | 100011010 | 1111 | 11010 |
Color Harmonies of #47394D
Complementary color
Monochromatic Colors of #47394D
Black with #47394D
Text Example
Text Example
White with #47394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47394D; }
p { color: rgb(71,57,77); }
H1.HeaderClassName
{
color: #47394D;
}
.AnyTagClassName
{
color: #47394D;
}
</style>
background-color css
<style>
a { background-color: #47394D; }
a { background-color: rgb(71,57,77); }
div.DivClassName
{
background-color: #47394D;
}
.BgClassName
{
background-color: #47394D;
}
</style>
border-color css
<style>
span { border-color: #47394D; }
span { border-color: rgb(71,57,77); }
td.TdClassName
{
border-color: #47394D;
}
.TagClassName
{
border-color: #47394D;
}
</style>