Shades of Jazzberry Jam #900B50
Tints of Jazzberry Jam #900B50
RGB
CMYK
RGB Variations
Color information
#900B50 (or 0x900B50) is known color: Jazzberry Jam. HEX triplet: 90, 0B and 50. RGB value is (144,11,80). Sum of RGB (Red+Green+Blue) = 144+11+80=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900B50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B50 is #6FF4AF. Grayscale: #3A3A3A. Windows color (decimal): -7337136 or 5245840. OLE color: 5245840.
HSL color Cylindrical-coordinate representation of color #900B50: hue angle of 328.87º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B50 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 80 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.44 |
| HSL | 328.87º | 0.86% | 0.3% | - |
| HSV(B) | 328.87º | 0.92% | 0.56% | - |
| XYZ | 13.07 | 6.75 | 8.2 | - |
| YUV | 58.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 80 | 0 | 0.92 | 0.44 | 0.44 | 328.87 | 0.86 | 0.3 |
| Hex | 90 | B | 50 | 0 | 5C | 2C | 2C | 149 | 56 | 1E |
| Octal | 220 | 13 | 120 | 0 | 134 | 54 | 54 | 511 | 126 | 36 |
| Binary | 10010000 | 1011 | 1010000 | 0 | 1011100 | 101100 | 101100 | 101001001 | 1010110 | 11110 |
Color Harmonies of #900B50
Complementary color
Monochromatic Colors of #900B50
Black with #900B50
Text Example
Text Example
White with #900B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B50; }
p { color: rgb(144,11,80); }
H1.HeaderClassName
{
color: #900B50;
}
.AnyTagClassName
{
color: #900B50;
}
</style>
background-color css
<style>
a { background-color: #900B50; }
a { background-color: rgb(144,11,80); }
div.DivClassName
{
background-color: #900B50;
}
.BgClassName
{
background-color: #900B50;
}
</style>
border-color css
<style>
span { border-color: #900B50; }
span { border-color: rgb(144,11,80); }
td.TdClassName
{
border-color: #900B50;
}
.TagClassName
{
border-color: #900B50;
}
</style>