Shades of Scarlet Gum #44065B
Tints of Scarlet Gum #44065B
RGB
CMYK
RGB Variations
Color information
#44065B (or 0x44065B) is known color: Scarlet Gum. HEX triplet: 44, 06 and 5B. RGB value is (68,6,91). Sum of RGB (Red+Green+Blue) = 68+6+91=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #44065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44065B is #BBF9A4. Grayscale: #212121. Windows color (decimal): -12319141 or 5965380. OLE color: 5965380.
HSL color Cylindrical-coordinate representation of color #44065B: hue angle of 283.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44065B is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 6 | 91 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.64 |
| HSL | 283.76º | 0.88% | 0.19% | - |
| HSV(B) | 283.76º | 0.93% | 0.36% | - |
| XYZ | 4.34 | 2.11 | 10.08 | - |
| YUV | 34.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 91 | 0.25 | 0.93 | 0 | 0.64 | 283.76 | 0.88 | 0.19 |
| Hex | 44 | 6 | 5B | 19 | 5D | 0 | 40 | 11C | 58 | 13 |
| Octal | 104 | 6 | 133 | 31 | 135 | 0 | 100 | 434 | 130 | 23 |
| Binary | 1000100 | 110 | 1011011 | 11001 | 1011101 | 0 | 1000000 | 100011100 | 1011000 | 10011 |
Color Harmonies of #44065B
Complementary color
Monochromatic Colors of #44065B
Black with #44065B
Text Example
Text Example
White with #44065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44065B; }
p { color: rgb(68,6,91); }
H1.HeaderClassName
{
color: #44065B;
}
.AnyTagClassName
{
color: #44065B;
}
</style>
background-color css
<style>
a { background-color: #44065B; }
a { background-color: rgb(68,6,91); }
div.DivClassName
{
background-color: #44065B;
}
.BgClassName
{
background-color: #44065B;
}
</style>
border-color css
<style>
span { border-color: #44065B; }
span { border-color: rgb(68,6,91); }
td.TdClassName
{
border-color: #44065B;
}
.TagClassName
{
border-color: #44065B;
}
</style>