Shades of Scarlet Gum #442D4D
Tints of Scarlet Gum #442D4D
RGB
CMYK
RGB Variations
Color information
#442D4D (or 0x442D4D) is known color: Scarlet Gum. HEX triplet: 44, 2D and 4D. RGB value is (68,45,77). Sum of RGB (Red+Green+Blue) = 68+45+77=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #442D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D4D is #BBD2B2. Grayscale: #373737. Windows color (decimal): -12309171 or 5057860. OLE color: 5057860.
HSL color Cylindrical-coordinate representation of color #442D4D: hue angle of 283.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #442D4D is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 45 | 77 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.70 |
| HSL | 283.13º | 0.26% | 0.24% | - |
| HSV(B) | 283.13º | 0.42% | 0.3% | - |
| XYZ | 4.66 | 3.64 | 7.48 | - |
| YUV | 55.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 77 | 0.12 | 0.42 | 0 | 0.70 | 283.13 | 0.26 | 0.24 |
| Hex | 44 | 2D | 4D | C | 2A | 0 | 46 | 11B | 1A | 18 |
| Octal | 104 | 55 | 115 | 14 | 52 | 0 | 106 | 433 | 32 | 30 |
| Binary | 1000100 | 101101 | 1001101 | 1100 | 101010 | 0 | 1000110 | 100011011 | 11010 | 11000 |
Color Harmonies of #442D4D
Complementary color
Monochromatic Colors of #442D4D
Black with #442D4D
Text Example
Text Example
White with #442D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D4D; }
p { color: rgb(68,45,77); }
H1.HeaderClassName
{
color: #442D4D;
}
.AnyTagClassName
{
color: #442D4D;
}
</style>
background-color css
<style>
a { background-color: #442D4D; }
a { background-color: rgb(68,45,77); }
div.DivClassName
{
background-color: #442D4D;
}
.BgClassName
{
background-color: #442D4D;
}
</style>
border-color css
<style>
span { border-color: #442D4D; }
span { border-color: rgb(68,45,77); }
td.TdClassName
{
border-color: #442D4D;
}
.TagClassName
{
border-color: #442D4D;
}
</style>