Shades of Scarlet Gum #44265D
Tints of Scarlet Gum #44265D
RGB
CMYK
RGB Variations
Color information
#44265D (or 0x44265D) is known color: Scarlet Gum. HEX triplet: 44, 26 and 5D. RGB value is (68,38,93). Sum of RGB (Red+Green+Blue) = 68+38+93=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #44265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44265D is #BBD9A2. Grayscale: #353535. Windows color (decimal): -12310947 or 6104644. OLE color: 6104644.
HSL color Cylindrical-coordinate representation of color #44265D: hue angle of 272.73º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44265D is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 38 | 93 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.64 |
| HSL | 272.73º | 0.42% | 0.26% | - |
| HSV(B) | 272.73º | 0.59% | 0.36% | - |
| XYZ | 5.05 | 3.41 | 10.75 | - |
| YUV | 53.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 93 | 0.27 | 0.59 | 0 | 0.64 | 272.73 | 0.42 | 0.26 |
| Hex | 44 | 26 | 5D | 1B | 3B | 0 | 40 | 111 | 2A | 1A |
| Octal | 104 | 46 | 135 | 33 | 73 | 0 | 100 | 421 | 52 | 32 |
| Binary | 1000100 | 100110 | 1011101 | 11011 | 111011 | 0 | 1000000 | 100010001 | 101010 | 11010 |
Color Harmonies of #44265D
Complementary color
Monochromatic Colors of #44265D
Black with #44265D
Text Example
Text Example
White with #44265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44265D; }
p { color: rgb(68,38,93); }
H1.HeaderClassName
{
color: #44265D;
}
.AnyTagClassName
{
color: #44265D;
}
</style>
background-color css
<style>
a { background-color: #44265D; }
a { background-color: rgb(68,38,93); }
div.DivClassName
{
background-color: #44265D;
}
.BgClassName
{
background-color: #44265D;
}
</style>
border-color css
<style>
span { border-color: #44265D; }
span { border-color: rgb(68,38,93); }
td.TdClassName
{
border-color: #44265D;
}
.TagClassName
{
border-color: #44265D;
}
</style>