Shades of Jazzberry Jam #901151
Tints of Jazzberry Jam #901151
RGB
CMYK
RGB Variations
Color information
#901151 (or 0x901151) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 51. RGB value is (144,17,81). Sum of RGB (Red+Green+Blue) = 144+17+81=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #901151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901151 is #6FEEAE. Grayscale: #3E3E3E. Windows color (decimal): -7335599 or 5312912. OLE color: 5312912.
HSL color Cylindrical-coordinate representation of color #901151: hue angle of 329.76º 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 #901151 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 81 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.44 |
| HSL | 329.76º | 0.79% | 0.32% | - |
| HSV(B) | 329.76º | 0.88% | 0.56% | - |
| XYZ | 13.19 | 6.92 | 8.43 | - |
| YUV | 62.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 81 | 0 | 0.88 | 0.44 | 0.44 | 329.76 | 0.79 | 0.32 |
| Hex | 90 | 11 | 51 | 0 | 58 | 2C | 2C | 14A | 4F | 20 |
| Octal | 220 | 21 | 121 | 0 | 130 | 54 | 54 | 512 | 117 | 40 |
| Binary | 10010000 | 10001 | 1010001 | 0 | 1011000 | 101100 | 101100 | 101001010 | 1001111 | 100000 |
Color Harmonies of #901151
Complementary color
Monochromatic Colors of #901151
Black with #901151
Text Example
Text Example
White with #901151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901151; }
p { color: rgb(144,17,81); }
H1.HeaderClassName
{
color: #901151;
}
.AnyTagClassName
{
color: #901151;
}
</style>
background-color css
<style>
a { background-color: #901151; }
a { background-color: rgb(144,17,81); }
div.DivClassName
{
background-color: #901151;
}
.BgClassName
{
background-color: #901151;
}
</style>
border-color css
<style>
span { border-color: #901151; }
span { border-color: rgb(144,17,81); }
td.TdClassName
{
border-color: #901151;
}
.TagClassName
{
border-color: #901151;
}
</style>