Shades of Jazzberry Jam #901153
Tints of Jazzberry Jam #901153
RGB
CMYK
RGB Variations
Color information
#901153 (or 0x901153) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 53. RGB value is (144,17,83). Sum of RGB (Red+Green+Blue) = 144+17+83=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #901153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901153 is #6FEEAC. Grayscale: #3E3E3E. Windows color (decimal): -7335597 or 5443984. OLE color: 5443984.
HSL color Cylindrical-coordinate representation of color #901153: hue angle of 328.82º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901153 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 83 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.44 |
| HSL | 328.82º | 0.79% | 0.32% | - |
| HSV(B) | 328.82º | 0.88% | 0.56% | - |
| XYZ | 13.26 | 6.95 | 8.83 | - |
| YUV | 62.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 83 | 0 | 0.88 | 0.42 | 0.44 | 328.82 | 0.79 | 0.32 |
| Hex | 90 | 11 | 53 | 0 | 58 | 2A | 2C | 149 | 4F | 20 |
| Octal | 220 | 21 | 123 | 0 | 130 | 52 | 54 | 511 | 117 | 40 |
| Binary | 10010000 | 10001 | 1010011 | 0 | 1011000 | 101010 | 101100 | 101001001 | 1001111 | 100000 |
Color Harmonies of #901153
Complementary color
Monochromatic Colors of #901153
Black with #901153
Text Example
Text Example
White with #901153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901153; }
p { color: rgb(144,17,83); }
H1.HeaderClassName
{
color: #901153;
}
.AnyTagClassName
{
color: #901153;
}
</style>
background-color css
<style>
a { background-color: #901153; }
a { background-color: rgb(144,17,83); }
div.DivClassName
{
background-color: #901153;
}
.BgClassName
{
background-color: #901153;
}
</style>
border-color css
<style>
span { border-color: #901153; }
span { border-color: rgb(144,17,83); }
td.TdClassName
{
border-color: #901153;
}
.TagClassName
{
border-color: #901153;
}
</style>