Shades of Scarlet Gum #481C5C
Tints of Scarlet Gum #481C5C
RGB
CMYK
RGB Variations
Color information
#481C5C (or 0x481C5C) is known color: Scarlet Gum. HEX triplet: 48, 1C and 5C. RGB value is (72,28,92). Sum of RGB (Red+Green+Blue) = 72+28+92=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #481C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C5C is #B7E3A3. Grayscale: #303030. Windows color (decimal): -12051364 or 6036552. OLE color: 6036552.
HSL color Cylindrical-coordinate representation of color #481C5C: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #481C5C is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 28 | 92 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.64 |
| HSL | 281.25º | 0.53% | 0.24% | - |
| HSV(B) | 281.25º | 0.7% | 0.36% | - |
| XYZ | 5.02 | 2.98 | 10.44 | - |
| YUV | 48.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 92 | 0.22 | 0.70 | 0 | 0.64 | 281.25 | 0.53 | 0.24 |
| Hex | 48 | 1C | 5C | 16 | 46 | 0 | 40 | 119 | 35 | 18 |
| Octal | 110 | 34 | 134 | 26 | 106 | 0 | 100 | 431 | 65 | 30 |
| Binary | 1001000 | 11100 | 1011100 | 10110 | 1000110 | 0 | 1000000 | 100011001 | 110101 | 11000 |
Color Harmonies of #481C5C
Complementary color
Monochromatic Colors of #481C5C
Black with #481C5C
Text Example
Text Example
White with #481C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C5C; }
p { color: rgb(72,28,92); }
H1.HeaderClassName
{
color: #481C5C;
}
.AnyTagClassName
{
color: #481C5C;
}
</style>
background-color css
<style>
a { background-color: #481C5C; }
a { background-color: rgb(72,28,92); }
div.DivClassName
{
background-color: #481C5C;
}
.BgClassName
{
background-color: #481C5C;
}
</style>
border-color css
<style>
span { border-color: #481C5C; }
span { border-color: rgb(72,28,92); }
td.TdClassName
{
border-color: #481C5C;
}
.TagClassName
{
border-color: #481C5C;
}
</style>