Shades of Jazzberry Jam #91064E
Tints of Jazzberry Jam #91064E
RGB
CMYK
RGB Variations
Color information
#91064E (or 0x91064E) is known color: Jazzberry Jam. HEX triplet: 91, 06 and 4E. RGB value is (145,6,78). Sum of RGB (Red+Green+Blue) = 145+6+78=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91064E is #6EF9B1. Grayscale: #373737. Windows color (decimal): -7272882 or 5113489. OLE color: 5113489.
HSL color Cylindrical-coordinate representation of color #91064E: hue angle of 328.92º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91064E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.43 |
| HSL | 328.92º | 0.92% | 0.3% | - |
| HSV(B) | 328.92º | 0.96% | 0.57% | - |
| XYZ | 13.12 | 6.7 | 7.81 | - |
| YUV | 55.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 78 | 0 | 0.96 | 0.46 | 0.43 | 328.92 | 0.92 | 0.3 |
| Hex | 91 | 6 | 4E | 0 | 60 | 2E | 2B | 149 | 5C | 1E |
| Octal | 221 | 6 | 116 | 0 | 140 | 56 | 53 | 511 | 134 | 36 |
| Binary | 10010001 | 110 | 1001110 | 0 | 1100000 | 101110 | 101011 | 101001001 | 1011100 | 11110 |
Color Harmonies of #91064E
Complementary color
Monochromatic Colors of #91064E
Black with #91064E
Text Example
Text Example
White with #91064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91064E; }
p { color: rgb(145,6,78); }
H1.HeaderClassName
{
color: #91064E;
}
.AnyTagClassName
{
color: #91064E;
}
</style>
background-color css
<style>
a { background-color: #91064E; }
a { background-color: rgb(145,6,78); }
div.DivClassName
{
background-color: #91064E;
}
.BgClassName
{
background-color: #91064E;
}
</style>
border-color css
<style>
span { border-color: #91064E; }
span { border-color: rgb(145,6,78); }
td.TdClassName
{
border-color: #91064E;
}
.TagClassName
{
border-color: #91064E;
}
</style>