Shades of Scarlet Gum #481A54
Tints of Scarlet Gum #481A54
RGB
CMYK
RGB Variations
Color information
#481A54 (or 0x481A54) is known color: Scarlet Gum. HEX triplet: 48, 1A and 54. RGB value is (72,26,84). Sum of RGB (Red+Green+Blue) = 72+26+84=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #481A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A54 is #B7E5AB. Grayscale: #2E2E2E. Windows color (decimal): -12051884 or 5511752. OLE color: 5511752.
HSL color Cylindrical-coordinate representation of color #481A54: hue angle of 287.59º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481A54 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 26 | 84 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.67 |
| HSL | 287.59º | 0.53% | 0.22% | - |
| HSV(B) | 287.59º | 0.69% | 0.33% | - |
| XYZ | 4.64 | 2.76 | 8.67 | - |
| YUV | 46.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 84 | 0.14 | 0.69 | 0 | 0.67 | 287.59 | 0.53 | 0.22 |
| Hex | 48 | 1A | 54 | E | 45 | 0 | 43 | 120 | 35 | 16 |
| Octal | 110 | 32 | 124 | 16 | 105 | 0 | 103 | 440 | 65 | 26 |
| Binary | 1001000 | 11010 | 1010100 | 1110 | 1000101 | 0 | 1000011 | 100100000 | 110101 | 10110 |
Color Harmonies of #481A54
Complementary color
Monochromatic Colors of #481A54
Black with #481A54
Text Example
Text Example
White with #481A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A54; }
p { color: rgb(72,26,84); }
H1.HeaderClassName
{
color: #481A54;
}
.AnyTagClassName
{
color: #481A54;
}
</style>
background-color css
<style>
a { background-color: #481A54; }
a { background-color: rgb(72,26,84); }
div.DivClassName
{
background-color: #481A54;
}
.BgClassName
{
background-color: #481A54;
}
</style>
border-color css
<style>
span { border-color: #481A54; }
span { border-color: rgb(72,26,84); }
td.TdClassName
{
border-color: #481A54;
}
.TagClassName
{
border-color: #481A54;
}
</style>