Shades of Scarlet Gum #442C4E
Tints of Scarlet Gum #442C4E
RGB
CMYK
RGB Variations
Color information
#442C4E (or 0x442C4E) is known color: Scarlet Gum. HEX triplet: 44, 2C and 4E. RGB value is (68,44,78). Sum of RGB (Red+Green+Blue) = 68+44+78=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #442C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C4E is #BBD3B1. Grayscale: #363636. Windows color (decimal): -12309426 or 5123140. OLE color: 5123140.
HSL color Cylindrical-coordinate representation of color #442C4E: hue angle of 282.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442C4E is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 44 | 78 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.69 |
| HSL | 282.35º | 0.28% | 0.24% | - |
| HSV(B) | 282.35º | 0.44% | 0.31% | - |
| XYZ | 4.66 | 3.58 | 7.65 | - |
| YUV | 55.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 78 | 0.13 | 0.44 | 0 | 0.69 | 282.35 | 0.28 | 0.24 |
| Hex | 44 | 2C | 4E | D | 2C | 0 | 45 | 11A | 1C | 18 |
| Octal | 104 | 54 | 116 | 15 | 54 | 0 | 105 | 432 | 34 | 30 |
| Binary | 1000100 | 101100 | 1001110 | 1101 | 101100 | 0 | 1000101 | 100011010 | 11100 | 11000 |
Color Harmonies of #442C4E
Complementary color
Monochromatic Colors of #442C4E
Black with #442C4E
Text Example
Text Example
White with #442C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C4E; }
p { color: rgb(68,44,78); }
H1.HeaderClassName
{
color: #442C4E;
}
.AnyTagClassName
{
color: #442C4E;
}
</style>
background-color css
<style>
a { background-color: #442C4E; }
a { background-color: rgb(68,44,78); }
div.DivClassName
{
background-color: #442C4E;
}
.BgClassName
{
background-color: #442C4E;
}
</style>
border-color css
<style>
span { border-color: #442C4E; }
span { border-color: rgb(68,44,78); }
td.TdClassName
{
border-color: #442C4E;
}
.TagClassName
{
border-color: #442C4E;
}
</style>