Shades of Scarlet Gum #48305A
Tints of Scarlet Gum #48305A
RGB
CMYK
RGB Variations
Color information
#48305A (or 0x48305A) is known color: Scarlet Gum. HEX triplet: 48, 30 and 5A. RGB value is (72,48,90). Sum of RGB (Red+Green+Blue) = 72+48+90=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #48305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305A is #B7CFA5. Grayscale: #3B3B3B. Windows color (decimal): -12046246 or 5910600. OLE color: 5910600.
HSL color Cylindrical-coordinate representation of color #48305A: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48305A is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 48 | 90 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.65 |
| HSL | 274.29º | 0.3% | 0.27% | - |
| HSV(B) | 274.29º | 0.47% | 0.35% | - |
| XYZ | 5.57 | 4.23 | 10.2 | - |
| YUV | 59.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 90 | 0.20 | 0.47 | 0 | 0.65 | 274.29 | 0.3 | 0.27 |
| Hex | 48 | 30 | 5A | 14 | 2F | 0 | 41 | 112 | 1E | 1B |
| Octal | 110 | 60 | 132 | 24 | 57 | 0 | 101 | 422 | 36 | 33 |
| Binary | 1001000 | 110000 | 1011010 | 10100 | 101111 | 0 | 1000001 | 100010010 | 11110 | 11011 |
Color Harmonies of #48305A
Complementary color
Monochromatic Colors of #48305A
Black with #48305A
Text Example
Text Example
White with #48305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48305A; }
p { color: rgb(72,48,90); }
H1.HeaderClassName
{
color: #48305A;
}
.AnyTagClassName
{
color: #48305A;
}
</style>
background-color css
<style>
a { background-color: #48305A; }
a { background-color: rgb(72,48,90); }
div.DivClassName
{
background-color: #48305A;
}
.BgClassName
{
background-color: #48305A;
}
</style>
border-color css
<style>
span { border-color: #48305A; }
span { border-color: rgb(72,48,90); }
td.TdClassName
{
border-color: #48305A;
}
.TagClassName
{
border-color: #48305A;
}
</style>