Shades of Jazzberry Jam #900551
Tints of Jazzberry Jam #900551
RGB
CMYK
RGB Variations
Color information
#900551 (or 0x900551) is known color: Jazzberry Jam. HEX triplet: 90, 05 and 51. RGB value is (144,5,81). Sum of RGB (Red+Green+Blue) = 144+5+81=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #900551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900551 is #6FFAAE. Grayscale: #373737. Windows color (decimal): -7338671 or 5309840. OLE color: 5309840.
HSL color Cylindrical-coordinate representation of color #900551: hue angle of 327.19º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900551 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.44 |
| HSL | 327.19º | 0.93% | 0.29% | - |
| HSV(B) | 327.19º | 0.97% | 0.56% | - |
| XYZ | 13.04 | 6.63 | 8.38 | - |
| YUV | 55.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 81 | 0 | 0.97 | 0.44 | 0.44 | 327.19 | 0.93 | 0.29 |
| Hex | 90 | 5 | 51 | 0 | 61 | 2C | 2C | 147 | 5D | 1D |
| Octal | 220 | 5 | 121 | 0 | 141 | 54 | 54 | 507 | 135 | 35 |
| Binary | 10010000 | 101 | 1010001 | 0 | 1100001 | 101100 | 101100 | 101000111 | 1011101 | 11101 |
Color Harmonies of #900551
Complementary color
Monochromatic Colors of #900551
Black with #900551
Text Example
Text Example
White with #900551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900551; }
p { color: rgb(144,5,81); }
H1.HeaderClassName
{
color: #900551;
}
.AnyTagClassName
{
color: #900551;
}
</style>
background-color css
<style>
a { background-color: #900551; }
a { background-color: rgb(144,5,81); }
div.DivClassName
{
background-color: #900551;
}
.BgClassName
{
background-color: #900551;
}
</style>
border-color css
<style>
span { border-color: #900551; }
span { border-color: rgb(144,5,81); }
td.TdClassName
{
border-color: #900551;
}
.TagClassName
{
border-color: #900551;
}
</style>