Shades of Scarlet Gum #481363
Tints of Scarlet Gum #481363
RGB
CMYK
RGB Variations
Color information
#481363 (or 0x481363) is known color: Scarlet Gum. HEX triplet: 48, 13 and 63. RGB value is (72,19,99). Sum of RGB (Red+Green+Blue) = 72+19+99=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #481363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481363 is #B7EC9C. Grayscale: #2B2B2B. Windows color (decimal): -12053661 or 6493000. OLE color: 6493000.
HSL color Cylindrical-coordinate representation of color #481363: hue angle of 279.75º 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 #481363 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 19 | 99 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.61 |
| HSL | 279.75º | 0.68% | 0.23% | - |
| HSV(B) | 279.75º | 0.81% | 0.39% | - |
| XYZ | 5.16 | 2.74 | 12.06 | - |
| YUV | 43.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 99 | 0.27 | 0.81 | 0 | 0.61 | 279.75 | 0.68 | 0.23 |
| Hex | 48 | 13 | 63 | 1B | 51 | 0 | 3D | 118 | 44 | 17 |
| Octal | 110 | 23 | 143 | 33 | 121 | 0 | 75 | 430 | 104 | 27 |
| Binary | 1001000 | 10011 | 1100011 | 11011 | 1010001 | 0 | 111101 | 100011000 | 1000100 | 10111 |
Color Harmonies of #481363
Complementary color
Monochromatic Colors of #481363
Black with #481363
Text Example
Text Example
White with #481363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481363; }
p { color: rgb(72,19,99); }
H1.HeaderClassName
{
color: #481363;
}
.AnyTagClassName
{
color: #481363;
}
</style>
background-color css
<style>
a { background-color: #481363; }
a { background-color: rgb(72,19,99); }
div.DivClassName
{
background-color: #481363;
}
.BgClassName
{
background-color: #481363;
}
</style>
border-color css
<style>
span { border-color: #481363; }
span { border-color: rgb(72,19,99); }
td.TdClassName
{
border-color: #481363;
}
.TagClassName
{
border-color: #481363;
}
</style>