Shades of Jazzberry Jam #900949
Tints of Jazzberry Jam #900949
RGB
CMYK
RGB Variations
Color information
#900949 (or 0x900949) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 49. RGB value is (144,9,73). Sum of RGB (Red+Green+Blue) = 144+9+73=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #900949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900949 is #6FF6B6. Grayscale: #383838. Windows color (decimal): -7337655 or 4786576. OLE color: 4786576.
HSL color Cylindrical-coordinate representation of color #900949: hue angle of 331.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900949 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 73 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.44 |
| HSL | 331.56º | 0.88% | 0.3% | - |
| HSV(B) | 331.56º | 0.94% | 0.56% | - |
| XYZ | 12.8 | 6.61 | 6.9 | - |
| YUV | 56.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 73 | 0 | 0.94 | 0.49 | 0.44 | 331.56 | 0.88 | 0.3 |
| Hex | 90 | 9 | 49 | 0 | 5E | 31 | 2C | 14C | 58 | 1E |
| Octal | 220 | 11 | 111 | 0 | 136 | 61 | 54 | 514 | 130 | 36 |
| Binary | 10010000 | 1001 | 1001001 | 0 | 1011110 | 110001 | 101100 | 101001100 | 1011000 | 11110 |
Color Harmonies of #900949
Complementary color
Monochromatic Colors of #900949
Black with #900949
Text Example
Text Example
White with #900949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900949; }
p { color: rgb(144,9,73); }
H1.HeaderClassName
{
color: #900949;
}
.AnyTagClassName
{
color: #900949;
}
</style>
background-color css
<style>
a { background-color: #900949; }
a { background-color: rgb(144,9,73); }
div.DivClassName
{
background-color: #900949;
}
.BgClassName
{
background-color: #900949;
}
</style>
border-color css
<style>
span { border-color: #900949; }
span { border-color: rgb(144,9,73); }
td.TdClassName
{
border-color: #900949;
}
.TagClassName
{
border-color: #900949;
}
</style>