Shades of Scarlet Gum #442E4D
Tints of Scarlet Gum #442E4D
RGB
CMYK
RGB Variations
Color information
#442E4D (or 0x442E4D) is known color: Scarlet Gum. HEX triplet: 44, 2E and 4D. RGB value is (68,46,77). Sum of RGB (Red+Green+Blue) = 68+46+77=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #442E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E4D is #BBD1B2. Grayscale: #383838. Windows color (decimal): -12308915 or 5058116. OLE color: 5058116.
HSL color Cylindrical-coordinate representation of color #442E4D: hue angle of 282.58º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442E4D is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 46 | 77 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.70 |
| HSL | 282.58º | 0.25% | 0.24% | - |
| HSV(B) | 282.58º | 0.4% | 0.3% | - |
| XYZ | 4.7 | 3.72 | 7.49 | - |
| YUV | 56.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 77 | 0.12 | 0.40 | 0 | 0.70 | 282.58 | 0.25 | 0.24 |
| Hex | 44 | 2E | 4D | C | 28 | 0 | 46 | 11B | 19 | 18 |
| Octal | 104 | 56 | 115 | 14 | 50 | 0 | 106 | 433 | 31 | 30 |
| Binary | 1000100 | 101110 | 1001101 | 1100 | 101000 | 0 | 1000110 | 100011011 | 11001 | 11000 |
Color Harmonies of #442E4D
Complementary color
Monochromatic Colors of #442E4D
Black with #442E4D
Text Example
Text Example
White with #442E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E4D; }
p { color: rgb(68,46,77); }
H1.HeaderClassName
{
color: #442E4D;
}
.AnyTagClassName
{
color: #442E4D;
}
</style>
background-color css
<style>
a { background-color: #442E4D; }
a { background-color: rgb(68,46,77); }
div.DivClassName
{
background-color: #442E4D;
}
.BgClassName
{
background-color: #442E4D;
}
</style>
border-color css
<style>
span { border-color: #442E4D; }
span { border-color: rgb(68,46,77); }
td.TdClassName
{
border-color: #442E4D;
}
.TagClassName
{
border-color: #442E4D;
}
</style>