Shades of Scarlet Gum #44095C
Tints of Scarlet Gum #44095C
RGB
CMYK
RGB Variations
Color information
#44095C (or 0x44095C) is known color: Scarlet Gum. HEX triplet: 44, 09 and 5C. RGB value is (68,9,92). Sum of RGB (Red+Green+Blue) = 68+9+92=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #44095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095C is #BBF6A3. Grayscale: #232323. Windows color (decimal): -12318372 or 6031684. OLE color: 6031684.
HSL color Cylindrical-coordinate representation of color #44095C: hue angle of 282.65º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44095C is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 9 | 92 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.64 |
| HSL | 282.65º | 0.82% | 0.2% | - |
| HSV(B) | 282.65º | 0.9% | 0.36% | - |
| XYZ | 4.41 | 2.2 | 10.32 | - |
| YUV | 36.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 92 | 0.26 | 0.90 | 0 | 0.64 | 282.65 | 0.82 | 0.2 |
| Hex | 44 | 9 | 5C | 1A | 5A | 0 | 40 | 11B | 52 | 14 |
| Octal | 104 | 11 | 134 | 32 | 132 | 0 | 100 | 433 | 122 | 24 |
| Binary | 1000100 | 1001 | 1011100 | 11010 | 1011010 | 0 | 1000000 | 100011011 | 1010010 | 10100 |
Color Harmonies of #44095C
Complementary color
Monochromatic Colors of #44095C
Black with #44095C
Text Example
Text Example
White with #44095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44095C; }
p { color: rgb(68,9,92); }
H1.HeaderClassName
{
color: #44095C;
}
.AnyTagClassName
{
color: #44095C;
}
</style>
background-color css
<style>
a { background-color: #44095C; }
a { background-color: rgb(68,9,92); }
div.DivClassName
{
background-color: #44095C;
}
.BgClassName
{
background-color: #44095C;
}
</style>
border-color css
<style>
span { border-color: #44095C; }
span { border-color: rgb(68,9,92); }
td.TdClassName
{
border-color: #44095C;
}
.TagClassName
{
border-color: #44095C;
}
</style>