Shades of Scarlet Gum #44085D
Tints of Scarlet Gum #44085D
RGB
CMYK
RGB Variations
Color information
#44085D (or 0x44085D) is known color: Scarlet Gum. HEX triplet: 44, 08 and 5D. RGB value is (68,8,93). Sum of RGB (Red+Green+Blue) = 68+8+93=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #44085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44085D is #BBF7A2. Grayscale: #232323. Windows color (decimal): -12318627 or 6096964. OLE color: 6096964.
HSL color Cylindrical-coordinate representation of color #44085D: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44085D is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 8 | 93 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.64 |
| HSL | 282.35º | 0.84% | 0.2% | - |
| HSV(B) | 282.35º | 0.91% | 0.36% | - |
| XYZ | 4.45 | 2.19 | 10.54 | - |
| YUV | 35.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 93 | 0.27 | 0.91 | 0 | 0.64 | 282.35 | 0.84 | 0.2 |
| Hex | 44 | 8 | 5D | 1B | 5B | 0 | 40 | 11A | 54 | 14 |
| Octal | 104 | 10 | 135 | 33 | 133 | 0 | 100 | 432 | 124 | 24 |
| Binary | 1000100 | 1000 | 1011101 | 11011 | 1011011 | 0 | 1000000 | 100011010 | 1010100 | 10100 |
Color Harmonies of #44085D
Complementary color
Monochromatic Colors of #44085D
Black with #44085D
Text Example
Text Example
White with #44085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44085D; }
p { color: rgb(68,8,93); }
H1.HeaderClassName
{
color: #44085D;
}
.AnyTagClassName
{
color: #44085D;
}
</style>
background-color css
<style>
a { background-color: #44085D; }
a { background-color: rgb(68,8,93); }
div.DivClassName
{
background-color: #44085D;
}
.BgClassName
{
background-color: #44085D;
}
</style>
border-color css
<style>
span { border-color: #44085D; }
span { border-color: rgb(68,8,93); }
td.TdClassName
{
border-color: #44085D;
}
.TagClassName
{
border-color: #44085D;
}
</style>