Shades of Scarlet Gum #493C52
Tints of Scarlet Gum #493C52
RGB
CMYK
RGB Variations
Color information
#493C52 (or 0x493C52) is known color: Scarlet Gum. HEX triplet: 49, 3C and 52. RGB value is (73,60,82). Sum of RGB (Red+Green+Blue) = 73+60+82=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #493C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C52 is #B6C3AD. Grayscale: #424242. Windows color (decimal): -11977646 or 5389385. OLE color: 5389385.
HSL color Cylindrical-coordinate representation of color #493C52: hue angle of 275.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493C52 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 60 | 82 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.68 |
| HSL | 275.45º | 0.15% | 0.28% | - |
| HSV(B) | 275.45º | 0.27% | 0.32% | - |
| XYZ | 5.89 | 5.26 | 8.69 | - |
| YUV | 66.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 82 | 0.11 | 0.27 | 0 | 0.68 | 275.45 | 0.15 | 0.28 |
| Hex | 49 | 3C | 52 | B | 1B | 0 | 44 | 113 | F | 1C |
| Octal | 111 | 74 | 122 | 13 | 33 | 0 | 104 | 423 | 17 | 34 |
| Binary | 1001001 | 111100 | 1010010 | 1011 | 11011 | 0 | 1000100 | 100010011 | 1111 | 11100 |
Color Harmonies of #493C52
Complementary color
Monochromatic Colors of #493C52
Black with #493C52
Text Example
Text Example
White with #493C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C52; }
p { color: rgb(73,60,82); }
H1.HeaderClassName
{
color: #493C52;
}
.AnyTagClassName
{
color: #493C52;
}
</style>
background-color css
<style>
a { background-color: #493C52; }
a { background-color: rgb(73,60,82); }
div.DivClassName
{
background-color: #493C52;
}
.BgClassName
{
background-color: #493C52;
}
</style>
border-color css
<style>
span { border-color: #493C52; }
span { border-color: rgb(73,60,82); }
td.TdClassName
{
border-color: #493C52;
}
.TagClassName
{
border-color: #493C52;
}
</style>