Shades of Scarlet Gum #44155D
Tints of Scarlet Gum #44155D
RGB
CMYK
RGB Variations
Color information
#44155D (or 0x44155D) is known color: Scarlet Gum. HEX triplet: 44, 15 and 5D. RGB value is (68,21,93). Sum of RGB (Red+Green+Blue) = 68+21+93=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #44155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44155D is #BBEAA2. Grayscale: #2B2B2B. Windows color (decimal): -12315299 or 6100292. OLE color: 6100292.
HSL color Cylindrical-coordinate representation of color #44155D: hue angle of 279.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44155D is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 21 | 93 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.64 |
| HSL | 279.17º | 0.63% | 0.22% | - |
| HSV(B) | 279.17º | 0.77% | 0.36% | - |
| XYZ | 4.63 | 2.56 | 10.61 | - |
| YUV | 43.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 93 | 0.27 | 0.77 | 0 | 0.64 | 279.17 | 0.63 | 0.22 |
| Hex | 44 | 15 | 5D | 1B | 4D | 0 | 40 | 117 | 3F | 16 |
| Octal | 104 | 25 | 135 | 33 | 115 | 0 | 100 | 427 | 77 | 26 |
| Binary | 1000100 | 10101 | 1011101 | 11011 | 1001101 | 0 | 1000000 | 100010111 | 111111 | 10110 |
Color Harmonies of #44155D
Complementary color
Monochromatic Colors of #44155D
Black with #44155D
Text Example
Text Example
White with #44155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44155D; }
p { color: rgb(68,21,93); }
H1.HeaderClassName
{
color: #44155D;
}
.AnyTagClassName
{
color: #44155D;
}
</style>
background-color css
<style>
a { background-color: #44155D; }
a { background-color: rgb(68,21,93); }
div.DivClassName
{
background-color: #44155D;
}
.BgClassName
{
background-color: #44155D;
}
</style>
border-color css
<style>
span { border-color: #44155D; }
span { border-color: rgb(68,21,93); }
td.TdClassName
{
border-color: #44155D;
}
.TagClassName
{
border-color: #44155D;
}
</style>