Shades of Jazzberry Jam #901056
Tints of Jazzberry Jam #901056
RGB
CMYK
RGB Variations
Color information
#901056 (or 0x901056) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 56. RGB value is (144,16,86). Sum of RGB (Red+Green+Blue) = 144+16+86=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #901056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901056 is #6FEFA9. Grayscale: #3E3E3E. Windows color (decimal): -7335850 or 5640336. OLE color: 5640336.
HSL color Cylindrical-coordinate representation of color #901056: hue angle of 327.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901056 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 86 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.44 |
| HSL | 327.19º | 0.8% | 0.31% | - |
| HSV(B) | 327.19º | 0.89% | 0.56% | - |
| XYZ | 13.37 | 6.97 | 9.45 | - |
| YUV | 62.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 86 | 0 | 0.89 | 0.40 | 0.44 | 327.19 | 0.8 | 0.31 |
| Hex | 90 | 10 | 56 | 0 | 59 | 28 | 2C | 147 | 50 | 1F |
| Octal | 220 | 20 | 126 | 0 | 131 | 50 | 54 | 507 | 120 | 37 |
| Binary | 10010000 | 10000 | 1010110 | 0 | 1011001 | 101000 | 101100 | 101000111 | 1010000 | 11111 |
Color Harmonies of #901056
Complementary color
Monochromatic Colors of #901056
Black with #901056
Text Example
Text Example
White with #901056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901056; }
p { color: rgb(144,16,86); }
H1.HeaderClassName
{
color: #901056;
}
.AnyTagClassName
{
color: #901056;
}
</style>
background-color css
<style>
a { background-color: #901056; }
a { background-color: rgb(144,16,86); }
div.DivClassName
{
background-color: #901056;
}
.BgClassName
{
background-color: #901056;
}
</style>
border-color css
<style>
span { border-color: #901056; }
span { border-color: rgb(144,16,86); }
td.TdClassName
{
border-color: #901056;
}
.TagClassName
{
border-color: #901056;
}
</style>