Shades of Scarlet Gum #492363
Tints of Scarlet Gum #492363
RGB
CMYK
RGB Variations
Color information
#492363 (or 0x492363) is known color: Scarlet Gum. HEX triplet: 49, 23 and 63. RGB value is (73,35,99). Sum of RGB (Red+Green+Blue) = 73+35+99=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #492363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492363 is #B6DC9C. Grayscale: #353535. Windows color (decimal): -11984029 or 6497097. OLE color: 6497097.
HSL color Cylindrical-coordinate representation of color #492363: hue angle of 275.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492363 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 35 | 99 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.61 |
| HSL | 275.63º | 0.48% | 0.26% | - |
| HSV(B) | 275.63º | 0.65% | 0.39% | - |
| XYZ | 5.6 | 3.52 | 12.19 | - |
| YUV | 53.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 99 | 0.26 | 0.65 | 0 | 0.61 | 275.63 | 0.48 | 0.26 |
| Hex | 49 | 23 | 63 | 1A | 41 | 0 | 3D | 114 | 30 | 1A |
| Octal | 111 | 43 | 143 | 32 | 101 | 0 | 75 | 424 | 60 | 32 |
| Binary | 1001001 | 100011 | 1100011 | 11010 | 1000001 | 0 | 111101 | 100010100 | 110000 | 11010 |
Color Harmonies of #492363
Complementary color
Monochromatic Colors of #492363
Black with #492363
Text Example
Text Example
White with #492363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492363; }
p { color: rgb(73,35,99); }
H1.HeaderClassName
{
color: #492363;
}
.AnyTagClassName
{
color: #492363;
}
</style>
background-color css
<style>
a { background-color: #492363; }
a { background-color: rgb(73,35,99); }
div.DivClassName
{
background-color: #492363;
}
.BgClassName
{
background-color: #492363;
}
</style>
border-color css
<style>
span { border-color: #492363; }
span { border-color: rgb(73,35,99); }
td.TdClassName
{
border-color: #492363;
}
.TagClassName
{
border-color: #492363;
}
</style>