Shades of Scarlet Gum #473353
Tints of Scarlet Gum #473353
RGB
CMYK
RGB Variations
Color information
#473353 (or 0x473353) is known color: Scarlet Gum. HEX triplet: 47, 33 and 53. RGB value is (71,51,83). Sum of RGB (Red+Green+Blue) = 71+51+83=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #473353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473353 is #B8CCAC. Grayscale: #3C3C3C. Windows color (decimal): -12111021 or 5452615. OLE color: 5452615.
HSL color Cylindrical-coordinate representation of color #473353: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473353 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 51 | 83 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.67 |
| HSL | 277.5º | 0.24% | 0.26% | - |
| HSV(B) | 277.5º | 0.39% | 0.33% | - |
| XYZ | 5.34 | 4.33 | 8.74 | - |
| YUV | 60.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 83 | 0.14 | 0.39 | 0 | 0.67 | 277.5 | 0.24 | 0.26 |
| Hex | 47 | 33 | 53 | E | 27 | 0 | 43 | 116 | 18 | 1A |
| Octal | 107 | 63 | 123 | 16 | 47 | 0 | 103 | 426 | 30 | 32 |
| Binary | 1000111 | 110011 | 1010011 | 1110 | 100111 | 0 | 1000011 | 100010110 | 11000 | 11010 |
Color Harmonies of #473353
Complementary color
Monochromatic Colors of #473353
Black with #473353
Text Example
Text Example
White with #473353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473353; }
p { color: rgb(71,51,83); }
H1.HeaderClassName
{
color: #473353;
}
.AnyTagClassName
{
color: #473353;
}
</style>
background-color css
<style>
a { background-color: #473353; }
a { background-color: rgb(71,51,83); }
div.DivClassName
{
background-color: #473353;
}
.BgClassName
{
background-color: #473353;
}
</style>
border-color css
<style>
span { border-color: #473353; }
span { border-color: rgb(71,51,83); }
td.TdClassName
{
border-color: #473353;
}
.TagClassName
{
border-color: #473353;
}
</style>