Shades of Scarlet Gum #482B55
Tints of Scarlet Gum #482B55
RGB
CMYK
RGB Variations
Color information
#482B55 (or 0x482B55) is known color: Scarlet Gum. HEX triplet: 48, 2B and 55. RGB value is (72,43,85). Sum of RGB (Red+Green+Blue) = 72+43+85=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #482B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B55 is #B7D4AA. Grayscale: #383838. Windows color (decimal): -12047531 or 5581640. OLE color: 5581640.
HSL color Cylindrical-coordinate representation of color #482B55: hue angle of 281.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482B55 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 43 | 85 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.67 |
| HSL | 281.43º | 0.33% | 0.25% | - |
| HSV(B) | 281.43º | 0.49% | 0.33% | - |
| XYZ | 5.18 | 3.76 | 9.05 | - |
| YUV | 56.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 85 | 0.15 | 0.49 | 0 | 0.67 | 281.43 | 0.33 | 0.25 |
| Hex | 48 | 2B | 55 | F | 31 | 0 | 43 | 119 | 21 | 19 |
| Octal | 110 | 53 | 125 | 17 | 61 | 0 | 103 | 431 | 41 | 31 |
| Binary | 1001000 | 101011 | 1010101 | 1111 | 110001 | 0 | 1000011 | 100011001 | 100001 | 11001 |
Color Harmonies of #482B55
Complementary color
Monochromatic Colors of #482B55
Black with #482B55
Text Example
Text Example
White with #482B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B55; }
p { color: rgb(72,43,85); }
H1.HeaderClassName
{
color: #482B55;
}
.AnyTagClassName
{
color: #482B55;
}
</style>
background-color css
<style>
a { background-color: #482B55; }
a { background-color: rgb(72,43,85); }
div.DivClassName
{
background-color: #482B55;
}
.BgClassName
{
background-color: #482B55;
}
</style>
border-color css
<style>
span { border-color: #482B55; }
span { border-color: rgb(72,43,85); }
td.TdClassName
{
border-color: #482B55;
}
.TagClassName
{
border-color: #482B55;
}
</style>