Shades of Scarlet Gum #44085B
Tints of Scarlet Gum #44085B
RGB
CMYK
RGB Variations
Color information
#44085B (or 0x44085B) is known color: Scarlet Gum. HEX triplet: 44, 08 and 5B. RGB value is (68,8,91). Sum of RGB (Red+Green+Blue) = 68+8+91=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #44085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44085B is #BBF7A4. Grayscale: #232323. Windows color (decimal): -12318629 or 5965892. OLE color: 5965892.
HSL color Cylindrical-coordinate representation of color #44085B: hue angle of 283.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44085B is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 8 | 91 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.64 |
| HSL | 283.37º | 0.84% | 0.19% | - |
| HSV(B) | 283.37º | 0.91% | 0.36% | - |
| XYZ | 4.36 | 2.16 | 10.08 | - |
| YUV | 35.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 91 | 0.25 | 0.91 | 0 | 0.64 | 283.37 | 0.84 | 0.19 |
| Hex | 44 | 8 | 5B | 19 | 5B | 0 | 40 | 11B | 54 | 13 |
| Octal | 104 | 10 | 133 | 31 | 133 | 0 | 100 | 433 | 124 | 23 |
| Binary | 1000100 | 1000 | 1011011 | 11001 | 1011011 | 0 | 1000000 | 100011011 | 1010100 | 10011 |
Color Harmonies of #44085B
Complementary color
Monochromatic Colors of #44085B
Black with #44085B
Text Example
Text Example
White with #44085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44085B; }
p { color: rgb(68,8,91); }
H1.HeaderClassName
{
color: #44085B;
}
.AnyTagClassName
{
color: #44085B;
}
</style>
background-color css
<style>
a { background-color: #44085B; }
a { background-color: rgb(68,8,91); }
div.DivClassName
{
background-color: #44085B;
}
.BgClassName
{
background-color: #44085B;
}
</style>
border-color css
<style>
span { border-color: #44085B; }
span { border-color: rgb(68,8,91); }
td.TdClassName
{
border-color: #44085B;
}
.TagClassName
{
border-color: #44085B;
}
</style>