Shades of Jazzberry Jam #91104D
Tints of Jazzberry Jam #91104D
RGB
CMYK
RGB Variations
Color information
#91104D (or 0x91104D) is known color: Jazzberry Jam. HEX triplet: 91, 10 and 4D. RGB value is (145,16,77). Sum of RGB (Red+Green+Blue) = 145+16+77=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #91104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91104D is #6EEFB2. Grayscale: #3D3D3D. Windows color (decimal): -7270323 or 5050513. OLE color: 5050513.
HSL color Cylindrical-coordinate representation of color #91104D: hue angle of 331.63º 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 #91104D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 77 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.43 |
| HSL | 331.63º | 0.8% | 0.32% | - |
| HSV(B) | 331.63º | 0.89% | 0.57% | - |
| XYZ | 13.2 | 6.93 | 7.66 | - |
| YUV | 61.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 77 | 0 | 0.89 | 0.47 | 0.43 | 331.63 | 0.8 | 0.32 |
| Hex | 91 | 10 | 4D | 0 | 59 | 2F | 2B | 14C | 50 | 20 |
| Octal | 221 | 20 | 115 | 0 | 131 | 57 | 53 | 514 | 120 | 40 |
| Binary | 10010001 | 10000 | 1001101 | 0 | 1011001 | 101111 | 101011 | 101001100 | 1010000 | 100000 |
Color Harmonies of #91104D
Complementary color
Monochromatic Colors of #91104D
Black with #91104D
Text Example
Text Example
White with #91104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91104D; }
p { color: rgb(145,16,77); }
H1.HeaderClassName
{
color: #91104D;
}
.AnyTagClassName
{
color: #91104D;
}
</style>
background-color css
<style>
a { background-color: #91104D; }
a { background-color: rgb(145,16,77); }
div.DivClassName
{
background-color: #91104D;
}
.BgClassName
{
background-color: #91104D;
}
</style>
border-color css
<style>
span { border-color: #91104D; }
span { border-color: rgb(145,16,77); }
td.TdClassName
{
border-color: #91104D;
}
.TagClassName
{
border-color: #91104D;
}
</style>