Shades of Scarlet Gum #481C57
Tints of Scarlet Gum #481C57
RGB
CMYK
RGB Variations
Color information
#481C57 (or 0x481C57) is known color: Scarlet Gum. HEX triplet: 48, 1C and 57. RGB value is (72,28,87). Sum of RGB (Red+Green+Blue) = 72+28+87=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #481C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C57 is #B7E3A8. Grayscale: #2F2F2F. Windows color (decimal): -12051369 or 5708872. OLE color: 5708872.
HSL color Cylindrical-coordinate representation of color #481C57: hue angle of 284.75º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481C57 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 28 | 87 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.66 |
| HSL | 284.75º | 0.51% | 0.23% | - |
| HSV(B) | 284.75º | 0.68% | 0.34% | - |
| XYZ | 4.81 | 2.9 | 9.32 | - |
| YUV | 47.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 87 | 0.17 | 0.68 | 0 | 0.66 | 284.75 | 0.51 | 0.23 |
| Hex | 48 | 1C | 57 | 11 | 44 | 0 | 42 | 11D | 33 | 17 |
| Octal | 110 | 34 | 127 | 21 | 104 | 0 | 102 | 435 | 63 | 27 |
| Binary | 1001000 | 11100 | 1010111 | 10001 | 1000100 | 0 | 1000010 | 100011101 | 110011 | 10111 |
Color Harmonies of #481C57
Complementary color
Monochromatic Colors of #481C57
Black with #481C57
Text Example
Text Example
White with #481C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C57; }
p { color: rgb(72,28,87); }
H1.HeaderClassName
{
color: #481C57;
}
.AnyTagClassName
{
color: #481C57;
}
</style>
background-color css
<style>
a { background-color: #481C57; }
a { background-color: rgb(72,28,87); }
div.DivClassName
{
background-color: #481C57;
}
.BgClassName
{
background-color: #481C57;
}
</style>
border-color css
<style>
span { border-color: #481C57; }
span { border-color: rgb(72,28,87); }
td.TdClassName
{
border-color: #481C57;
}
.TagClassName
{
border-color: #481C57;
}
</style>