Shades of Scarlet Gum #491A62
Tints of Scarlet Gum #491A62
RGB
CMYK
RGB Variations
Color information
#491A62 (or 0x491A62) is known color: Scarlet Gum. HEX triplet: 49, 1A and 62. RGB value is (73,26,98). Sum of RGB (Red+Green+Blue) = 73+26+98=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #491A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A62 is #B6E59D. Grayscale: #303030. Windows color (decimal): -11986334 or 6429257. OLE color: 6429257.
HSL color Cylindrical-coordinate representation of color #491A62: hue angle of 279.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491A62 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 26 | 98 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.62 |
| HSL | 279.17º | 0.58% | 0.24% | - |
| HSV(B) | 279.17º | 0.73% | 0.38% | - |
| XYZ | 5.32 | 3.04 | 11.86 | - |
| YUV | 48.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 98 | 0.26 | 0.73 | 0 | 0.62 | 279.17 | 0.58 | 0.24 |
| Hex | 49 | 1A | 62 | 1A | 49 | 0 | 3E | 117 | 3A | 18 |
| Octal | 111 | 32 | 142 | 32 | 111 | 0 | 76 | 427 | 72 | 30 |
| Binary | 1001001 | 11010 | 1100010 | 11010 | 1001001 | 0 | 111110 | 100010111 | 111010 | 11000 |
Color Harmonies of #491A62
Complementary color
Monochromatic Colors of #491A62
Black with #491A62
Text Example
Text Example
White with #491A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A62; }
p { color: rgb(73,26,98); }
H1.HeaderClassName
{
color: #491A62;
}
.AnyTagClassName
{
color: #491A62;
}
</style>
background-color css
<style>
a { background-color: #491A62; }
a { background-color: rgb(73,26,98); }
div.DivClassName
{
background-color: #491A62;
}
.BgClassName
{
background-color: #491A62;
}
</style>
border-color css
<style>
span { border-color: #491A62; }
span { border-color: rgb(73,26,98); }
td.TdClassName
{
border-color: #491A62;
}
.TagClassName
{
border-color: #491A62;
}
</style>