Shades of Scarlet Gum #483550
Tints of Scarlet Gum #483550
RGB
CMYK
RGB Variations
Color information
#483550 (or 0x483550) is known color: Scarlet Gum. HEX triplet: 48, 35 and 50. RGB value is (72,53,80). Sum of RGB (Red+Green+Blue) = 72+53+80=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #483550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483550 is #B7CAAF. Grayscale: #3D3D3D. Windows color (decimal): -12044976 or 5256520. OLE color: 5256520.
HSL color Cylindrical-coordinate representation of color #483550: hue angle of 282.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #483550 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 53 | 80 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.69 |
| HSL | 282.22º | 0.2% | 0.26% | - |
| HSV(B) | 282.22º | 0.34% | 0.31% | - |
| XYZ | 5.39 | 4.5 | 8.17 | - |
| YUV | 61.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 80 | 0.10 | 0.34 | 0 | 0.69 | 282.22 | 0.2 | 0.26 |
| Hex | 48 | 35 | 50 | A | 22 | 0 | 45 | 11A | 14 | 1A |
| Octal | 110 | 65 | 120 | 12 | 42 | 0 | 105 | 432 | 24 | 32 |
| Binary | 1001000 | 110101 | 1010000 | 1010 | 100010 | 0 | 1000101 | 100011010 | 10100 | 11010 |
Color Harmonies of #483550
Complementary color
Monochromatic Colors of #483550
Black with #483550
Text Example
Text Example
White with #483550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483550; }
p { color: rgb(72,53,80); }
H1.HeaderClassName
{
color: #483550;
}
.AnyTagClassName
{
color: #483550;
}
</style>
background-color css
<style>
a { background-color: #483550; }
a { background-color: rgb(72,53,80); }
div.DivClassName
{
background-color: #483550;
}
.BgClassName
{
background-color: #483550;
}
</style>
border-color css
<style>
span { border-color: #483550; }
span { border-color: rgb(72,53,80); }
td.TdClassName
{
border-color: #483550;
}
.TagClassName
{
border-color: #483550;
}
</style>