Shades of Scarlet Gum #483751
Tints of Scarlet Gum #483751
RGB
CMYK
RGB Variations
Color information
#483751 (or 0x483751) is known color: Scarlet Gum. HEX triplet: 48, 37 and 51. RGB value is (72,55,81). Sum of RGB (Red+Green+Blue) = 72+55+81=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #483751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483751 is #B7C8AE. Grayscale: #3E3E3E. Windows color (decimal): -12044463 or 5322568. OLE color: 5322568.
HSL color Cylindrical-coordinate representation of color #483751: hue angle of 279.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483751 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 55 | 81 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.68 |
| HSL | 279.23º | 0.19% | 0.27% | - |
| HSV(B) | 279.23º | 0.32% | 0.32% | - |
| XYZ | 5.52 | 4.7 | 8.4 | - |
| YUV | 63.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 81 | 0.11 | 0.32 | 0 | 0.68 | 279.23 | 0.19 | 0.27 |
| Hex | 48 | 37 | 51 | B | 20 | 0 | 44 | 117 | 13 | 1B |
| Octal | 110 | 67 | 121 | 13 | 40 | 0 | 104 | 427 | 23 | 33 |
| Binary | 1001000 | 110111 | 1010001 | 1011 | 100000 | 0 | 1000100 | 100010111 | 10011 | 11011 |
Color Harmonies of #483751
Complementary color
Monochromatic Colors of #483751
Black with #483751
Text Example
Text Example
White with #483751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483751; }
p { color: rgb(72,55,81); }
H1.HeaderClassName
{
color: #483751;
}
.AnyTagClassName
{
color: #483751;
}
</style>
background-color css
<style>
a { background-color: #483751; }
a { background-color: rgb(72,55,81); }
div.DivClassName
{
background-color: #483751;
}
.BgClassName
{
background-color: #483751;
}
</style>
border-color css
<style>
span { border-color: #483751; }
span { border-color: rgb(72,55,81); }
td.TdClassName
{
border-color: #483751;
}
.TagClassName
{
border-color: #483751;
}
</style>