Shades of Scarlet Gum #492163
Tints of Scarlet Gum #492163
RGB
CMYK
RGB Variations
Color information
#492163 (or 0x492163) is known color: Scarlet Gum. HEX triplet: 49, 21 and 63. RGB value is (73,33,99). Sum of RGB (Red+Green+Blue) = 73+33+99=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #492163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492163 is #B6DE9C. Grayscale: #343434. Windows color (decimal): -11984541 or 6496585. OLE color: 6496585.
HSL color Cylindrical-coordinate representation of color #492163: hue angle of 276.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492163 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 33 | 99 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.61 |
| HSL | 276.36º | 0.5% | 0.26% | - |
| HSV(B) | 276.36º | 0.67% | 0.39% | - |
| XYZ | 5.54 | 3.41 | 12.17 | - |
| YUV | 52.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 99 | 0.26 | 0.67 | 0 | 0.61 | 276.36 | 0.5 | 0.26 |
| Hex | 49 | 21 | 63 | 1A | 43 | 0 | 3D | 114 | 32 | 1A |
| Octal | 111 | 41 | 143 | 32 | 103 | 0 | 75 | 424 | 62 | 32 |
| Binary | 1001001 | 100001 | 1100011 | 11010 | 1000011 | 0 | 111101 | 100010100 | 110010 | 11010 |
Color Harmonies of #492163
Complementary color
Monochromatic Colors of #492163
Black with #492163
Text Example
Text Example
White with #492163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492163; }
p { color: rgb(73,33,99); }
H1.HeaderClassName
{
color: #492163;
}
.AnyTagClassName
{
color: #492163;
}
</style>
background-color css
<style>
a { background-color: #492163; }
a { background-color: rgb(73,33,99); }
div.DivClassName
{
background-color: #492163;
}
.BgClassName
{
background-color: #492163;
}
</style>
border-color css
<style>
span { border-color: #492163; }
span { border-color: rgb(73,33,99); }
td.TdClassName
{
border-color: #492163;
}
.TagClassName
{
border-color: #492163;
}
</style>