Shades of Scarlet Gum #481255
Tints of Scarlet Gum #481255
RGB
CMYK
RGB Variations
Color information
#481255 (or 0x481255) is known color: Scarlet Gum. HEX triplet: 48, 12 and 55. RGB value is (72,18,85). Sum of RGB (Red+Green+Blue) = 72+18+85=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #481255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481255 is #B7EDAA. Grayscale: #292929. Windows color (decimal): -12053931 or 5575240. OLE color: 5575240.
HSL color Cylindrical-coordinate representation of color #481255: hue angle of 288.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481255 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 18 | 85 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.67 |
| HSL | 288.36º | 0.65% | 0.2% | - |
| HSV(B) | 288.36º | 0.79% | 0.33% | - |
| XYZ | 4.53 | 2.47 | 8.83 | - |
| YUV | 41.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 85 | 0.15 | 0.79 | 0 | 0.67 | 288.36 | 0.65 | 0.2 |
| Hex | 48 | 12 | 55 | F | 4F | 0 | 43 | 120 | 41 | 14 |
| Octal | 110 | 22 | 125 | 17 | 117 | 0 | 103 | 440 | 101 | 24 |
| Binary | 1001000 | 10010 | 1010101 | 1111 | 1001111 | 0 | 1000011 | 100100000 | 1000001 | 10100 |
Color Harmonies of #481255
Complementary color
Monochromatic Colors of #481255
Black with #481255
Text Example
Text Example
White with #481255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481255; }
p { color: rgb(72,18,85); }
H1.HeaderClassName
{
color: #481255;
}
.AnyTagClassName
{
color: #481255;
}
</style>
background-color css
<style>
a { background-color: #481255; }
a { background-color: rgb(72,18,85); }
div.DivClassName
{
background-color: #481255;
}
.BgClassName
{
background-color: #481255;
}
</style>
border-color css
<style>
span { border-color: #481255; }
span { border-color: rgb(72,18,85); }
td.TdClassName
{
border-color: #481255;
}
.TagClassName
{
border-color: #481255;
}
</style>