Shades of Scarlet Gum #481957
Tints of Scarlet Gum #481957
RGB
CMYK
RGB Variations
Color information
#481957 (or 0x481957) is known color: Scarlet Gum. HEX triplet: 48, 19 and 57. RGB value is (72,25,87). Sum of RGB (Red+Green+Blue) = 72+25+87=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #481957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481957 is #B7E6A8. Grayscale: #2D2D2D. Windows color (decimal): -12052137 or 5708104. OLE color: 5708104.
HSL color Cylindrical-coordinate representation of color #481957: hue angle of 285.48º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481957 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 25 | 87 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.66 |
| HSL | 285.48º | 0.55% | 0.22% | - |
| HSV(B) | 285.48º | 0.71% | 0.34% | - |
| XYZ | 4.74 | 2.76 | 9.3 | - |
| YUV | 46.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 87 | 0.17 | 0.71 | 0 | 0.66 | 285.48 | 0.55 | 0.22 |
| Hex | 48 | 19 | 57 | 11 | 47 | 0 | 42 | 11D | 37 | 16 |
| Octal | 110 | 31 | 127 | 21 | 107 | 0 | 102 | 435 | 67 | 26 |
| Binary | 1001000 | 11001 | 1010111 | 10001 | 1000111 | 0 | 1000010 | 100011101 | 110111 | 10110 |
Color Harmonies of #481957
Complementary color
Monochromatic Colors of #481957
Black with #481957
Text Example
Text Example
White with #481957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481957; }
p { color: rgb(72,25,87); }
H1.HeaderClassName
{
color: #481957;
}
.AnyTagClassName
{
color: #481957;
}
</style>
background-color css
<style>
a { background-color: #481957; }
a { background-color: rgb(72,25,87); }
div.DivClassName
{
background-color: #481957;
}
.BgClassName
{
background-color: #481957;
}
</style>
border-color css
<style>
span { border-color: #481957; }
span { border-color: rgb(72,25,87); }
td.TdClassName
{
border-color: #481957;
}
.TagClassName
{
border-color: #481957;
}
</style>