Shades of Scarlet Gum #481A64
Tints of Scarlet Gum #481A64
RGB
CMYK
RGB Variations
Color information
#481A64 (or 0x481A64) is known color: Scarlet Gum. HEX triplet: 48, 1A and 64. RGB value is (72,26,100). Sum of RGB (Red+Green+Blue) = 72+26+100=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #481A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A64 is #B7E59B. Grayscale: #2F2F2F. Windows color (decimal): -12051868 or 6560328. OLE color: 6560328.
HSL color Cylindrical-coordinate representation of color #481A64: hue angle of 277.3º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481A64 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 26 | 100 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.61 |
| HSL | 277.3º | 0.59% | 0.25% | - |
| HSV(B) | 277.3º | 0.74% | 0.39% | - |
| XYZ | 5.34 | 3.04 | 12.36 | - |
| YUV | 48.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 100 | 0.28 | 0.74 | 0 | 0.61 | 277.3 | 0.59 | 0.25 |
| Hex | 48 | 1A | 64 | 1C | 4A | 0 | 3D | 115 | 3B | 19 |
| Octal | 110 | 32 | 144 | 34 | 112 | 0 | 75 | 425 | 73 | 31 |
| Binary | 1001000 | 11010 | 1100100 | 11100 | 1001010 | 0 | 111101 | 100010101 | 111011 | 11001 |
Color Harmonies of #481A64
Complementary color
Monochromatic Colors of #481A64
Black with #481A64
Text Example
Text Example
White with #481A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A64; }
p { color: rgb(72,26,100); }
H1.HeaderClassName
{
color: #481A64;
}
.AnyTagClassName
{
color: #481A64;
}
</style>
background-color css
<style>
a { background-color: #481A64; }
a { background-color: rgb(72,26,100); }
div.DivClassName
{
background-color: #481A64;
}
.BgClassName
{
background-color: #481A64;
}
</style>
border-color css
<style>
span { border-color: #481A64; }
span { border-color: rgb(72,26,100); }
td.TdClassName
{
border-color: #481A64;
}
.TagClassName
{
border-color: #481A64;
}
</style>