Shades of Scarlet Gum #48265A
Tints of Scarlet Gum #48265A
RGB
CMYK
RGB Variations
Color information
#48265A (or 0x48265A) is known color: Scarlet Gum. HEX triplet: 48, 26 and 5A. RGB value is (72,38,90). Sum of RGB (Red+Green+Blue) = 72+38+90=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #48265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48265A is #B7D9A5. Grayscale: #353535. Windows color (decimal): -12048806 or 5908040. OLE color: 5908040.
HSL color Cylindrical-coordinate representation of color #48265A: hue angle of 279.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48265A is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 38 | 90 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.65 |
| HSL | 279.23º | 0.41% | 0.25% | - |
| HSV(B) | 279.23º | 0.58% | 0.35% | - |
| XYZ | 5.21 | 3.5 | 10.07 | - |
| YUV | 54.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 90 | 0.20 | 0.58 | 0 | 0.65 | 279.23 | 0.41 | 0.25 |
| Hex | 48 | 26 | 5A | 14 | 3A | 0 | 41 | 117 | 29 | 19 |
| Octal | 110 | 46 | 132 | 24 | 72 | 0 | 101 | 427 | 51 | 31 |
| Binary | 1001000 | 100110 | 1011010 | 10100 | 111010 | 0 | 1000001 | 100010111 | 101001 | 11001 |
Color Harmonies of #48265A
Complementary color
Monochromatic Colors of #48265A
Black with #48265A
Text Example
Text Example
White with #48265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48265A; }
p { color: rgb(72,38,90); }
H1.HeaderClassName
{
color: #48265A;
}
.AnyTagClassName
{
color: #48265A;
}
</style>
background-color css
<style>
a { background-color: #48265A; }
a { background-color: rgb(72,38,90); }
div.DivClassName
{
background-color: #48265A;
}
.BgClassName
{
background-color: #48265A;
}
</style>
border-color css
<style>
span { border-color: #48265A; }
span { border-color: rgb(72,38,90); }
td.TdClassName
{
border-color: #48265A;
}
.TagClassName
{
border-color: #48265A;
}
</style>