Shades of Scarlet Gum #44235E
Tints of Scarlet Gum #44235E
RGB
CMYK
RGB Variations
Color information
#44235E (or 0x44235E) is known color: Scarlet Gum. HEX triplet: 44, 23 and 5E. RGB value is (68,35,94). Sum of RGB (Red+Green+Blue) = 68+35+94=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #44235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44235E is #BBDCA1. Grayscale: #333333. Windows color (decimal): -12311714 or 6169412. OLE color: 6169412.
HSL color Cylindrical-coordinate representation of color #44235E: hue angle of 273.56º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44235E is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 35 | 94 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.63 |
| HSL | 273.56º | 0.46% | 0.25% | - |
| HSV(B) | 273.56º | 0.63% | 0.37% | - |
| XYZ | 5.01 | 3.24 | 10.95 | - |
| YUV | 51.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 94 | 0.28 | 0.63 | 0 | 0.63 | 273.56 | 0.46 | 0.25 |
| Hex | 44 | 23 | 5E | 1C | 3F | 0 | 3F | 112 | 2E | 19 |
| Octal | 104 | 43 | 136 | 34 | 77 | 0 | 77 | 422 | 56 | 31 |
| Binary | 1000100 | 100011 | 1011110 | 11100 | 111111 | 0 | 111111 | 100010010 | 101110 | 11001 |
Color Harmonies of #44235E
Complementary color
Monochromatic Colors of #44235E
Black with #44235E
Text Example
Text Example
White with #44235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44235E; }
p { color: rgb(68,35,94); }
H1.HeaderClassName
{
color: #44235E;
}
.AnyTagClassName
{
color: #44235E;
}
</style>
background-color css
<style>
a { background-color: #44235E; }
a { background-color: rgb(68,35,94); }
div.DivClassName
{
background-color: #44235E;
}
.BgClassName
{
background-color: #44235E;
}
</style>
border-color css
<style>
span { border-color: #44235E; }
span { border-color: rgb(68,35,94); }
td.TdClassName
{
border-color: #44235E;
}
.TagClassName
{
border-color: #44235E;
}
</style>