Shades of Jazzberry Jam #901057
Tints of Jazzberry Jam #901057
RGB
CMYK
RGB Variations
Color information
#901057 (or 0x901057) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 57. RGB value is (144,16,87). Sum of RGB (Red+Green+Blue) = 144+16+87=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #901057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901057 is #6FEFA8. Grayscale: #3E3E3E. Windows color (decimal): -7335849 or 5705872. OLE color: 5705872.
HSL color Cylindrical-coordinate representation of color #901057: hue angle of 326.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901057 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 87 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.44 |
| HSL | 326.72º | 0.8% | 0.31% | - |
| HSV(B) | 326.72º | 0.89% | 0.56% | - |
| XYZ | 13.41 | 6.99 | 9.66 | - |
| YUV | 62.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 87 | 0 | 0.89 | 0.40 | 0.44 | 326.72 | 0.8 | 0.31 |
| Hex | 90 | 10 | 57 | 0 | 59 | 28 | 2C | 147 | 50 | 1F |
| Octal | 220 | 20 | 127 | 0 | 131 | 50 | 54 | 507 | 120 | 37 |
| Binary | 10010000 | 10000 | 1010111 | 0 | 1011001 | 101000 | 101100 | 101000111 | 1010000 | 11111 |
Color Harmonies of #901057
Complementary color
Monochromatic Colors of #901057
Black with #901057
Text Example
Text Example
White with #901057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901057; }
p { color: rgb(144,16,87); }
H1.HeaderClassName
{
color: #901057;
}
.AnyTagClassName
{
color: #901057;
}
</style>
background-color css
<style>
a { background-color: #901057; }
a { background-color: rgb(144,16,87); }
div.DivClassName
{
background-color: #901057;
}
.BgClassName
{
background-color: #901057;
}
</style>
border-color css
<style>
span { border-color: #901057; }
span { border-color: rgb(144,16,87); }
td.TdClassName
{
border-color: #901057;
}
.TagClassName
{
border-color: #901057;
}
</style>