Shades of Scarlet Gum #473151
Tints of Scarlet Gum #473151
RGB
CMYK
RGB Variations
Color information
#473151 (or 0x473151) is known color: Scarlet Gum. HEX triplet: 47, 31 and 51. RGB value is (71,49,81). Sum of RGB (Red+Green+Blue) = 71+49+81=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #473151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473151 is #B8CEAE. Grayscale: #3B3B3B. Windows color (decimal): -12111535 or 5321031. OLE color: 5321031.
HSL color Cylindrical-coordinate representation of color #473151: hue angle of 281.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473151 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 49 | 81 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.68 |
| HSL | 281.25º | 0.25% | 0.25% | - |
| HSV(B) | 281.25º | 0.4% | 0.32% | - |
| XYZ | 5.18 | 4.13 | 8.31 | - |
| YUV | 59.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 81 | 0.12 | 0.40 | 0 | 0.68 | 281.25 | 0.25 | 0.25 |
| Hex | 47 | 31 | 51 | C | 28 | 0 | 44 | 119 | 19 | 19 |
| Octal | 107 | 61 | 121 | 14 | 50 | 0 | 104 | 431 | 31 | 31 |
| Binary | 1000111 | 110001 | 1010001 | 1100 | 101000 | 0 | 1000100 | 100011001 | 11001 | 11001 |
Color Harmonies of #473151
Complementary color
Monochromatic Colors of #473151
Black with #473151
Text Example
Text Example
White with #473151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473151; }
p { color: rgb(71,49,81); }
H1.HeaderClassName
{
color: #473151;
}
.AnyTagClassName
{
color: #473151;
}
</style>
background-color css
<style>
a { background-color: #473151; }
a { background-color: rgb(71,49,81); }
div.DivClassName
{
background-color: #473151;
}
.BgClassName
{
background-color: #473151;
}
</style>
border-color css
<style>
span { border-color: #473151; }
span { border-color: rgb(71,49,81); }
td.TdClassName
{
border-color: #473151;
}
.TagClassName
{
border-color: #473151;
}
</style>