Shades of Scarlet Gum #493C51
Tints of Scarlet Gum #493C51
RGB
CMYK
RGB Variations
Color information
#493C51 (or 0x493C51) is known color: Scarlet Gum. HEX triplet: 49, 3C and 51. RGB value is (73,60,81). Sum of RGB (Red+Green+Blue) = 73+60+81=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #493C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C51 is #B6C3AE. Grayscale: #424242. Windows color (decimal): -11977647 or 5323849. OLE color: 5323849.
HSL color Cylindrical-coordinate representation of color #493C51: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493C51 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 60 | 81 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.68 |
| HSL | 277.14º | 0.15% | 0.28% | - |
| HSV(B) | 277.14º | 0.26% | 0.32% | - |
| XYZ | 5.85 | 5.24 | 8.49 | - |
| YUV | 66.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 81 | 0.10 | 0.26 | 0 | 0.68 | 277.14 | 0.15 | 0.28 |
| Hex | 49 | 3C | 51 | A | 1A | 0 | 44 | 115 | F | 1C |
| Octal | 111 | 74 | 121 | 12 | 32 | 0 | 104 | 425 | 17 | 34 |
| Binary | 1001001 | 111100 | 1010001 | 1010 | 11010 | 0 | 1000100 | 100010101 | 1111 | 11100 |
Color Harmonies of #493C51
Complementary color
Monochromatic Colors of #493C51
Black with #493C51
Text Example
Text Example
White with #493C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C51; }
p { color: rgb(73,60,81); }
H1.HeaderClassName
{
color: #493C51;
}
.AnyTagClassName
{
color: #493C51;
}
</style>
background-color css
<style>
a { background-color: #493C51; }
a { background-color: rgb(73,60,81); }
div.DivClassName
{
background-color: #493C51;
}
.BgClassName
{
background-color: #493C51;
}
</style>
border-color css
<style>
span { border-color: #493C51; }
span { border-color: rgb(73,60,81); }
td.TdClassName
{
border-color: #493C51;
}
.TagClassName
{
border-color: #493C51;
}
</style>