Shades of Scarlet Gum #482C51
Tints of Scarlet Gum #482C51
RGB
CMYK
RGB Variations
Color information
#482C51 (or 0x482C51) is known color: Scarlet Gum. HEX triplet: 48, 2C and 51. RGB value is (72,44,81). Sum of RGB (Red+Green+Blue) = 72+44+81=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #482C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C51 is #B7D3AE. Grayscale: #383838. Windows color (decimal): -12047279 or 5319752. OLE color: 5319752.
HSL color Cylindrical-coordinate representation of color #482C51: hue angle of 285.41º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482C51 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 44 | 81 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.68 |
| HSL | 285.41º | 0.3% | 0.25% | - |
| HSV(B) | 285.41º | 0.46% | 0.32% | - |
| XYZ | 5.06 | 3.77 | 8.25 | - |
| YUV | 56.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 81 | 0.11 | 0.46 | 0 | 0.68 | 285.41 | 0.3 | 0.25 |
| Hex | 48 | 2C | 51 | B | 2E | 0 | 44 | 11D | 1E | 19 |
| Octal | 110 | 54 | 121 | 13 | 56 | 0 | 104 | 435 | 36 | 31 |
| Binary | 1001000 | 101100 | 1010001 | 1011 | 101110 | 0 | 1000100 | 100011101 | 11110 | 11001 |
Color Harmonies of #482C51
Complementary color
Monochromatic Colors of #482C51
Black with #482C51
Text Example
Text Example
White with #482C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C51; }
p { color: rgb(72,44,81); }
H1.HeaderClassName
{
color: #482C51;
}
.AnyTagClassName
{
color: #482C51;
}
</style>
background-color css
<style>
a { background-color: #482C51; }
a { background-color: rgb(72,44,81); }
div.DivClassName
{
background-color: #482C51;
}
.BgClassName
{
background-color: #482C51;
}
</style>
border-color css
<style>
span { border-color: #482C51; }
span { border-color: rgb(72,44,81); }
td.TdClassName
{
border-color: #482C51;
}
.TagClassName
{
border-color: #482C51;
}
</style>