Shades of Scarlet Gum #48145C
Tints of Scarlet Gum #48145C
RGB
CMYK
RGB Variations
Color information
#48145C (or 0x48145C) is known color: Scarlet Gum. HEX triplet: 48, 14 and 5C. RGB value is (72,20,92). Sum of RGB (Red+Green+Blue) = 72+20+92=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #48145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145C is #B7EBA3. Grayscale: #2B2B2B. Windows color (decimal): -12053412 or 6034504. OLE color: 6034504.
HSL color Cylindrical-coordinate representation of color #48145C: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48145C is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 20 | 92 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.64 |
| HSL | 283.33º | 0.64% | 0.22% | - |
| HSV(B) | 283.33º | 0.78% | 0.36% | - |
| XYZ | 4.85 | 2.65 | 10.38 | - |
| YUV | 43.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 92 | 0.22 | 0.78 | 0 | 0.64 | 283.33 | 0.64 | 0.22 |
| Hex | 48 | 14 | 5C | 16 | 4E | 0 | 40 | 11B | 40 | 16 |
| Octal | 110 | 24 | 134 | 26 | 116 | 0 | 100 | 433 | 100 | 26 |
| Binary | 1001000 | 10100 | 1011100 | 10110 | 1001110 | 0 | 1000000 | 100011011 | 1000000 | 10110 |
Color Harmonies of #48145C
Complementary color
Monochromatic Colors of #48145C
Black with #48145C
Text Example
Text Example
White with #48145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48145C; }
p { color: rgb(72,20,92); }
H1.HeaderClassName
{
color: #48145C;
}
.AnyTagClassName
{
color: #48145C;
}
</style>
background-color css
<style>
a { background-color: #48145C; }
a { background-color: rgb(72,20,92); }
div.DivClassName
{
background-color: #48145C;
}
.BgClassName
{
background-color: #48145C;
}
</style>
border-color css
<style>
span { border-color: #48145C; }
span { border-color: rgb(72,20,92); }
td.TdClassName
{
border-color: #48145C;
}
.TagClassName
{
border-color: #48145C;
}
</style>