Shades of Scarlet Gum #481462
Tints of Scarlet Gum #481462
RGB
CMYK
RGB Variations
Color information
#481462 (or 0x481462) is known color: Scarlet Gum. HEX triplet: 48, 14 and 62. RGB value is (72,20,98). Sum of RGB (Red+Green+Blue) = 72+20+98=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #481462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481462 is #B7EB9D. Grayscale: #2C2C2C. Windows color (decimal): -12053406 or 6427720. OLE color: 6427720.
HSL color Cylindrical-coordinate representation of color #481462: hue angle of 280º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481462 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 20 | 98 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.62 |
| HSL | 280º | 0.66% | 0.23% | - |
| HSV(B) | 280º | 0.8% | 0.38% | - |
| XYZ | 5.13 | 2.76 | 11.82 | - |
| YUV | 44.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 98 | 0.27 | 0.80 | 0 | 0.62 | 280 | 0.66 | 0.23 |
| Hex | 48 | 14 | 62 | 1B | 50 | 0 | 3E | 118 | 42 | 17 |
| Octal | 110 | 24 | 142 | 33 | 120 | 0 | 76 | 430 | 102 | 27 |
| Binary | 1001000 | 10100 | 1100010 | 11011 | 1010000 | 0 | 111110 | 100011000 | 1000010 | 10111 |
Color Harmonies of #481462
Complementary color
Monochromatic Colors of #481462
Black with #481462
Text Example
Text Example
White with #481462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481462; }
p { color: rgb(72,20,98); }
H1.HeaderClassName
{
color: #481462;
}
.AnyTagClassName
{
color: #481462;
}
</style>
background-color css
<style>
a { background-color: #481462; }
a { background-color: rgb(72,20,98); }
div.DivClassName
{
background-color: #481462;
}
.BgClassName
{
background-color: #481462;
}
</style>
border-color css
<style>
span { border-color: #481462; }
span { border-color: rgb(72,20,98); }
td.TdClassName
{
border-color: #481462;
}
.TagClassName
{
border-color: #481462;
}
</style>