Shades of Scarlet Gum #483556
Tints of Scarlet Gum #483556
RGB
CMYK
RGB Variations
Color information
#483556 (or 0x483556) is known color: Scarlet Gum. HEX triplet: 48, 35 and 56. RGB value is (72,53,86). Sum of RGB (Red+Green+Blue) = 72+53+86=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #483556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483556 is #B7CAA9. Grayscale: #3E3E3E. Windows color (decimal): -12044970 or 5649736. OLE color: 5649736.
HSL color Cylindrical-coordinate representation of color #483556: hue angle of 274.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483556 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 53 | 86 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.66 |
| HSL | 274.55º | 0.24% | 0.27% | - |
| HSV(B) | 274.55º | 0.38% | 0.34% | - |
| XYZ | 5.63 | 4.6 | 9.39 | - |
| YUV | 62.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 86 | 0.16 | 0.38 | 0 | 0.66 | 274.55 | 0.24 | 0.27 |
| Hex | 48 | 35 | 56 | 10 | 26 | 0 | 42 | 113 | 18 | 1B |
| Octal | 110 | 65 | 126 | 20 | 46 | 0 | 102 | 423 | 30 | 33 |
| Binary | 1001000 | 110101 | 1010110 | 10000 | 100110 | 0 | 1000010 | 100010011 | 11000 | 11011 |
Color Harmonies of #483556
Complementary color
Monochromatic Colors of #483556
Black with #483556
Text Example
Text Example
White with #483556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483556; }
p { color: rgb(72,53,86); }
H1.HeaderClassName
{
color: #483556;
}
.AnyTagClassName
{
color: #483556;
}
</style>
background-color css
<style>
a { background-color: #483556; }
a { background-color: rgb(72,53,86); }
div.DivClassName
{
background-color: #483556;
}
.BgClassName
{
background-color: #483556;
}
</style>
border-color css
<style>
span { border-color: #483556; }
span { border-color: rgb(72,53,86); }
td.TdClassName
{
border-color: #483556;
}
.TagClassName
{
border-color: #483556;
}
</style>