Shades of Scarlet Gum #491364
Tints of Scarlet Gum #491364
RGB
CMYK
RGB Variations
Color information
#491364 (or 0x491364) is known color: Scarlet Gum. HEX triplet: 49, 13 and 64. RGB value is (73,19,100). Sum of RGB (Red+Green+Blue) = 73+19+100=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #491364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491364 is #B6EC9B. Grayscale: #2C2C2C. Windows color (decimal): -11988124 or 6558537. OLE color: 6558537.
HSL color Cylindrical-coordinate representation of color #491364: hue angle of 280º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491364 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 19 | 100 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.61 |
| HSL | 280º | 0.68% | 0.23% | - |
| HSV(B) | 280º | 0.81% | 0.39% | - |
| XYZ | 5.28 | 2.8 | 12.32 | - |
| YUV | 44.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 100 | 0.27 | 0.81 | 0 | 0.61 | 280 | 0.68 | 0.23 |
| Hex | 49 | 13 | 64 | 1B | 51 | 0 | 3D | 118 | 44 | 17 |
| Octal | 111 | 23 | 144 | 33 | 121 | 0 | 75 | 430 | 104 | 27 |
| Binary | 1001001 | 10011 | 1100100 | 11011 | 1010001 | 0 | 111101 | 100011000 | 1000100 | 10111 |
Color Harmonies of #491364
Complementary color
Monochromatic Colors of #491364
Black with #491364
Text Example
Text Example
White with #491364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491364; }
p { color: rgb(73,19,100); }
H1.HeaderClassName
{
color: #491364;
}
.AnyTagClassName
{
color: #491364;
}
</style>
background-color css
<style>
a { background-color: #491364; }
a { background-color: rgb(73,19,100); }
div.DivClassName
{
background-color: #491364;
}
.BgClassName
{
background-color: #491364;
}
</style>
border-color css
<style>
span { border-color: #491364; }
span { border-color: rgb(73,19,100); }
td.TdClassName
{
border-color: #491364;
}
.TagClassName
{
border-color: #491364;
}
</style>