Shades of Scarlet Gum #44135D
Tints of Scarlet Gum #44135D
RGB
CMYK
RGB Variations
Color information
#44135D (or 0x44135D) is known color: Scarlet Gum. HEX triplet: 44, 13 and 5D. RGB value is (68,19,93). Sum of RGB (Red+Green+Blue) = 68+19+93=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #44135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135D is #BBECA2. Grayscale: #292929. Windows color (decimal): -12315811 or 6099780. OLE color: 6099780.
HSL color Cylindrical-coordinate representation of color #44135D: hue angle of 279.73º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44135D is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 19 | 93 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.64 |
| HSL | 279.73º | 0.66% | 0.22% | - |
| HSV(B) | 279.73º | 0.8% | 0.36% | - |
| XYZ | 4.59 | 2.49 | 10.59 | - |
| YUV | 42.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 93 | 0.27 | 0.80 | 0 | 0.64 | 279.73 | 0.66 | 0.22 |
| Hex | 44 | 13 | 5D | 1B | 50 | 0 | 40 | 118 | 42 | 16 |
| Octal | 104 | 23 | 135 | 33 | 120 | 0 | 100 | 430 | 102 | 26 |
| Binary | 1000100 | 10011 | 1011101 | 11011 | 1010000 | 0 | 1000000 | 100011000 | 1000010 | 10110 |
Color Harmonies of #44135D
Complementary color
Monochromatic Colors of #44135D
Black with #44135D
Text Example
Text Example
White with #44135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44135D; }
p { color: rgb(68,19,93); }
H1.HeaderClassName
{
color: #44135D;
}
.AnyTagClassName
{
color: #44135D;
}
</style>
background-color css
<style>
a { background-color: #44135D; }
a { background-color: rgb(68,19,93); }
div.DivClassName
{
background-color: #44135D;
}
.BgClassName
{
background-color: #44135D;
}
</style>
border-color css
<style>
span { border-color: #44135D; }
span { border-color: rgb(68,19,93); }
td.TdClassName
{
border-color: #44135D;
}
.TagClassName
{
border-color: #44135D;
}
</style>