Shades of Jazzberry Jam #911050
Tints of Jazzberry Jam #911050
RGB
CMYK
RGB Variations
Color information
#911050 (or 0x911050) is known color: Jazzberry Jam. HEX triplet: 91, 10 and 50. RGB value is (145,16,80). Sum of RGB (Red+Green+Blue) = 145+16+80=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #911050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911050 is #6EEFAF. Grayscale: #3D3D3D. Windows color (decimal): -7270320 or 5247121. OLE color: 5247121.
HSL color Cylindrical-coordinate representation of color #911050: hue angle of 330.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911050 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 80 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.43 |
| HSL | 330.23º | 0.8% | 0.32% | - |
| HSV(B) | 330.23º | 0.89% | 0.57% | - |
| XYZ | 13.31 | 6.97 | 8.23 | - |
| YUV | 61.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 80 | 0 | 0.89 | 0.45 | 0.43 | 330.23 | 0.8 | 0.32 |
| Hex | 91 | 10 | 50 | 0 | 59 | 2D | 2B | 14A | 50 | 20 |
| Octal | 221 | 20 | 120 | 0 | 131 | 55 | 53 | 512 | 120 | 40 |
| Binary | 10010001 | 10000 | 1010000 | 0 | 1011001 | 101101 | 101011 | 101001010 | 1010000 | 100000 |
Color Harmonies of #911050
Complementary color
Monochromatic Colors of #911050
Black with #911050
Text Example
Text Example
White with #911050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911050; }
p { color: rgb(145,16,80); }
H1.HeaderClassName
{
color: #911050;
}
.AnyTagClassName
{
color: #911050;
}
</style>
background-color css
<style>
a { background-color: #911050; }
a { background-color: rgb(145,16,80); }
div.DivClassName
{
background-color: #911050;
}
.BgClassName
{
background-color: #911050;
}
</style>
border-color css
<style>
span { border-color: #911050; }
span { border-color: rgb(145,16,80); }
td.TdClassName
{
border-color: #911050;
}
.TagClassName
{
border-color: #911050;
}
</style>