Shades of Scarlet Gum #481955
Tints of Scarlet Gum #481955
RGB
CMYK
RGB Variations
Color information
#481955 (or 0x481955) is known color: Scarlet Gum. HEX triplet: 48, 19 and 55. RGB value is (72,25,85). Sum of RGB (Red+Green+Blue) = 72+25+85=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #481955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481955 is #B7E6AA. Grayscale: #2D2D2D. Windows color (decimal): -12052139 or 5577032. OLE color: 5577032.
HSL color Cylindrical-coordinate representation of color #481955: hue angle of 287º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481955 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 25 | 85 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.67 |
| HSL | 287º | 0.55% | 0.22% | - |
| HSV(B) | 287º | 0.71% | 0.33% | - |
| XYZ | 4.66 | 2.73 | 8.88 | - |
| YUV | 45.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 85 | 0.15 | 0.71 | 0 | 0.67 | 287 | 0.55 | 0.22 |
| Hex | 48 | 19 | 55 | F | 47 | 0 | 43 | 11F | 37 | 16 |
| Octal | 110 | 31 | 125 | 17 | 107 | 0 | 103 | 437 | 67 | 26 |
| Binary | 1001000 | 11001 | 1010101 | 1111 | 1000111 | 0 | 1000011 | 100011111 | 110111 | 10110 |
Color Harmonies of #481955
Complementary color
Monochromatic Colors of #481955
Black with #481955
Text Example
Text Example
White with #481955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481955; }
p { color: rgb(72,25,85); }
H1.HeaderClassName
{
color: #481955;
}
.AnyTagClassName
{
color: #481955;
}
</style>
background-color css
<style>
a { background-color: #481955; }
a { background-color: rgb(72,25,85); }
div.DivClassName
{
background-color: #481955;
}
.BgClassName
{
background-color: #481955;
}
</style>
border-color css
<style>
span { border-color: #481955; }
span { border-color: rgb(72,25,85); }
td.TdClassName
{
border-color: #481955;
}
.TagClassName
{
border-color: #481955;
}
</style>