Shades of Scarlet Gum #482153
Tints of Scarlet Gum #482153
RGB
CMYK
RGB Variations
Color information
#482153 (or 0x482153) is known color: Scarlet Gum. HEX triplet: 48, 21 and 53. RGB value is (72,33,83). Sum of RGB (Red+Green+Blue) = 72+33+83=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #482153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482153 is #B7DEAC. Grayscale: #323232. Windows color (decimal): -12050093 or 5448008. OLE color: 5448008.
HSL color Cylindrical-coordinate representation of color #482153: hue angle of 286.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482153 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 33 | 83 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.67 |
| HSL | 286.8º | 0.43% | 0.23% | - |
| HSV(B) | 286.8º | 0.6% | 0.33% | - |
| XYZ | 4.78 | 3.09 | 8.53 | - |
| YUV | 50.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 83 | 0.13 | 0.60 | 0 | 0.67 | 286.8 | 0.43 | 0.23 |
| Hex | 48 | 21 | 53 | D | 3C | 0 | 43 | 11F | 2B | 17 |
| Octal | 110 | 41 | 123 | 15 | 74 | 0 | 103 | 437 | 53 | 27 |
| Binary | 1001000 | 100001 | 1010011 | 1101 | 111100 | 0 | 1000011 | 100011111 | 101011 | 10111 |
Color Harmonies of #482153
Complementary color
Monochromatic Colors of #482153
Black with #482153
Text Example
Text Example
White with #482153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482153; }
p { color: rgb(72,33,83); }
H1.HeaderClassName
{
color: #482153;
}
.AnyTagClassName
{
color: #482153;
}
</style>
background-color css
<style>
a { background-color: #482153; }
a { background-color: rgb(72,33,83); }
div.DivClassName
{
background-color: #482153;
}
.BgClassName
{
background-color: #482153;
}
</style>
border-color css
<style>
span { border-color: #482153; }
span { border-color: rgb(72,33,83); }
td.TdClassName
{
border-color: #482153;
}
.TagClassName
{
border-color: #482153;
}
</style>