Shades of Scarlet Gum #491C67
Tints of Scarlet Gum #491C67
RGB
CMYK
RGB Variations
Color information
#491C67 (or 0x491C67) is known color: Scarlet Gum. HEX triplet: 49, 1C and 67. RGB value is (73,28,103). Sum of RGB (Red+Green+Blue) = 73+28+103=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #491C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C67 is #B6E398. Grayscale: #313131. Windows color (decimal): -11985817 or 6757449. OLE color: 6757449.
HSL color Cylindrical-coordinate representation of color #491C67: hue angle of 276º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491C67 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 28 | 103 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.60 |
| HSL | 276º | 0.57% | 0.26% | - |
| HSV(B) | 276º | 0.73% | 0.4% | - |
| XYZ | 5.61 | 3.23 | 13.16 | - |
| YUV | 50.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 103 | 0.29 | 0.73 | 0 | 0.60 | 276 | 0.57 | 0.26 |
| Hex | 49 | 1C | 67 | 1D | 49 | 0 | 3C | 114 | 39 | 1A |
| Octal | 111 | 34 | 147 | 35 | 111 | 0 | 74 | 424 | 71 | 32 |
| Binary | 1001001 | 11100 | 1100111 | 11101 | 1001001 | 0 | 111100 | 100010100 | 111001 | 11010 |
Color Harmonies of #491C67
Complementary color
Monochromatic Colors of #491C67
Black with #491C67
Text Example
Text Example
White with #491C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C67; }
p { color: rgb(73,28,103); }
H1.HeaderClassName
{
color: #491C67;
}
.AnyTagClassName
{
color: #491C67;
}
</style>
background-color css
<style>
a { background-color: #491C67; }
a { background-color: rgb(73,28,103); }
div.DivClassName
{
background-color: #491C67;
}
.BgClassName
{
background-color: #491C67;
}
</style>
border-color css
<style>
span { border-color: #491C67; }
span { border-color: rgb(73,28,103); }
td.TdClassName
{
border-color: #491C67;
}
.TagClassName
{
border-color: #491C67;
}
</style>