Shades of Scarlet Gum #482357
Tints of Scarlet Gum #482357
RGB
CMYK
RGB Variations
Color information
#482357 (or 0x482357) is known color: Scarlet Gum. HEX triplet: 48, 23 and 57. RGB value is (72,35,87). Sum of RGB (Red+Green+Blue) = 72+35+87=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #482357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482357 is #B7DCA8. Grayscale: #333333. Windows color (decimal): -12049577 or 5710664. OLE color: 5710664.
HSL color Cylindrical-coordinate representation of color #482357: hue angle of 282.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482357 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 35 | 87 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.66 |
| HSL | 282.69º | 0.43% | 0.24% | - |
| HSV(B) | 282.69º | 0.6% | 0.34% | - |
| XYZ | 4.99 | 3.27 | 9.38 | - |
| YUV | 51.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 87 | 0.17 | 0.60 | 0 | 0.66 | 282.69 | 0.43 | 0.24 |
| Hex | 48 | 23 | 57 | 11 | 3C | 0 | 42 | 11B | 2B | 18 |
| Octal | 110 | 43 | 127 | 21 | 74 | 0 | 102 | 433 | 53 | 30 |
| Binary | 1001000 | 100011 | 1010111 | 10001 | 111100 | 0 | 1000010 | 100011011 | 101011 | 11000 |
Color Harmonies of #482357
Complementary color
Monochromatic Colors of #482357
Black with #482357
Text Example
Text Example
White with #482357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482357; }
p { color: rgb(72,35,87); }
H1.HeaderClassName
{
color: #482357;
}
.AnyTagClassName
{
color: #482357;
}
</style>
background-color css
<style>
a { background-color: #482357; }
a { background-color: rgb(72,35,87); }
div.DivClassName
{
background-color: #482357;
}
.BgClassName
{
background-color: #482357;
}
</style>
border-color css
<style>
span { border-color: #482357; }
span { border-color: rgb(72,35,87); }
td.TdClassName
{
border-color: #482357;
}
.TagClassName
{
border-color: #482357;
}
</style>