Shades of Scarlet Gum #481665
Tints of Scarlet Gum #481665
RGB
CMYK
RGB Variations
Color information
#481665 (or 0x481665) is known color: Scarlet Gum. HEX triplet: 48, 16 and 65. RGB value is (72,22,101). Sum of RGB (Red+Green+Blue) = 72+22+101=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #481665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481665 is #B7E99A. Grayscale: #2D2D2D. Windows color (decimal): -12052891 or 6624840. OLE color: 6624840.
HSL color Cylindrical-coordinate representation of color #481665: hue angle of 277.97º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481665 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 22 | 101 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.60 |
| HSL | 277.97º | 0.64% | 0.24% | - |
| HSV(B) | 277.97º | 0.78% | 0.4% | - |
| XYZ | 5.31 | 2.89 | 12.59 | - |
| YUV | 45.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 101 | 0.29 | 0.78 | 0 | 0.60 | 277.97 | 0.64 | 0.24 |
| Hex | 48 | 16 | 65 | 1D | 4E | 0 | 3C | 116 | 40 | 18 |
| Octal | 110 | 26 | 145 | 35 | 116 | 0 | 74 | 426 | 100 | 30 |
| Binary | 1001000 | 10110 | 1100101 | 11101 | 1001110 | 0 | 111100 | 100010110 | 1000000 | 11000 |
Color Harmonies of #481665
Complementary color
Monochromatic Colors of #481665
Black with #481665
Text Example
Text Example
White with #481665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481665; }
p { color: rgb(72,22,101); }
H1.HeaderClassName
{
color: #481665;
}
.AnyTagClassName
{
color: #481665;
}
</style>
background-color css
<style>
a { background-color: #481665; }
a { background-color: rgb(72,22,101); }
div.DivClassName
{
background-color: #481665;
}
.BgClassName
{
background-color: #481665;
}
</style>
border-color css
<style>
span { border-color: #481665; }
span { border-color: rgb(72,22,101); }
td.TdClassName
{
border-color: #481665;
}
.TagClassName
{
border-color: #481665;
}
</style>