Shades of Scarlet Gum #483755
Tints of Scarlet Gum #483755
RGB
CMYK
RGB Variations
Color information
#483755 (or 0x483755) is known color: Scarlet Gum. HEX triplet: 48, 37 and 55. RGB value is (72,55,85). Sum of RGB (Red+Green+Blue) = 72+55+85=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #483755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483755 is #B7C8AA. Grayscale: #3F3F3F. Windows color (decimal): -12044459 or 5584712. OLE color: 5584712.
HSL color Cylindrical-coordinate representation of color #483755: hue angle of 274º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483755 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 55 | 85 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.67 |
| HSL | 274º | 0.21% | 0.27% | - |
| HSV(B) | 274º | 0.35% | 0.33% | - |
| XYZ | 5.68 | 4.77 | 9.21 | - |
| YUV | 63.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 85 | 0.15 | 0.35 | 0 | 0.67 | 274 | 0.21 | 0.27 |
| Hex | 48 | 37 | 55 | F | 23 | 0 | 43 | 112 | 15 | 1B |
| Octal | 110 | 67 | 125 | 17 | 43 | 0 | 103 | 422 | 25 | 33 |
| Binary | 1001000 | 110111 | 1010101 | 1111 | 100011 | 0 | 1000011 | 100010010 | 10101 | 11011 |
Color Harmonies of #483755
Complementary color
Monochromatic Colors of #483755
Black with #483755
Text Example
Text Example
White with #483755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483755; }
p { color: rgb(72,55,85); }
H1.HeaderClassName
{
color: #483755;
}
.AnyTagClassName
{
color: #483755;
}
</style>
background-color css
<style>
a { background-color: #483755; }
a { background-color: rgb(72,55,85); }
div.DivClassName
{
background-color: #483755;
}
.BgClassName
{
background-color: #483755;
}
</style>
border-color css
<style>
span { border-color: #483755; }
span { border-color: rgb(72,55,85); }
td.TdClassName
{
border-color: #483755;
}
.TagClassName
{
border-color: #483755;
}
</style>