Shades of Scarlet Gum #481E5E
Tints of Scarlet Gum #481E5E
RGB
CMYK
RGB Variations
Color information
#481E5E (or 0x481E5E) is known color: Scarlet Gum. HEX triplet: 48, 1E and 5E. RGB value is (72,30,94). Sum of RGB (Red+Green+Blue) = 72+30+94=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #481E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E5E is #B7E1A1. Grayscale: #313131. Windows color (decimal): -12050850 or 6168136. OLE color: 6168136.
HSL color Cylindrical-coordinate representation of color #481E5E: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481E5E is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 30 | 94 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.63 |
| HSL | 279.38º | 0.52% | 0.24% | - |
| HSV(B) | 279.38º | 0.68% | 0.37% | - |
| XYZ | 5.16 | 3.11 | 10.92 | - |
| YUV | 49.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 94 | 0.23 | 0.68 | 0 | 0.63 | 279.38 | 0.52 | 0.24 |
| Hex | 48 | 1E | 5E | 17 | 44 | 0 | 3F | 117 | 34 | 18 |
| Octal | 110 | 36 | 136 | 27 | 104 | 0 | 77 | 427 | 64 | 30 |
| Binary | 1001000 | 11110 | 1011110 | 10111 | 1000100 | 0 | 111111 | 100010111 | 110100 | 11000 |
Color Harmonies of #481E5E
Complementary color
Monochromatic Colors of #481E5E
Black with #481E5E
Text Example
Text Example
White with #481E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E5E; }
p { color: rgb(72,30,94); }
H1.HeaderClassName
{
color: #481E5E;
}
.AnyTagClassName
{
color: #481E5E;
}
</style>
background-color css
<style>
a { background-color: #481E5E; }
a { background-color: rgb(72,30,94); }
div.DivClassName
{
background-color: #481E5E;
}
.BgClassName
{
background-color: #481E5E;
}
</style>
border-color css
<style>
span { border-color: #481E5E; }
span { border-color: rgb(72,30,94); }
td.TdClassName
{
border-color: #481E5E;
}
.TagClassName
{
border-color: #481E5E;
}
</style>