Shades of Jazzberry Jam #901150
Tints of Jazzberry Jam #901150
RGB
CMYK
RGB Variations
Color information
#901150 (or 0x901150) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 50. RGB value is (144,17,80). Sum of RGB (Red+Green+Blue) = 144+17+80=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #901150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901150 is #6FEEAF. Grayscale: #3E3E3E. Windows color (decimal): -7335600 or 5247376. OLE color: 5247376.
HSL color Cylindrical-coordinate representation of color #901150: hue angle of 330.24º 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 #901150 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 80 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.44 |
| HSL | 330.24º | 0.79% | 0.32% | - |
| HSV(B) | 330.24º | 0.88% | 0.56% | - |
| XYZ | 13.15 | 6.91 | 8.23 | - |
| YUV | 62.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 80 | 0 | 0.88 | 0.44 | 0.44 | 330.24 | 0.79 | 0.32 |
| Hex | 90 | 11 | 50 | 0 | 58 | 2C | 2C | 14A | 4F | 20 |
| Octal | 220 | 21 | 120 | 0 | 130 | 54 | 54 | 512 | 117 | 40 |
| Binary | 10010000 | 10001 | 1010000 | 0 | 1011000 | 101100 | 101100 | 101001010 | 1001111 | 100000 |
Color Harmonies of #901150
Complementary color
Monochromatic Colors of #901150
Black with #901150
Text Example
Text Example
White with #901150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901150; }
p { color: rgb(144,17,80); }
H1.HeaderClassName
{
color: #901150;
}
.AnyTagClassName
{
color: #901150;
}
</style>
background-color css
<style>
a { background-color: #901150; }
a { background-color: rgb(144,17,80); }
div.DivClassName
{
background-color: #901150;
}
.BgClassName
{
background-color: #901150;
}
</style>
border-color css
<style>
span { border-color: #901150; }
span { border-color: rgb(144,17,80); }
td.TdClassName
{
border-color: #901150;
}
.TagClassName
{
border-color: #901150;
}
</style>