Shades of Scarlet Gum #44275E
Tints of Scarlet Gum #44275E
RGB
CMYK
RGB Variations
Color information
#44275E (or 0x44275E) is known color: Scarlet Gum. HEX triplet: 44, 27 and 5E. RGB value is (68,39,94). Sum of RGB (Red+Green+Blue) = 68+39+94=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #44275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44275E is #BBD8A1. Grayscale: #353535. Windows color (decimal): -12310690 or 6170436. OLE color: 6170436.
HSL color Cylindrical-coordinate representation of color #44275E: hue angle of 271.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44275E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 39 | 94 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.63 |
| HSL | 271.64º | 0.41% | 0.26% | - |
| HSV(B) | 271.64º | 0.59% | 0.37% | - |
| XYZ | 5.13 | 3.49 | 10.99 | - |
| YUV | 53.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 94 | 0.28 | 0.59 | 0 | 0.63 | 271.64 | 0.41 | 0.26 |
| Hex | 44 | 27 | 5E | 1C | 3B | 0 | 3F | 110 | 29 | 1A |
| Octal | 104 | 47 | 136 | 34 | 73 | 0 | 77 | 420 | 51 | 32 |
| Binary | 1000100 | 100111 | 1011110 | 11100 | 111011 | 0 | 111111 | 100010000 | 101001 | 11010 |
Color Harmonies of #44275E
Complementary color
Monochromatic Colors of #44275E
Black with #44275E
Text Example
Text Example
White with #44275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44275E; }
p { color: rgb(68,39,94); }
H1.HeaderClassName
{
color: #44275E;
}
.AnyTagClassName
{
color: #44275E;
}
</style>
background-color css
<style>
a { background-color: #44275E; }
a { background-color: rgb(68,39,94); }
div.DivClassName
{
background-color: #44275E;
}
.BgClassName
{
background-color: #44275E;
}
</style>
border-color css
<style>
span { border-color: #44275E; }
span { border-color: rgb(68,39,94); }
td.TdClassName
{
border-color: #44275E;
}
.TagClassName
{
border-color: #44275E;
}
</style>