Shades of Scarlet Gum #47354D
Tints of Scarlet Gum #47354D
RGB
CMYK
RGB Variations
Color information
#47354D (or 0x47354D) is known color: Scarlet Gum. HEX triplet: 47, 35 and 4D. RGB value is (71,53,77). Sum of RGB (Red+Green+Blue) = 71+53+77=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #47354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47354D is #B8CAB2. Grayscale: #3D3D3D. Windows color (decimal): -12110515 or 5059911. OLE color: 5059911.
HSL color Cylindrical-coordinate representation of color #47354D: hue angle of 285º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47354D is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 53 | 77 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.70 |
| HSL | 285º | 0.18% | 0.25% | - |
| HSV(B) | 285º | 0.31% | 0.3% | - |
| XYZ | 5.21 | 4.42 | 7.6 | - |
| YUV | 61.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 77 | 0.08 | 0.31 | 0 | 0.70 | 285 | 0.18 | 0.25 |
| Hex | 47 | 35 | 4D | 8 | 1F | 0 | 46 | 11D | 12 | 19 |
| Octal | 107 | 65 | 115 | 10 | 37 | 0 | 106 | 435 | 22 | 31 |
| Binary | 1000111 | 110101 | 1001101 | 1000 | 11111 | 0 | 1000110 | 100011101 | 10010 | 11001 |
Color Harmonies of #47354D
Complementary color
Monochromatic Colors of #47354D
Black with #47354D
Text Example
Text Example
White with #47354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47354D; }
p { color: rgb(71,53,77); }
H1.HeaderClassName
{
color: #47354D;
}
.AnyTagClassName
{
color: #47354D;
}
</style>
background-color css
<style>
a { background-color: #47354D; }
a { background-color: rgb(71,53,77); }
div.DivClassName
{
background-color: #47354D;
}
.BgClassName
{
background-color: #47354D;
}
</style>
border-color css
<style>
span { border-color: #47354D; }
span { border-color: rgb(71,53,77); }
td.TdClassName
{
border-color: #47354D;
}
.TagClassName
{
border-color: #47354D;
}
</style>