Shades of Scarlet Gum #44165A
Tints of Scarlet Gum #44165A
RGB
CMYK
RGB Variations
Color information
#44165A (or 0x44165A) is known color: Scarlet Gum. HEX triplet: 44, 16 and 5A. RGB value is (68,22,90). Sum of RGB (Red+Green+Blue) = 68+22+90=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #44165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44165A is #BBE9A5. Grayscale: #2B2B2B. Windows color (decimal): -12315046 or 5903940. OLE color: 5903940.
HSL color Cylindrical-coordinate representation of color #44165A: hue angle of 280.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44165A is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 22 | 90 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.65 |
| HSL | 280.59º | 0.61% | 0.22% | - |
| HSV(B) | 280.59º | 0.76% | 0.35% | - |
| XYZ | 4.52 | 2.54 | 9.93 | - |
| YUV | 43.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 90 | 0.24 | 0.76 | 0 | 0.65 | 280.59 | 0.61 | 0.22 |
| Hex | 44 | 16 | 5A | 18 | 4C | 0 | 41 | 119 | 3D | 16 |
| Octal | 104 | 26 | 132 | 30 | 114 | 0 | 101 | 431 | 75 | 26 |
| Binary | 1000100 | 10110 | 1011010 | 11000 | 1001100 | 0 | 1000001 | 100011001 | 111101 | 10110 |
Color Harmonies of #44165A
Complementary color
Monochromatic Colors of #44165A
Black with #44165A
Text Example
Text Example
White with #44165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44165A; }
p { color: rgb(68,22,90); }
H1.HeaderClassName
{
color: #44165A;
}
.AnyTagClassName
{
color: #44165A;
}
</style>
background-color css
<style>
a { background-color: #44165A; }
a { background-color: rgb(68,22,90); }
div.DivClassName
{
background-color: #44165A;
}
.BgClassName
{
background-color: #44165A;
}
</style>
border-color css
<style>
span { border-color: #44165A; }
span { border-color: rgb(68,22,90); }
td.TdClassName
{
border-color: #44165A;
}
.TagClassName
{
border-color: #44165A;
}
</style>