Shades of Scarlet Gum #44295D
Tints of Scarlet Gum #44295D
RGB
CMYK
RGB Variations
Color information
#44295D (or 0x44295D) is known color: Scarlet Gum. HEX triplet: 44, 29 and 5D. RGB value is (68,41,93). Sum of RGB (Red+Green+Blue) = 68+41+93=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #44295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44295D is #BBD6A2. Grayscale: #363636. Windows color (decimal): -12310179 or 6105412. OLE color: 6105412.
HSL color Cylindrical-coordinate representation of color #44295D: hue angle of 271.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44295D is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 41 | 93 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.64 |
| HSL | 271.15º | 0.39% | 0.26% | - |
| HSV(B) | 271.15º | 0.56% | 0.36% | - |
| XYZ | 5.15 | 3.61 | 10.78 | - |
| YUV | 55 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 93 | 0.27 | 0.56 | 0 | 0.64 | 271.15 | 0.39 | 0.26 |
| Hex | 44 | 29 | 5D | 1B | 38 | 0 | 40 | 10F | 27 | 1A |
| Octal | 104 | 51 | 135 | 33 | 70 | 0 | 100 | 417 | 47 | 32 |
| Binary | 1000100 | 101001 | 1011101 | 11011 | 111000 | 0 | 1000000 | 100001111 | 100111 | 11010 |
Color Harmonies of #44295D
Complementary color
Monochromatic Colors of #44295D
Black with #44295D
Text Example
Text Example
White with #44295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44295D; }
p { color: rgb(68,41,93); }
H1.HeaderClassName
{
color: #44295D;
}
.AnyTagClassName
{
color: #44295D;
}
</style>
background-color css
<style>
a { background-color: #44295D; }
a { background-color: rgb(68,41,93); }
div.DivClassName
{
background-color: #44295D;
}
.BgClassName
{
background-color: #44295D;
}
</style>
border-color css
<style>
span { border-color: #44295D; }
span { border-color: rgb(68,41,93); }
td.TdClassName
{
border-color: #44295D;
}
.TagClassName
{
border-color: #44295D;
}
</style>