Shades of Scarlet Gum #481C59
Tints of Scarlet Gum #481C59
RGB
CMYK
RGB Variations
Color information
#481C59 (or 0x481C59) is known color: Scarlet Gum. HEX triplet: 48, 1C and 59. RGB value is (72,28,89). Sum of RGB (Red+Green+Blue) = 72+28+89=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #481C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C59 is #B7E3A6. Grayscale: #2F2F2F. Windows color (decimal): -12051367 or 5839944. OLE color: 5839944.
HSL color Cylindrical-coordinate representation of color #481C59: hue angle of 283.28º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481C59 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 28 | 89 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.65 |
| HSL | 283.28º | 0.52% | 0.23% | - |
| HSV(B) | 283.28º | 0.69% | 0.35% | - |
| XYZ | 4.89 | 2.93 | 9.76 | - |
| YUV | 48.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 89 | 0.19 | 0.69 | 0 | 0.65 | 283.28 | 0.52 | 0.23 |
| Hex | 48 | 1C | 59 | 13 | 45 | 0 | 41 | 11B | 34 | 17 |
| Octal | 110 | 34 | 131 | 23 | 105 | 0 | 101 | 433 | 64 | 27 |
| Binary | 1001000 | 11100 | 1011001 | 10011 | 1000101 | 0 | 1000001 | 100011011 | 110100 | 10111 |
Color Harmonies of #481C59
Complementary color
Monochromatic Colors of #481C59
Black with #481C59
Text Example
Text Example
White with #481C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C59; }
p { color: rgb(72,28,89); }
H1.HeaderClassName
{
color: #481C59;
}
.AnyTagClassName
{
color: #481C59;
}
</style>
background-color css
<style>
a { background-color: #481C59; }
a { background-color: rgb(72,28,89); }
div.DivClassName
{
background-color: #481C59;
}
.BgClassName
{
background-color: #481C59;
}
</style>
border-color css
<style>
span { border-color: #481C59; }
span { border-color: rgb(72,28,89); }
td.TdClassName
{
border-color: #481C59;
}
.TagClassName
{
border-color: #481C59;
}
</style>