Shades of Jazzberry Jam #901451
Tints of Jazzberry Jam #901451
RGB
CMYK
RGB Variations
Color information
#901451 (or 0x901451) is known color: Jazzberry Jam. HEX triplet: 90, 14 and 51. RGB value is (144,20,81). Sum of RGB (Red+Green+Blue) = 144+20+81=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #901451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901451 is #6FEBAE. Grayscale: #3F3F3F. Windows color (decimal): -7334831 or 5313680. OLE color: 5313680.
HSL color Cylindrical-coordinate representation of color #901451: hue angle of 330.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901451 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 81 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.44 |
| HSL | 330.48º | 0.76% | 0.32% | - |
| HSV(B) | 330.48º | 0.86% | 0.56% | - |
| XYZ | 13.24 | 7.02 | 8.44 | - |
| YUV | 64.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 81 | 0 | 0.86 | 0.44 | 0.44 | 330.48 | 0.76 | 0.32 |
| Hex | 90 | 14 | 51 | 0 | 56 | 2C | 2C | 14A | 4C | 20 |
| Octal | 220 | 24 | 121 | 0 | 126 | 54 | 54 | 512 | 114 | 40 |
| Binary | 10010000 | 10100 | 1010001 | 0 | 1010110 | 101100 | 101100 | 101001010 | 1001100 | 100000 |
Color Harmonies of #901451
Complementary color
Monochromatic Colors of #901451
Black with #901451
Text Example
Text Example
White with #901451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901451; }
p { color: rgb(144,20,81); }
H1.HeaderClassName
{
color: #901451;
}
.AnyTagClassName
{
color: #901451;
}
</style>
background-color css
<style>
a { background-color: #901451; }
a { background-color: rgb(144,20,81); }
div.DivClassName
{
background-color: #901451;
}
.BgClassName
{
background-color: #901451;
}
</style>
border-color css
<style>
span { border-color: #901451; }
span { border-color: rgb(144,20,81); }
td.TdClassName
{
border-color: #901451;
}
.TagClassName
{
border-color: #901451;
}
</style>