Shades of Jazzberry Jam #91034D
Tints of Jazzberry Jam #91034D
RGB
CMYK
RGB Variations
Color information
#91034D (or 0x91034D) is known color: Jazzberry Jam. HEX triplet: 91, 03 and 4D. RGB value is (145,3,77). Sum of RGB (Red+Green+Blue) = 145+3+77=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #91034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91034D is #6EFCB2. Grayscale: #353535. Windows color (decimal): -7273651 or 5047185. OLE color: 5047185.
HSL color Cylindrical-coordinate representation of color #91034D: hue angle of 328.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91034D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.43 |
| HSL | 328.73º | 0.96% | 0.29% | - |
| HSV(B) | 328.73º | 0.98% | 0.57% | - |
| XYZ | 13.05 | 6.62 | 7.61 | - |
| YUV | 53.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 77 | 0 | 0.98 | 0.47 | 0.43 | 328.73 | 0.96 | 0.29 |
| Hex | 91 | 3 | 4D | 0 | 62 | 2F | 2B | 149 | 60 | 1D |
| Octal | 221 | 3 | 115 | 0 | 142 | 57 | 53 | 511 | 140 | 35 |
| Binary | 10010001 | 11 | 1001101 | 0 | 1100010 | 101111 | 101011 | 101001001 | 1100000 | 11101 |
Color Harmonies of #91034D
Complementary color
Monochromatic Colors of #91034D
Black with #91034D
Text Example
Text Example
White with #91034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91034D; }
p { color: rgb(145,3,77); }
H1.HeaderClassName
{
color: #91034D;
}
.AnyTagClassName
{
color: #91034D;
}
</style>
background-color css
<style>
a { background-color: #91034D; }
a { background-color: rgb(145,3,77); }
div.DivClassName
{
background-color: #91034D;
}
.BgClassName
{
background-color: #91034D;
}
</style>
border-color css
<style>
span { border-color: #91034D; }
span { border-color: rgb(145,3,77); }
td.TdClassName
{
border-color: #91034D;
}
.TagClassName
{
border-color: #91034D;
}
</style>