Shades of Scarlet Gum #473154
Tints of Scarlet Gum #473154
RGB
CMYK
RGB Variations
Color information
#473154 (or 0x473154) is known color: Scarlet Gum. HEX triplet: 47, 31 and 54. RGB value is (71,49,84). Sum of RGB (Red+Green+Blue) = 71+49+84=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #473154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473154 is #B8CEAB. Grayscale: #3B3B3B. Windows color (decimal): -12111532 or 5517639. OLE color: 5517639.
HSL color Cylindrical-coordinate representation of color #473154: hue angle of 277.71º degrees, saturation: 0.26, 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 #473154 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 49 | 84 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.67 |
| HSL | 277.71º | 0.26% | 0.26% | - |
| HSV(B) | 277.71º | 0.42% | 0.33% | - |
| XYZ | 5.3 | 4.18 | 8.91 | - |
| YUV | 59.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 84 | 0.15 | 0.42 | 0 | 0.67 | 277.71 | 0.26 | 0.26 |
| Hex | 47 | 31 | 54 | F | 2A | 0 | 43 | 116 | 1A | 1A |
| Octal | 107 | 61 | 124 | 17 | 52 | 0 | 103 | 426 | 32 | 32 |
| Binary | 1000111 | 110001 | 1010100 | 1111 | 101010 | 0 | 1000011 | 100010110 | 11010 | 11010 |
Color Harmonies of #473154
Complementary color
Monochromatic Colors of #473154
Black with #473154
Text Example
Text Example
White with #473154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473154; }
p { color: rgb(71,49,84); }
H1.HeaderClassName
{
color: #473154;
}
.AnyTagClassName
{
color: #473154;
}
</style>
background-color css
<style>
a { background-color: #473154; }
a { background-color: rgb(71,49,84); }
div.DivClassName
{
background-color: #473154;
}
.BgClassName
{
background-color: #473154;
}
</style>
border-color css
<style>
span { border-color: #473154; }
span { border-color: rgb(71,49,84); }
td.TdClassName
{
border-color: #473154;
}
.TagClassName
{
border-color: #473154;
}
</style>