Shades of Scarlet Gum #491C61
Tints of Scarlet Gum #491C61
RGB
CMYK
RGB Variations
Color information
#491C61 (or 0x491C61) is known color: Scarlet Gum. HEX triplet: 49, 1C and 61. RGB value is (73,28,97). Sum of RGB (Red+Green+Blue) = 73+28+97=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #491C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C61 is #B6E39E. Grayscale: #313131. Windows color (decimal): -11985823 or 6364233. OLE color: 6364233.
HSL color Cylindrical-coordinate representation of color #491C61: hue angle of 279.13º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491C61 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 28 | 97 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.62 |
| HSL | 279.13º | 0.55% | 0.25% | - |
| HSV(B) | 279.13º | 0.71% | 0.38% | - |
| XYZ | 5.32 | 3.11 | 11.63 | - |
| YUV | 49.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 97 | 0.25 | 0.71 | 0 | 0.62 | 279.13 | 0.55 | 0.25 |
| Hex | 49 | 1C | 61 | 19 | 47 | 0 | 3E | 117 | 37 | 19 |
| Octal | 111 | 34 | 141 | 31 | 107 | 0 | 76 | 427 | 67 | 31 |
| Binary | 1001001 | 11100 | 1100001 | 11001 | 1000111 | 0 | 111110 | 100010111 | 110111 | 11001 |
Color Harmonies of #491C61
Complementary color
Monochromatic Colors of #491C61
Black with #491C61
Text Example
Text Example
White with #491C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C61; }
p { color: rgb(73,28,97); }
H1.HeaderClassName
{
color: #491C61;
}
.AnyTagClassName
{
color: #491C61;
}
</style>
background-color css
<style>
a { background-color: #491C61; }
a { background-color: rgb(73,28,97); }
div.DivClassName
{
background-color: #491C61;
}
.BgClassName
{
background-color: #491C61;
}
</style>
border-color css
<style>
span { border-color: #491C61; }
span { border-color: rgb(73,28,97); }
td.TdClassName
{
border-color: #491C61;
}
.TagClassName
{
border-color: #491C61;
}
</style>