Shades of Jazzberry Jam #900848
Tints of Jazzberry Jam #900848
RGB
CMYK
RGB Variations
Color information
#900848 (or 0x900848) is known color: Jazzberry Jam. HEX triplet: 90, 08 and 48. RGB value is (144,8,72). Sum of RGB (Red+Green+Blue) = 144+8+72=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #900848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900848 is #6FF7B7. Grayscale: #373737. Windows color (decimal): -7337912 or 4720784. OLE color: 4720784.
HSL color Cylindrical-coordinate representation of color #900848: hue angle of 331.76º degrees, saturation: 0.89, 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 #900848 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 72 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.44 |
| HSL | 331.76º | 0.89% | 0.3% | - |
| HSV(B) | 331.76º | 0.94% | 0.56% | - |
| XYZ | 12.76 | 6.57 | 6.73 | - |
| YUV | 55.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 72 | 0 | 0.94 | 0.50 | 0.44 | 331.76 | 0.89 | 0.3 |
| Hex | 90 | 8 | 48 | 0 | 5E | 32 | 2C | 14C | 59 | 1E |
| Octal | 220 | 10 | 110 | 0 | 136 | 62 | 54 | 514 | 131 | 36 |
| Binary | 10010000 | 1000 | 1001000 | 0 | 1011110 | 110010 | 101100 | 101001100 | 1011001 | 11110 |
Color Harmonies of #900848
Complementary color
Monochromatic Colors of #900848
Black with #900848
Text Example
Text Example
White with #900848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900848; }
p { color: rgb(144,8,72); }
H1.HeaderClassName
{
color: #900848;
}
.AnyTagClassName
{
color: #900848;
}
</style>
background-color css
<style>
a { background-color: #900848; }
a { background-color: rgb(144,8,72); }
div.DivClassName
{
background-color: #900848;
}
.BgClassName
{
background-color: #900848;
}
</style>
border-color css
<style>
span { border-color: #900848; }
span { border-color: rgb(144,8,72); }
td.TdClassName
{
border-color: #900848;
}
.TagClassName
{
border-color: #900848;
}
</style>