Shades of Scarlet Gum #473155
Tints of Scarlet Gum #473155
RGB
CMYK
RGB Variations
Color information
#473155 (or 0x473155) is known color: Scarlet Gum. HEX triplet: 47, 31 and 55. RGB value is (71,49,85). Sum of RGB (Red+Green+Blue) = 71+49+85=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #473155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473155 is #B8CEAA. Grayscale: #3B3B3B. Windows color (decimal): -12111531 or 5583175. OLE color: 5583175.
HSL color Cylindrical-coordinate representation of color #473155: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473155 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 49 | 85 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.67 |
| HSL | 276.67º | 0.27% | 0.26% | - |
| HSV(B) | 276.67º | 0.42% | 0.33% | - |
| XYZ | 5.34 | 4.19 | 9.12 | - |
| YUV | 59.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 85 | 0.16 | 0.42 | 0 | 0.67 | 276.67 | 0.27 | 0.26 |
| Hex | 47 | 31 | 55 | 10 | 2A | 0 | 43 | 115 | 1B | 1A |
| Octal | 107 | 61 | 125 | 20 | 52 | 0 | 103 | 425 | 33 | 32 |
| Binary | 1000111 | 110001 | 1010101 | 10000 | 101010 | 0 | 1000011 | 100010101 | 11011 | 11010 |
Color Harmonies of #473155
Complementary color
Monochromatic Colors of #473155
Black with #473155
Text Example
Text Example
White with #473155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473155; }
p { color: rgb(71,49,85); }
H1.HeaderClassName
{
color: #473155;
}
.AnyTagClassName
{
color: #473155;
}
</style>
background-color css
<style>
a { background-color: #473155; }
a { background-color: rgb(71,49,85); }
div.DivClassName
{
background-color: #473155;
}
.BgClassName
{
background-color: #473155;
}
</style>
border-color css
<style>
span { border-color: #473155; }
span { border-color: rgb(71,49,85); }
td.TdClassName
{
border-color: #473155;
}
.TagClassName
{
border-color: #473155;
}
</style>