Shades of Scarlet Gum #48265C
Tints of Scarlet Gum #48265C
RGB
CMYK
RGB Variations
Color information
#48265C (or 0x48265C) is known color: Scarlet Gum. HEX triplet: 48, 26 and 5C. RGB value is (72,38,92). Sum of RGB (Red+Green+Blue) = 72+38+92=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #48265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48265C is #B7D9A3. Grayscale: #363636. Windows color (decimal): -12048804 or 6039112. OLE color: 6039112.
HSL color Cylindrical-coordinate representation of color #48265C: hue angle of 277.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48265C is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 38 | 92 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.64 |
| HSL | 277.78º | 0.42% | 0.25% | - |
| HSV(B) | 277.78º | 0.59% | 0.36% | - |
| XYZ | 5.3 | 3.54 | 10.53 | - |
| YUV | 54.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 92 | 0.22 | 0.59 | 0 | 0.64 | 277.78 | 0.42 | 0.25 |
| Hex | 48 | 26 | 5C | 16 | 3B | 0 | 40 | 116 | 2A | 19 |
| Octal | 110 | 46 | 134 | 26 | 73 | 0 | 100 | 426 | 52 | 31 |
| Binary | 1001000 | 100110 | 1011100 | 10110 | 111011 | 0 | 1000000 | 100010110 | 101010 | 11001 |
Color Harmonies of #48265C
Complementary color
Monochromatic Colors of #48265C
Black with #48265C
Text Example
Text Example
White with #48265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48265C; }
p { color: rgb(72,38,92); }
H1.HeaderClassName
{
color: #48265C;
}
.AnyTagClassName
{
color: #48265C;
}
</style>
background-color css
<style>
a { background-color: #48265C; }
a { background-color: rgb(72,38,92); }
div.DivClassName
{
background-color: #48265C;
}
.BgClassName
{
background-color: #48265C;
}
</style>
border-color css
<style>
span { border-color: #48265C; }
span { border-color: rgb(72,38,92); }
td.TdClassName
{
border-color: #48265C;
}
.TagClassName
{
border-color: #48265C;
}
</style>