Shades of Scarlet Gum #483250
Tints of Scarlet Gum #483250
RGB
CMYK
RGB Variations
Color information
#483250 (or 0x483250) is known color: Scarlet Gum. HEX triplet: 48, 32 and 50. RGB value is (72,50,80). Sum of RGB (Red+Green+Blue) = 72+50+80=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #483250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483250 is #B7CDAF. Grayscale: #3B3B3B. Windows color (decimal): -12045744 or 5255752. OLE color: 5255752.
HSL color Cylindrical-coordinate representation of color #483250: hue angle of 284º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483250 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 50 | 80 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.69 |
| HSL | 284º | 0.23% | 0.25% | - |
| HSV(B) | 284º | 0.38% | 0.31% | - |
| XYZ | 5.26 | 4.24 | 8.13 | - |
| YUV | 60 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 80 | 0.10 | 0.37 | 0 | 0.69 | 284 | 0.23 | 0.25 |
| Hex | 48 | 32 | 50 | A | 25 | 0 | 45 | 11C | 17 | 19 |
| Octal | 110 | 62 | 120 | 12 | 45 | 0 | 105 | 434 | 27 | 31 |
| Binary | 1001000 | 110010 | 1010000 | 1010 | 100101 | 0 | 1000101 | 100011100 | 10111 | 11001 |
Color Harmonies of #483250
Complementary color
Monochromatic Colors of #483250
Black with #483250
Text Example
Text Example
White with #483250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483250; }
p { color: rgb(72,50,80); }
H1.HeaderClassName
{
color: #483250;
}
.AnyTagClassName
{
color: #483250;
}
</style>
background-color css
<style>
a { background-color: #483250; }
a { background-color: rgb(72,50,80); }
div.DivClassName
{
background-color: #483250;
}
.BgClassName
{
background-color: #483250;
}
</style>
border-color css
<style>
span { border-color: #483250; }
span { border-color: rgb(72,50,80); }
td.TdClassName
{
border-color: #483250;
}
.TagClassName
{
border-color: #483250;
}
</style>