Shades of Scarlet Gum #491A67
Tints of Scarlet Gum #491A67
RGB
CMYK
RGB Variations
Color information
#491A67 (or 0x491A67) is known color: Scarlet Gum. HEX triplet: 49, 1A and 67. RGB value is (73,26,103). Sum of RGB (Red+Green+Blue) = 73+26+103=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #491A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A67 is #B6E598. Grayscale: #303030. Windows color (decimal): -11986329 or 6756937. OLE color: 6756937.
HSL color Cylindrical-coordinate representation of color #491A67: hue angle of 276.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491A67 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 26 | 103 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.60 |
| HSL | 276.62º | 0.6% | 0.25% | - |
| HSV(B) | 276.62º | 0.75% | 0.4% | - |
| XYZ | 5.57 | 3.13 | 13.14 | - |
| YUV | 48.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 103 | 0.29 | 0.75 | 0 | 0.60 | 276.62 | 0.6 | 0.25 |
| Hex | 49 | 1A | 67 | 1D | 4B | 0 | 3C | 115 | 3C | 19 |
| Octal | 111 | 32 | 147 | 35 | 113 | 0 | 74 | 425 | 74 | 31 |
| Binary | 1001001 | 11010 | 1100111 | 11101 | 1001011 | 0 | 111100 | 100010101 | 111100 | 11001 |
Color Harmonies of #491A67
Complementary color
Monochromatic Colors of #491A67
Black with #491A67
Text Example
Text Example
White with #491A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A67; }
p { color: rgb(73,26,103); }
H1.HeaderClassName
{
color: #491A67;
}
.AnyTagClassName
{
color: #491A67;
}
</style>
background-color css
<style>
a { background-color: #491A67; }
a { background-color: rgb(73,26,103); }
div.DivClassName
{
background-color: #491A67;
}
.BgClassName
{
background-color: #491A67;
}
</style>
border-color css
<style>
span { border-color: #491A67; }
span { border-color: rgb(73,26,103); }
td.TdClassName
{
border-color: #491A67;
}
.TagClassName
{
border-color: #491A67;
}
</style>