Shades of Scarlet Gum #493359
Tints of Scarlet Gum #493359
RGB
CMYK
RGB Variations
Color information
#493359 (or 0x493359) is known color: Scarlet Gum. HEX triplet: 49, 33 and 59. RGB value is (73,51,89). Sum of RGB (Red+Green+Blue) = 73+51+89=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #493359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493359 is #B6CCA6. Grayscale: #3D3D3D. Windows color (decimal): -11979943 or 5845833. OLE color: 5845833.
HSL color Cylindrical-coordinate representation of color #493359: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493359 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 51 | 89 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.65 |
| HSL | 274.74º | 0.27% | 0.27% | - |
| HSV(B) | 274.74º | 0.43% | 0.35% | - |
| XYZ | 5.73 | 4.51 | 10.02 | - |
| YUV | 61.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 89 | 0.18 | 0.43 | 0 | 0.65 | 274.74 | 0.27 | 0.27 |
| Hex | 49 | 33 | 59 | 12 | 2B | 0 | 41 | 113 | 1B | 1B |
| Octal | 111 | 63 | 131 | 22 | 53 | 0 | 101 | 423 | 33 | 33 |
| Binary | 1001001 | 110011 | 1011001 | 10010 | 101011 | 0 | 1000001 | 100010011 | 11011 | 11011 |
Color Harmonies of #493359
Complementary color
Monochromatic Colors of #493359
Black with #493359
Text Example
Text Example
White with #493359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493359; }
p { color: rgb(73,51,89); }
H1.HeaderClassName
{
color: #493359;
}
.AnyTagClassName
{
color: #493359;
}
</style>
background-color css
<style>
a { background-color: #493359; }
a { background-color: rgb(73,51,89); }
div.DivClassName
{
background-color: #493359;
}
.BgClassName
{
background-color: #493359;
}
</style>
border-color css
<style>
span { border-color: #493359; }
span { border-color: rgb(73,51,89); }
td.TdClassName
{
border-color: #493359;
}
.TagClassName
{
border-color: #493359;
}
</style>