Shades of Scarlet Gum #481854
Tints of Scarlet Gum #481854
RGB
CMYK
RGB Variations
Color information
#481854 (or 0x481854) is known color: Scarlet Gum. HEX triplet: 48, 18 and 54. RGB value is (72,24,84). Sum of RGB (Red+Green+Blue) = 72+24+84=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #481854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481854 is #B7E7AB. Grayscale: #2D2D2D. Windows color (decimal): -12052396 or 5511240. OLE color: 5511240.
HSL color Cylindrical-coordinate representation of color #481854: hue angle of 288º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481854 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 24 | 84 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.67 |
| HSL | 288º | 0.56% | 0.21% | - |
| HSV(B) | 288º | 0.71% | 0.33% | - |
| XYZ | 4.6 | 2.67 | 8.66 | - |
| YUV | 45.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 84 | 0.14 | 0.71 | 0 | 0.67 | 288 | 0.56 | 0.21 |
| Hex | 48 | 18 | 54 | E | 47 | 0 | 43 | 120 | 38 | 15 |
| Octal | 110 | 30 | 124 | 16 | 107 | 0 | 103 | 440 | 70 | 25 |
| Binary | 1001000 | 11000 | 1010100 | 1110 | 1000111 | 0 | 1000011 | 100100000 | 111000 | 10101 |
Color Harmonies of #481854
Complementary color
Monochromatic Colors of #481854
Black with #481854
Text Example
Text Example
White with #481854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481854; }
p { color: rgb(72,24,84); }
H1.HeaderClassName
{
color: #481854;
}
.AnyTagClassName
{
color: #481854;
}
</style>
background-color css
<style>
a { background-color: #481854; }
a { background-color: rgb(72,24,84); }
div.DivClassName
{
background-color: #481854;
}
.BgClassName
{
background-color: #481854;
}
</style>
border-color css
<style>
span { border-color: #481854; }
span { border-color: rgb(72,24,84); }
td.TdClassName
{
border-color: #481854;
}
.TagClassName
{
border-color: #481854;
}
</style>