Shades of Scarlet Gum #481661
Tints of Scarlet Gum #481661
RGB
CMYK
RGB Variations
Color information
#481661 (or 0x481661) is known color: Scarlet Gum. HEX triplet: 48, 16 and 61. RGB value is (72,22,97). Sum of RGB (Red+Green+Blue) = 72+22+97=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #481661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481661 is #B7E99E. Grayscale: #2D2D2D. Windows color (decimal): -12052895 or 6362696. OLE color: 6362696.
HSL color Cylindrical-coordinate representation of color #481661: hue angle of 280º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481661 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 22 | 97 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.62 |
| HSL | 280º | 0.63% | 0.23% | - |
| HSV(B) | 280º | 0.77% | 0.38% | - |
| XYZ | 5.12 | 2.81 | 11.58 | - |
| YUV | 45.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 97 | 0.26 | 0.77 | 0 | 0.62 | 280 | 0.63 | 0.23 |
| Hex | 48 | 16 | 61 | 1A | 4D | 0 | 3E | 118 | 3F | 17 |
| Octal | 110 | 26 | 141 | 32 | 115 | 0 | 76 | 430 | 77 | 27 |
| Binary | 1001000 | 10110 | 1100001 | 11010 | 1001101 | 0 | 111110 | 100011000 | 111111 | 10111 |
Color Harmonies of #481661
Complementary color
Monochromatic Colors of #481661
Black with #481661
Text Example
Text Example
White with #481661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481661; }
p { color: rgb(72,22,97); }
H1.HeaderClassName
{
color: #481661;
}
.AnyTagClassName
{
color: #481661;
}
</style>
background-color css
<style>
a { background-color: #481661; }
a { background-color: rgb(72,22,97); }
div.DivClassName
{
background-color: #481661;
}
.BgClassName
{
background-color: #481661;
}
</style>
border-color css
<style>
span { border-color: #481661; }
span { border-color: rgb(72,22,97); }
td.TdClassName
{
border-color: #481661;
}
.TagClassName
{
border-color: #481661;
}
</style>