Shades of Scarlet Gum #481D53
Tints of Scarlet Gum #481D53
RGB
CMYK
RGB Variations
Color information
#481D53 (or 0x481D53) is known color: Scarlet Gum. HEX triplet: 48, 1D and 53. RGB value is (72,29,83). Sum of RGB (Red+Green+Blue) = 72+29+83=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #481D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D53 is #B7E2AC. Grayscale: #2F2F2F. Windows color (decimal): -12051117 or 5446984. OLE color: 5446984.
HSL color Cylindrical-coordinate representation of color #481D53: hue angle of 287.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481D53 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 29 | 83 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.67 |
| HSL | 287.78º | 0.48% | 0.22% | - |
| HSV(B) | 287.78º | 0.65% | 0.33% | - |
| XYZ | 4.67 | 2.88 | 8.49 | - |
| YUV | 48.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 83 | 0.13 | 0.65 | 0 | 0.67 | 287.78 | 0.48 | 0.22 |
| Hex | 48 | 1D | 53 | D | 41 | 0 | 43 | 120 | 30 | 16 |
| Octal | 110 | 35 | 123 | 15 | 101 | 0 | 103 | 440 | 60 | 26 |
| Binary | 1001000 | 11101 | 1010011 | 1101 | 1000001 | 0 | 1000011 | 100100000 | 110000 | 10110 |
Color Harmonies of #481D53
Complementary color
Monochromatic Colors of #481D53
Black with #481D53
Text Example
Text Example
White with #481D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D53; }
p { color: rgb(72,29,83); }
H1.HeaderClassName
{
color: #481D53;
}
.AnyTagClassName
{
color: #481D53;
}
</style>
background-color css
<style>
a { background-color: #481D53; }
a { background-color: rgb(72,29,83); }
div.DivClassName
{
background-color: #481D53;
}
.BgClassName
{
background-color: #481D53;
}
</style>
border-color css
<style>
span { border-color: #481D53; }
span { border-color: rgb(72,29,83); }
td.TdClassName
{
border-color: #481D53;
}
.TagClassName
{
border-color: #481D53;
}
</style>