Shades of Scarlet Gum #481D56
Tints of Scarlet Gum #481D56
RGB
CMYK
RGB Variations
Color information
#481D56 (or 0x481D56) is known color: Scarlet Gum. HEX triplet: 48, 1D and 56. RGB value is (72,29,86). Sum of RGB (Red+Green+Blue) = 72+29+86=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #481D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D56 is #B7E2A9. Grayscale: #303030. Windows color (decimal): -12051114 or 5643592. OLE color: 5643592.
HSL color Cylindrical-coordinate representation of color #481D56: hue angle of 285.26º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #481D56 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 29 | 86 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.66 |
| HSL | 285.26º | 0.5% | 0.23% | - |
| HSV(B) | 285.26º | 0.66% | 0.34% | - |
| XYZ | 4.79 | 2.93 | 9.12 | - |
| YUV | 48.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 86 | 0.16 | 0.66 | 0 | 0.66 | 285.26 | 0.5 | 0.23 |
| Hex | 48 | 1D | 56 | 10 | 42 | 0 | 42 | 11D | 32 | 17 |
| Octal | 110 | 35 | 126 | 20 | 102 | 0 | 102 | 435 | 62 | 27 |
| Binary | 1001000 | 11101 | 1010110 | 10000 | 1000010 | 0 | 1000010 | 100011101 | 110010 | 10111 |
Color Harmonies of #481D56
Complementary color
Monochromatic Colors of #481D56
Black with #481D56
Text Example
Text Example
White with #481D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D56; }
p { color: rgb(72,29,86); }
H1.HeaderClassName
{
color: #481D56;
}
.AnyTagClassName
{
color: #481D56;
}
</style>
background-color css
<style>
a { background-color: #481D56; }
a { background-color: rgb(72,29,86); }
div.DivClassName
{
background-color: #481D56;
}
.BgClassName
{
background-color: #481D56;
}
</style>
border-color css
<style>
span { border-color: #481D56; }
span { border-color: rgb(72,29,86); }
td.TdClassName
{
border-color: #481D56;
}
.TagClassName
{
border-color: #481D56;
}
</style>