Shades of Scarlet Gum #481465
Tints of Scarlet Gum #481465
RGB
CMYK
RGB Variations
Color information
#481465 (or 0x481465) is known color: Scarlet Gum. HEX triplet: 48, 14 and 65. RGB value is (72,20,101). Sum of RGB (Red+Green+Blue) = 72+20+101=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #481465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481465 is #B7EB9A. Grayscale: #2C2C2C. Windows color (decimal): -12053403 or 6624328. OLE color: 6624328.
HSL color Cylindrical-coordinate representation of color #481465: hue angle of 278.52º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481465 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 20 | 101 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.60 |
| HSL | 278.52º | 0.67% | 0.24% | - |
| HSV(B) | 278.52º | 0.8% | 0.4% | - |
| XYZ | 5.27 | 2.82 | 12.58 | - |
| YUV | 44.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 101 | 0.29 | 0.80 | 0 | 0.60 | 278.52 | 0.67 | 0.24 |
| Hex | 48 | 14 | 65 | 1D | 50 | 0 | 3C | 117 | 43 | 18 |
| Octal | 110 | 24 | 145 | 35 | 120 | 0 | 74 | 427 | 103 | 30 |
| Binary | 1001000 | 10100 | 1100101 | 11101 | 1010000 | 0 | 111100 | 100010111 | 1000011 | 11000 |
Color Harmonies of #481465
Complementary color
Monochromatic Colors of #481465
Black with #481465
Text Example
Text Example
White with #481465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481465; }
p { color: rgb(72,20,101); }
H1.HeaderClassName
{
color: #481465;
}
.AnyTagClassName
{
color: #481465;
}
</style>
background-color css
<style>
a { background-color: #481465; }
a { background-color: rgb(72,20,101); }
div.DivClassName
{
background-color: #481465;
}
.BgClassName
{
background-color: #481465;
}
</style>
border-color css
<style>
span { border-color: #481465; }
span { border-color: rgb(72,20,101); }
td.TdClassName
{
border-color: #481465;
}
.TagClassName
{
border-color: #481465;
}
</style>