Shades of Jazzberry Jam #91084C
Tints of Jazzberry Jam #91084C
RGB
CMYK
RGB Variations
Color information
#91084C (or 0x91084C) is known color: Jazzberry Jam. HEX triplet: 91, 08 and 4C. RGB value is (145,8,76). Sum of RGB (Red+Green+Blue) = 145+8+76=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91084C is #6EF7B3. Grayscale: #383838. Windows color (decimal): -7272372 or 4982929. OLE color: 4982929.
HSL color Cylindrical-coordinate representation of color #91084C: hue angle of 330.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91084C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 76 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.43 |
| HSL | 330.22º | 0.9% | 0.3% | - |
| HSV(B) | 330.22º | 0.94% | 0.57% | - |
| XYZ | 13.07 | 6.72 | 7.44 | - |
| YUV | 56.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 76 | 0 | 0.94 | 0.48 | 0.43 | 330.22 | 0.9 | 0.3 |
| Hex | 91 | 8 | 4C | 0 | 5E | 30 | 2B | 14A | 5A | 1E |
| Octal | 221 | 10 | 114 | 0 | 136 | 60 | 53 | 512 | 132 | 36 |
| Binary | 10010001 | 1000 | 1001100 | 0 | 1011110 | 110000 | 101011 | 101001010 | 1011010 | 11110 |
Color Harmonies of #91084C
Complementary color
Monochromatic Colors of #91084C
Black with #91084C
Text Example
Text Example
White with #91084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91084C; }
p { color: rgb(145,8,76); }
H1.HeaderClassName
{
color: #91084C;
}
.AnyTagClassName
{
color: #91084C;
}
</style>
background-color css
<style>
a { background-color: #91084C; }
a { background-color: rgb(145,8,76); }
div.DivClassName
{
background-color: #91084C;
}
.BgClassName
{
background-color: #91084C;
}
</style>
border-color css
<style>
span { border-color: #91084C; }
span { border-color: rgb(145,8,76); }
td.TdClassName
{
border-color: #91084C;
}
.TagClassName
{
border-color: #91084C;
}
</style>