Shades of Jazzberry Jam #911153
Tints of Jazzberry Jam #911153
RGB
CMYK
RGB Variations
Color information
#911153 (or 0x911153) is known color: Jazzberry Jam. HEX triplet: 91, 11 and 53. RGB value is (145,17,83). Sum of RGB (Red+Green+Blue) = 145+17+83=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #911153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911153 is #6EEEAC. Grayscale: #3E3E3E. Windows color (decimal): -7270061 or 5443985. OLE color: 5443985.
HSL color Cylindrical-coordinate representation of color #911153: hue angle of 329.06º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911153 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 83 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.43 |
| HSL | 329.06º | 0.79% | 0.32% | - |
| HSV(B) | 329.06º | 0.88% | 0.57% | - |
| XYZ | 13.44 | 7.05 | 8.84 | - |
| YUV | 62.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 83 | 0 | 0.88 | 0.43 | 0.43 | 329.06 | 0.79 | 0.32 |
| Hex | 91 | 11 | 53 | 0 | 58 | 2B | 2B | 149 | 4F | 20 |
| Octal | 221 | 21 | 123 | 0 | 130 | 53 | 53 | 511 | 117 | 40 |
| Binary | 10010001 | 10001 | 1010011 | 0 | 1011000 | 101011 | 101011 | 101001001 | 1001111 | 100000 |
Color Harmonies of #911153
Complementary color
Monochromatic Colors of #911153
Black with #911153
Text Example
Text Example
White with #911153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911153; }
p { color: rgb(145,17,83); }
H1.HeaderClassName
{
color: #911153;
}
.AnyTagClassName
{
color: #911153;
}
</style>
background-color css
<style>
a { background-color: #911153; }
a { background-color: rgb(145,17,83); }
div.DivClassName
{
background-color: #911153;
}
.BgClassName
{
background-color: #911153;
}
</style>
border-color css
<style>
span { border-color: #911153; }
span { border-color: rgb(145,17,83); }
td.TdClassName
{
border-color: #911153;
}
.TagClassName
{
border-color: #911153;
}
</style>