Shades of Scarlet Gum #48345A
Tints of Scarlet Gum #48345A
RGB
CMYK
RGB Variations
Color information
#48345A (or 0x48345A) is known color: Scarlet Gum. HEX triplet: 48, 34 and 5A. RGB value is (72,52,90). Sum of RGB (Red+Green+Blue) = 72+52+90=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #48345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48345A is #B7CBA5. Grayscale: #3E3E3E. Windows color (decimal): -12045222 or 5911624. OLE color: 5911624.
HSL color Cylindrical-coordinate representation of color #48345A: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48345A is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 52 | 90 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.65 |
| HSL | 271.58º | 0.27% | 0.28% | - |
| HSV(B) | 271.58º | 0.42% | 0.35% | - |
| XYZ | 5.75 | 4.57 | 10.25 | - |
| YUV | 62.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 90 | 0.20 | 0.42 | 0 | 0.65 | 271.58 | 0.27 | 0.28 |
| Hex | 48 | 34 | 5A | 14 | 2A | 0 | 41 | 110 | 1B | 1C |
| Octal | 110 | 64 | 132 | 24 | 52 | 0 | 101 | 420 | 33 | 34 |
| Binary | 1001000 | 110100 | 1011010 | 10100 | 101010 | 0 | 1000001 | 100010000 | 11011 | 11100 |
Color Harmonies of #48345A
Complementary color
Monochromatic Colors of #48345A
Black with #48345A
Text Example
Text Example
White with #48345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48345A; }
p { color: rgb(72,52,90); }
H1.HeaderClassName
{
color: #48345A;
}
.AnyTagClassName
{
color: #48345A;
}
</style>
background-color css
<style>
a { background-color: #48345A; }
a { background-color: rgb(72,52,90); }
div.DivClassName
{
background-color: #48345A;
}
.BgClassName
{
background-color: #48345A;
}
</style>
border-color css
<style>
span { border-color: #48345A; }
span { border-color: rgb(72,52,90); }
td.TdClassName
{
border-color: #48345A;
}
.TagClassName
{
border-color: #48345A;
}
</style>