Shades of Jazzberry Jam #91175B
Tints of Jazzberry Jam #91175B
RGB
CMYK
RGB Variations
Color information
#91175B (or 0x91175B) is known color: Jazzberry Jam. HEX triplet: 91, 17 and 5B. RGB value is (145,23,91). Sum of RGB (Red+Green+Blue) = 145+23+91=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91175B is #6EE8A4. Grayscale: #434343. Windows color (decimal): -7268517 or 5969809. OLE color: 5969809.
HSL color Cylindrical-coordinate representation of color #91175B: hue angle of 326.56º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91175B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 91 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.43 |
| HSL | 326.56º | 0.73% | 0.33% | - |
| HSV(B) | 326.56º | 0.84% | 0.57% | - |
| XYZ | 13.87 | 7.39 | 10.59 | - |
| YUV | 67.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 91 | 0 | 0.84 | 0.37 | 0.43 | 326.56 | 0.73 | 0.33 |
| Hex | 91 | 17 | 5B | 0 | 54 | 25 | 2B | 147 | 49 | 21 |
| Octal | 221 | 27 | 133 | 0 | 124 | 45 | 53 | 507 | 111 | 41 |
| Binary | 10010001 | 10111 | 1011011 | 0 | 1010100 | 100101 | 101011 | 101000111 | 1001001 | 100001 |
Color Harmonies of #91175B
Complementary color
Monochromatic Colors of #91175B
Black with #91175B
Text Example
Text Example
White with #91175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91175B; }
p { color: rgb(145,23,91); }
H1.HeaderClassName
{
color: #91175B;
}
.AnyTagClassName
{
color: #91175B;
}
</style>
background-color css
<style>
a { background-color: #91175B; }
a { background-color: rgb(145,23,91); }
div.DivClassName
{
background-color: #91175B;
}
.BgClassName
{
background-color: #91175B;
}
</style>
border-color css
<style>
span { border-color: #91175B; }
span { border-color: rgb(145,23,91); }
td.TdClassName
{
border-color: #91175B;
}
.TagClassName
{
border-color: #91175B;
}
</style>