Shades of Scarlet Gum #483853
Tints of Scarlet Gum #483853
RGB
CMYK
RGB Variations
Color information
#483853 (or 0x483853) is known color: Scarlet Gum. HEX triplet: 48, 38 and 53. RGB value is (72,56,83). Sum of RGB (Red+Green+Blue) = 72+56+83=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #483853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483853 is #B7C7AC. Grayscale: #3F3F3F. Windows color (decimal): -12044205 or 5453896. OLE color: 5453896.
HSL color Cylindrical-coordinate representation of color #483853: hue angle of 275.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483853 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 56 | 83 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.67 |
| HSL | 275.56º | 0.19% | 0.27% | - |
| HSV(B) | 275.56º | 0.33% | 0.33% | - |
| XYZ | 5.65 | 4.83 | 8.82 | - |
| YUV | 63.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 83 | 0.13 | 0.33 | 0 | 0.67 | 275.56 | 0.19 | 0.27 |
| Hex | 48 | 38 | 53 | D | 21 | 0 | 43 | 114 | 13 | 1B |
| Octal | 110 | 70 | 123 | 15 | 41 | 0 | 103 | 424 | 23 | 33 |
| Binary | 1001000 | 111000 | 1010011 | 1101 | 100001 | 0 | 1000011 | 100010100 | 10011 | 11011 |
Color Harmonies of #483853
Complementary color
Monochromatic Colors of #483853
Black with #483853
Text Example
Text Example
White with #483853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483853; }
p { color: rgb(72,56,83); }
H1.HeaderClassName
{
color: #483853;
}
.AnyTagClassName
{
color: #483853;
}
</style>
background-color css
<style>
a { background-color: #483853; }
a { background-color: rgb(72,56,83); }
div.DivClassName
{
background-color: #483853;
}
.BgClassName
{
background-color: #483853;
}
</style>
border-color css
<style>
span { border-color: #483853; }
span { border-color: rgb(72,56,83); }
td.TdClassName
{
border-color: #483853;
}
.TagClassName
{
border-color: #483853;
}
</style>