Shades of Scarlet Gum #483350
Tints of Scarlet Gum #483350
RGB
CMYK
RGB Variations
Color information
#483350 (or 0x483350) is known color: Scarlet Gum. HEX triplet: 48, 33 and 50. RGB value is (72,51,80). Sum of RGB (Red+Green+Blue) = 72+51+80=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #483350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483350 is #B7CCAF. Grayscale: #3C3C3C. Windows color (decimal): -12045488 or 5256008. OLE color: 5256008.
HSL color Cylindrical-coordinate representation of color #483350: hue angle of 283.45º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483350 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 51 | 80 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.69 |
| HSL | 283.45º | 0.22% | 0.26% | - |
| HSV(B) | 283.45º | 0.36% | 0.31% | - |
| XYZ | 5.3 | 4.32 | 8.14 | - |
| YUV | 60.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 80 | 0.10 | 0.36 | 0 | 0.69 | 283.45 | 0.22 | 0.26 |
| Hex | 48 | 33 | 50 | A | 24 | 0 | 45 | 11B | 16 | 1A |
| Octal | 110 | 63 | 120 | 12 | 44 | 0 | 105 | 433 | 26 | 32 |
| Binary | 1001000 | 110011 | 1010000 | 1010 | 100100 | 0 | 1000101 | 100011011 | 10110 | 11010 |
Color Harmonies of #483350
Complementary color
Monochromatic Colors of #483350
Black with #483350
Text Example
Text Example
White with #483350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483350; }
p { color: rgb(72,51,80); }
H1.HeaderClassName
{
color: #483350;
}
.AnyTagClassName
{
color: #483350;
}
</style>
background-color css
<style>
a { background-color: #483350; }
a { background-color: rgb(72,51,80); }
div.DivClassName
{
background-color: #483350;
}
.BgClassName
{
background-color: #483350;
}
</style>
border-color css
<style>
span { border-color: #483350; }
span { border-color: rgb(72,51,80); }
td.TdClassName
{
border-color: #483350;
}
.TagClassName
{
border-color: #483350;
}
</style>