Shades of Jazzberry Jam #901251
Tints of Jazzberry Jam #901251
RGB
CMYK
RGB Variations
Color information
#901251 (or 0x901251) is known color: Jazzberry Jam. HEX triplet: 90, 12 and 51. RGB value is (144,18,81). Sum of RGB (Red+Green+Blue) = 144+18+81=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #901251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901251 is #6FEDAE. Grayscale: #3E3E3E. Windows color (decimal): -7335343 or 5313168. OLE color: 5313168.
HSL color Cylindrical-coordinate representation of color #901251: hue angle of 330º degrees, saturation: 0.78, 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 #901251 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 81 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.44 |
| HSL | 330º | 0.78% | 0.32% | - |
| HSV(B) | 330º | 0.88% | 0.56% | - |
| XYZ | 13.2 | 6.96 | 8.43 | - |
| YUV | 62.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 81 | 0 | 0.88 | 0.44 | 0.44 | 330 | 0.78 | 0.32 |
| Hex | 90 | 12 | 51 | 0 | 58 | 2C | 2C | 14A | 4E | 20 |
| Octal | 220 | 22 | 121 | 0 | 130 | 54 | 54 | 512 | 116 | 40 |
| Binary | 10010000 | 10010 | 1010001 | 0 | 1011000 | 101100 | 101100 | 101001010 | 1001110 | 100000 |
Color Harmonies of #901251
Complementary color
Monochromatic Colors of #901251
Black with #901251
Text Example
Text Example
White with #901251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901251; }
p { color: rgb(144,18,81); }
H1.HeaderClassName
{
color: #901251;
}
.AnyTagClassName
{
color: #901251;
}
</style>
background-color css
<style>
a { background-color: #901251; }
a { background-color: rgb(144,18,81); }
div.DivClassName
{
background-color: #901251;
}
.BgClassName
{
background-color: #901251;
}
</style>
border-color css
<style>
span { border-color: #901251; }
span { border-color: rgb(144,18,81); }
td.TdClassName
{
border-color: #901251;
}
.TagClassName
{
border-color: #901251;
}
</style>