Shades of Scarlet Gum #44075D
Tints of Scarlet Gum #44075D
RGB
CMYK
RGB Variations
Color information
#44075D (or 0x44075D) is known color: Scarlet Gum. HEX triplet: 44, 07 and 5D. RGB value is (68,7,93). Sum of RGB (Red+Green+Blue) = 68+7+93=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #44075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44075D is #BBF8A2. Grayscale: #222222. Windows color (decimal): -12318883 or 6096708. OLE color: 6096708.
HSL color Cylindrical-coordinate representation of color #44075D: hue angle of 282.56º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44075D is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 7 | 93 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.64 |
| HSL | 282.56º | 0.86% | 0.2% | - |
| HSV(B) | 282.56º | 0.92% | 0.36% | - |
| XYZ | 4.44 | 2.17 | 10.54 | - |
| YUV | 35.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 93 | 0.27 | 0.92 | 0 | 0.64 | 282.56 | 0.86 | 0.2 |
| Hex | 44 | 7 | 5D | 1B | 5C | 0 | 40 | 11B | 56 | 14 |
| Octal | 104 | 7 | 135 | 33 | 134 | 0 | 100 | 433 | 126 | 24 |
| Binary | 1000100 | 111 | 1011101 | 11011 | 1011100 | 0 | 1000000 | 100011011 | 1010110 | 10100 |
Color Harmonies of #44075D
Complementary color
Monochromatic Colors of #44075D
Black with #44075D
Text Example
Text Example
White with #44075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44075D; }
p { color: rgb(68,7,93); }
H1.HeaderClassName
{
color: #44075D;
}
.AnyTagClassName
{
color: #44075D;
}
</style>
background-color css
<style>
a { background-color: #44075D; }
a { background-color: rgb(68,7,93); }
div.DivClassName
{
background-color: #44075D;
}
.BgClassName
{
background-color: #44075D;
}
</style>
border-color css
<style>
span { border-color: #44075D; }
span { border-color: rgb(68,7,93); }
td.TdClassName
{
border-color: #44075D;
}
.TagClassName
{
border-color: #44075D;
}
</style>