Shades of Scarlet Gum #44235A
Tints of Scarlet Gum #44235A
RGB
CMYK
RGB Variations
Color information
#44235A (or 0x44235A) is known color: Scarlet Gum. HEX triplet: 44, 23 and 5A. RGB value is (68,35,90). Sum of RGB (Red+Green+Blue) = 68+35+90=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #44235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44235A is #BBDCA5. Grayscale: #323232. Windows color (decimal): -12311718 or 5907268. OLE color: 5907268.
HSL color Cylindrical-coordinate representation of color #44235A: hue angle of 276º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44235A is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 35 | 90 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.65 |
| HSL | 276º | 0.44% | 0.25% | - |
| HSV(B) | 276º | 0.61% | 0.35% | - |
| XYZ | 4.83 | 3.17 | 10.03 | - |
| YUV | 51.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 90 | 0.24 | 0.61 | 0 | 0.65 | 276 | 0.44 | 0.25 |
| Hex | 44 | 23 | 5A | 18 | 3D | 0 | 41 | 114 | 2C | 19 |
| Octal | 104 | 43 | 132 | 30 | 75 | 0 | 101 | 424 | 54 | 31 |
| Binary | 1000100 | 100011 | 1011010 | 11000 | 111101 | 0 | 1000001 | 100010100 | 101100 | 11001 |
Color Harmonies of #44235A
Complementary color
Monochromatic Colors of #44235A
Black with #44235A
Text Example
Text Example
White with #44235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44235A; }
p { color: rgb(68,35,90); }
H1.HeaderClassName
{
color: #44235A;
}
.AnyTagClassName
{
color: #44235A;
}
</style>
background-color css
<style>
a { background-color: #44235A; }
a { background-color: rgb(68,35,90); }
div.DivClassName
{
background-color: #44235A;
}
.BgClassName
{
background-color: #44235A;
}
</style>
border-color css
<style>
span { border-color: #44235A; }
span { border-color: rgb(68,35,90); }
td.TdClassName
{
border-color: #44235A;
}
.TagClassName
{
border-color: #44235A;
}
</style>