Shades of Scarlet Gum #482353
Tints of Scarlet Gum #482353
RGB
CMYK
RGB Variations
Color information
#482353 (or 0x482353) is known color: Scarlet Gum. HEX triplet: 48, 23 and 53. RGB value is (72,35,83). Sum of RGB (Red+Green+Blue) = 72+35+83=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #482353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482353 is #B7DCAC. Grayscale: #333333. Windows color (decimal): -12049581 or 5448520. OLE color: 5448520.
HSL color Cylindrical-coordinate representation of color #482353: hue angle of 286.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482353 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 35 | 83 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.67 |
| HSL | 286.25º | 0.41% | 0.23% | - |
| HSV(B) | 286.25º | 0.58% | 0.33% | - |
| XYZ | 4.83 | 3.2 | 8.55 | - |
| YUV | 51.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 83 | 0.13 | 0.58 | 0 | 0.67 | 286.25 | 0.41 | 0.23 |
| Hex | 48 | 23 | 53 | D | 3A | 0 | 43 | 11E | 29 | 17 |
| Octal | 110 | 43 | 123 | 15 | 72 | 0 | 103 | 436 | 51 | 27 |
| Binary | 1001000 | 100011 | 1010011 | 1101 | 111010 | 0 | 1000011 | 100011110 | 101001 | 10111 |
Color Harmonies of #482353
Complementary color
Monochromatic Colors of #482353
Black with #482353
Text Example
Text Example
White with #482353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482353; }
p { color: rgb(72,35,83); }
H1.HeaderClassName
{
color: #482353;
}
.AnyTagClassName
{
color: #482353;
}
</style>
background-color css
<style>
a { background-color: #482353; }
a { background-color: rgb(72,35,83); }
div.DivClassName
{
background-color: #482353;
}
.BgClassName
{
background-color: #482353;
}
</style>
border-color css
<style>
span { border-color: #482353; }
span { border-color: rgb(72,35,83); }
td.TdClassName
{
border-color: #482353;
}
.TagClassName
{
border-color: #482353;
}
</style>