Shades of Jazzberry Jam #91114D
Tints of Jazzberry Jam #91114D
RGB
CMYK
RGB Variations
Color information
#91114D (or 0x91114D) is known color: Jazzberry Jam. HEX triplet: 91, 11 and 4D. RGB value is (145,17,77). Sum of RGB (Red+Green+Blue) = 145+17+77=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #91114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91114D is #6EEEB2. Grayscale: #3E3E3E. Windows color (decimal): -7270067 or 5050769. OLE color: 5050769.
HSL color Cylindrical-coordinate representation of color #91114D: hue angle of 331.88º 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 #91114D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 77 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.43 |
| HSL | 331.88º | 0.79% | 0.32% | - |
| HSV(B) | 331.88º | 0.88% | 0.57% | - |
| XYZ | 13.22 | 6.96 | 7.67 | - |
| YUV | 62.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 77 | 0 | 0.88 | 0.47 | 0.43 | 331.88 | 0.79 | 0.32 |
| Hex | 91 | 11 | 4D | 0 | 58 | 2F | 2B | 14C | 4F | 20 |
| Octal | 221 | 21 | 115 | 0 | 130 | 57 | 53 | 514 | 117 | 40 |
| Binary | 10010001 | 10001 | 1001101 | 0 | 1011000 | 101111 | 101011 | 101001100 | 1001111 | 100000 |
Color Harmonies of #91114D
Complementary color
Monochromatic Colors of #91114D
Black with #91114D
Text Example
Text Example
White with #91114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91114D; }
p { color: rgb(145,17,77); }
H1.HeaderClassName
{
color: #91114D;
}
.AnyTagClassName
{
color: #91114D;
}
</style>
background-color css
<style>
a { background-color: #91114D; }
a { background-color: rgb(145,17,77); }
div.DivClassName
{
background-color: #91114D;
}
.BgClassName
{
background-color: #91114D;
}
</style>
border-color css
<style>
span { border-color: #91114D; }
span { border-color: rgb(145,17,77); }
td.TdClassName
{
border-color: #91114D;
}
.TagClassName
{
border-color: #91114D;
}
</style>