Shades of Scarlet Gum #44185D
Tints of Scarlet Gum #44185D
RGB
CMYK
RGB Variations
Color information
#44185D (or 0x44185D) is known color: Scarlet Gum. HEX triplet: 44, 18 and 5D. RGB value is (68,24,93). Sum of RGB (Red+Green+Blue) = 68+24+93=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #44185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44185D is #BBE7A2. Grayscale: #2C2C2C. Windows color (decimal): -12314531 or 6101060. OLE color: 6101060.
HSL color Cylindrical-coordinate representation of color #44185D: hue angle of 278.26º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44185D is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 24 | 93 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.64 |
| HSL | 278.26º | 0.59% | 0.23% | - |
| HSV(B) | 278.26º | 0.74% | 0.36% | - |
| XYZ | 4.69 | 2.67 | 10.62 | - |
| YUV | 45.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 93 | 0.27 | 0.74 | 0 | 0.64 | 278.26 | 0.59 | 0.23 |
| Hex | 44 | 18 | 5D | 1B | 4A | 0 | 40 | 116 | 3B | 17 |
| Octal | 104 | 30 | 135 | 33 | 112 | 0 | 100 | 426 | 73 | 27 |
| Binary | 1000100 | 11000 | 1011101 | 11011 | 1001010 | 0 | 1000000 | 100010110 | 111011 | 10111 |
Color Harmonies of #44185D
Complementary color
Monochromatic Colors of #44185D
Black with #44185D
Text Example
Text Example
White with #44185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44185D; }
p { color: rgb(68,24,93); }
H1.HeaderClassName
{
color: #44185D;
}
.AnyTagClassName
{
color: #44185D;
}
</style>
background-color css
<style>
a { background-color: #44185D; }
a { background-color: rgb(68,24,93); }
div.DivClassName
{
background-color: #44185D;
}
.BgClassName
{
background-color: #44185D;
}
</style>
border-color css
<style>
span { border-color: #44185D; }
span { border-color: rgb(68,24,93); }
td.TdClassName
{
border-color: #44185D;
}
.TagClassName
{
border-color: #44185D;
}
</style>