Shades of Scarlet Gum #481B54
Tints of Scarlet Gum #481B54
RGB
CMYK
RGB Variations
Color information
#481B54 (or 0x481B54) is known color: Scarlet Gum. HEX triplet: 48, 1B and 54. RGB value is (72,27,84). Sum of RGB (Red+Green+Blue) = 72+27+84=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #481B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B54 is #B7E4AB. Grayscale: #2E2E2E. Windows color (decimal): -12051628 or 5512008. OLE color: 5512008.
HSL color Cylindrical-coordinate representation of color #481B54: hue angle of 287.37º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481B54 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 27 | 84 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.67 |
| HSL | 287.37º | 0.51% | 0.22% | - |
| HSV(B) | 287.37º | 0.68% | 0.33% | - |
| XYZ | 4.66 | 2.8 | 8.68 | - |
| YUV | 46.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 84 | 0.14 | 0.68 | 0 | 0.67 | 287.37 | 0.51 | 0.22 |
| Hex | 48 | 1B | 54 | E | 44 | 0 | 43 | 11F | 33 | 16 |
| Octal | 110 | 33 | 124 | 16 | 104 | 0 | 103 | 437 | 63 | 26 |
| Binary | 1001000 | 11011 | 1010100 | 1110 | 1000100 | 0 | 1000011 | 100011111 | 110011 | 10110 |
Color Harmonies of #481B54
Complementary color
Monochromatic Colors of #481B54
Black with #481B54
Text Example
Text Example
White with #481B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B54; }
p { color: rgb(72,27,84); }
H1.HeaderClassName
{
color: #481B54;
}
.AnyTagClassName
{
color: #481B54;
}
</style>
background-color css
<style>
a { background-color: #481B54; }
a { background-color: rgb(72,27,84); }
div.DivClassName
{
background-color: #481B54;
}
.BgClassName
{
background-color: #481B54;
}
</style>
border-color css
<style>
span { border-color: #481B54; }
span { border-color: rgb(72,27,84); }
td.TdClassName
{
border-color: #481B54;
}
.TagClassName
{
border-color: #481B54;
}
</style>