Shades of Scarlet Gum #481754
Tints of Scarlet Gum #481754
RGB
CMYK
RGB Variations
Color information
#481754 (or 0x481754) is known color: Scarlet Gum. HEX triplet: 48, 17 and 54. RGB value is (72,23,84). Sum of RGB (Red+Green+Blue) = 72+23+84=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #481754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481754 is #B7E8AB. Grayscale: #2C2C2C. Windows color (decimal): -12052652 or 5510984. OLE color: 5510984.
HSL color Cylindrical-coordinate representation of color #481754: hue angle of 288.2º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481754 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 23 | 84 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.67 |
| HSL | 288.2º | 0.57% | 0.21% | - |
| HSV(B) | 288.2º | 0.73% | 0.33% | - |
| XYZ | 4.58 | 2.63 | 8.65 | - |
| YUV | 44.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 84 | 0.14 | 0.73 | 0 | 0.67 | 288.2 | 0.57 | 0.21 |
| Hex | 48 | 17 | 54 | E | 49 | 0 | 43 | 120 | 39 | 15 |
| Octal | 110 | 27 | 124 | 16 | 111 | 0 | 103 | 440 | 71 | 25 |
| Binary | 1001000 | 10111 | 1010100 | 1110 | 1001001 | 0 | 1000011 | 100100000 | 111001 | 10101 |
Color Harmonies of #481754
Complementary color
Monochromatic Colors of #481754
Black with #481754
Text Example
Text Example
White with #481754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481754; }
p { color: rgb(72,23,84); }
H1.HeaderClassName
{
color: #481754;
}
.AnyTagClassName
{
color: #481754;
}
</style>
background-color css
<style>
a { background-color: #481754; }
a { background-color: rgb(72,23,84); }
div.DivClassName
{
background-color: #481754;
}
.BgClassName
{
background-color: #481754;
}
</style>
border-color css
<style>
span { border-color: #481754; }
span { border-color: rgb(72,23,84); }
td.TdClassName
{
border-color: #481754;
}
.TagClassName
{
border-color: #481754;
}
</style>