Shades of Jazzberry Jam #901556
Tints of Jazzberry Jam #901556
RGB
CMYK
RGB Variations
Color information
#901556 (or 0x901556) is known color: Jazzberry Jam. HEX triplet: 90, 15 and 56. RGB value is (144,21,86). Sum of RGB (Red+Green+Blue) = 144+21+86=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #901556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901556 is #6FEAA9. Grayscale: #414141. Windows color (decimal): -7334570 or 5641616. OLE color: 5641616.
HSL color Cylindrical-coordinate representation of color #901556: hue angle of 328.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901556 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 86 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.44 |
| HSL | 328.29º | 0.75% | 0.32% | - |
| HSV(B) | 328.29º | 0.85% | 0.56% | - |
| XYZ | 13.45 | 7.14 | 9.47 | - |
| YUV | 65.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 86 | 0 | 0.85 | 0.40 | 0.44 | 328.29 | 0.75 | 0.32 |
| Hex | 90 | 15 | 56 | 0 | 55 | 28 | 2C | 148 | 4B | 20 |
| Octal | 220 | 25 | 126 | 0 | 125 | 50 | 54 | 510 | 113 | 40 |
| Binary | 10010000 | 10101 | 1010110 | 0 | 1010101 | 101000 | 101100 | 101001000 | 1001011 | 100000 |
Color Harmonies of #901556
Complementary color
Monochromatic Colors of #901556
Black with #901556
Text Example
Text Example
White with #901556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901556; }
p { color: rgb(144,21,86); }
H1.HeaderClassName
{
color: #901556;
}
.AnyTagClassName
{
color: #901556;
}
</style>
background-color css
<style>
a { background-color: #901556; }
a { background-color: rgb(144,21,86); }
div.DivClassName
{
background-color: #901556;
}
.BgClassName
{
background-color: #901556;
}
</style>
border-color css
<style>
span { border-color: #901556; }
span { border-color: rgb(144,21,86); }
td.TdClassName
{
border-color: #901556;
}
.TagClassName
{
border-color: #901556;
}
</style>