Shades of Jazzberry Jam #91024D
Tints of Jazzberry Jam #91024D
RGB
CMYK
RGB Variations
Color information
#91024D (or 0x91024D) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 4D. RGB value is (145,2,77). Sum of RGB (Red+Green+Blue) = 145+2+77=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91024D is #6EFDB2. Grayscale: #353535. Windows color (decimal): -7273907 or 5046929. OLE color: 5046929.
HSL color Cylindrical-coordinate representation of color #91024D: hue angle of 328.53º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91024D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.43 |
| HSL | 328.53º | 0.97% | 0.29% | - |
| HSV(B) | 328.53º | 0.99% | 0.57% | - |
| XYZ | 13.04 | 6.6 | 7.61 | - |
| YUV | 53.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 77 | 0 | 0.99 | 0.47 | 0.43 | 328.53 | 0.97 | 0.29 |
| Hex | 91 | 2 | 4D | 0 | 63 | 2F | 2B | 149 | 61 | 1D |
| Octal | 221 | 2 | 115 | 0 | 143 | 57 | 53 | 511 | 141 | 35 |
| Binary | 10010001 | 10 | 1001101 | 0 | 1100011 | 101111 | 101011 | 101001001 | 1100001 | 11101 |
Color Harmonies of #91024D
Complementary color
Monochromatic Colors of #91024D
Black with #91024D
Text Example
Text Example
White with #91024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91024D; }
p { color: rgb(145,2,77); }
H1.HeaderClassName
{
color: #91024D;
}
.AnyTagClassName
{
color: #91024D;
}
</style>
background-color css
<style>
a { background-color: #91024D; }
a { background-color: rgb(145,2,77); }
div.DivClassName
{
background-color: #91024D;
}
.BgClassName
{
background-color: #91024D;
}
</style>
border-color css
<style>
span { border-color: #91024D; }
span { border-color: rgb(145,2,77); }
td.TdClassName
{
border-color: #91024D;
}
.TagClassName
{
border-color: #91024D;
}
</style>