Shades of Scarlet Gum #481355
Tints of Scarlet Gum #481355
RGB
CMYK
RGB Variations
Color information
#481355 (or 0x481355) is known color: Scarlet Gum. HEX triplet: 48, 13 and 55. RGB value is (72,19,85). Sum of RGB (Red+Green+Blue) = 72+19+85=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #481355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481355 is #B7ECAA. Grayscale: #2A2A2A. Windows color (decimal): -12053675 or 5575496. OLE color: 5575496.
HSL color Cylindrical-coordinate representation of color #481355: hue angle of 288.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481355 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 19 | 85 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.67 |
| HSL | 288.18º | 0.63% | 0.2% | - |
| HSV(B) | 288.18º | 0.78% | 0.33% | - |
| XYZ | 4.55 | 2.5 | 8.84 | - |
| YUV | 42.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 85 | 0.15 | 0.78 | 0 | 0.67 | 288.18 | 0.63 | 0.2 |
| Hex | 48 | 13 | 55 | F | 4E | 0 | 43 | 120 | 3F | 14 |
| Octal | 110 | 23 | 125 | 17 | 116 | 0 | 103 | 440 | 77 | 24 |
| Binary | 1001000 | 10011 | 1010101 | 1111 | 1001110 | 0 | 1000011 | 100100000 | 111111 | 10100 |
Color Harmonies of #481355
Complementary color
Monochromatic Colors of #481355
Black with #481355
Text Example
Text Example
White with #481355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481355; }
p { color: rgb(72,19,85); }
H1.HeaderClassName
{
color: #481355;
}
.AnyTagClassName
{
color: #481355;
}
</style>
background-color css
<style>
a { background-color: #481355; }
a { background-color: rgb(72,19,85); }
div.DivClassName
{
background-color: #481355;
}
.BgClassName
{
background-color: #481355;
}
</style>
border-color css
<style>
span { border-color: #481355; }
span { border-color: rgb(72,19,85); }
td.TdClassName
{
border-color: #481355;
}
.TagClassName
{
border-color: #481355;
}
</style>