Shades of Scarlet Gum #481954
Tints of Scarlet Gum #481954
RGB
CMYK
RGB Variations
Color information
#481954 (or 0x481954) is known color: Scarlet Gum. HEX triplet: 48, 19 and 54. RGB value is (72,25,84). Sum of RGB (Red+Green+Blue) = 72+25+84=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #481954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481954 is #B7E6AB. Grayscale: #2D2D2D. Windows color (decimal): -12052140 or 5511496. OLE color: 5511496.
HSL color Cylindrical-coordinate representation of color #481954: hue angle of 287.8º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #481954 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 25 | 84 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.67 |
| HSL | 287.8º | 0.54% | 0.21% | - |
| HSV(B) | 287.8º | 0.7% | 0.33% | - |
| XYZ | 4.62 | 2.71 | 8.67 | - |
| YUV | 45.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 84 | 0.14 | 0.70 | 0 | 0.67 | 287.8 | 0.54 | 0.21 |
| Hex | 48 | 19 | 54 | E | 46 | 0 | 43 | 120 | 36 | 15 |
| Octal | 110 | 31 | 124 | 16 | 106 | 0 | 103 | 440 | 66 | 25 |
| Binary | 1001000 | 11001 | 1010100 | 1110 | 1000110 | 0 | 1000011 | 100100000 | 110110 | 10101 |
Color Harmonies of #481954
Complementary color
Monochromatic Colors of #481954
Black with #481954
Text Example
Text Example
White with #481954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481954; }
p { color: rgb(72,25,84); }
H1.HeaderClassName
{
color: #481954;
}
.AnyTagClassName
{
color: #481954;
}
</style>
background-color css
<style>
a { background-color: #481954; }
a { background-color: rgb(72,25,84); }
div.DivClassName
{
background-color: #481954;
}
.BgClassName
{
background-color: #481954;
}
</style>
border-color css
<style>
span { border-color: #481954; }
span { border-color: rgb(72,25,84); }
td.TdClassName
{
border-color: #481954;
}
.TagClassName
{
border-color: #481954;
}
</style>