Shades of Scarlet Gum #44105D
Tints of Scarlet Gum #44105D
RGB
CMYK
RGB Variations
Color information
#44105D (or 0x44105D) is known color: Scarlet Gum. HEX triplet: 44, 10 and 5D. RGB value is (68,16,93). Sum of RGB (Red+Green+Blue) = 68+16+93=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #44105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44105D is #BBEFA2. Grayscale: #282828. Windows color (decimal): -12316579 or 6099012. OLE color: 6099012.
HSL color Cylindrical-coordinate representation of color #44105D: hue angle of 280.52º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44105D is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 16 | 93 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.64 |
| HSL | 280.52º | 0.71% | 0.21% | - |
| HSV(B) | 280.52º | 0.83% | 0.36% | - |
| XYZ | 4.54 | 2.39 | 10.58 | - |
| YUV | 40.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 93 | 0.27 | 0.83 | 0 | 0.64 | 280.52 | 0.71 | 0.21 |
| Hex | 44 | 10 | 5D | 1B | 53 | 0 | 40 | 119 | 47 | 15 |
| Octal | 104 | 20 | 135 | 33 | 123 | 0 | 100 | 431 | 107 | 25 |
| Binary | 1000100 | 10000 | 1011101 | 11011 | 1010011 | 0 | 1000000 | 100011001 | 1000111 | 10101 |
Color Harmonies of #44105D
Complementary color
Monochromatic Colors of #44105D
Black with #44105D
Text Example
Text Example
White with #44105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44105D; }
p { color: rgb(68,16,93); }
H1.HeaderClassName
{
color: #44105D;
}
.AnyTagClassName
{
color: #44105D;
}
</style>
background-color css
<style>
a { background-color: #44105D; }
a { background-color: rgb(68,16,93); }
div.DivClassName
{
background-color: #44105D;
}
.BgClassName
{
background-color: #44105D;
}
</style>
border-color css
<style>
span { border-color: #44105D; }
span { border-color: rgb(68,16,93); }
td.TdClassName
{
border-color: #44105D;
}
.TagClassName
{
border-color: #44105D;
}
</style>