Shades of Jazzberry Jam #91024B
Tints of Jazzberry Jam #91024B
RGB
CMYK
RGB Variations
Color information
#91024B (or 0x91024B) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 4B. RGB value is (145,2,75). Sum of RGB (Red+Green+Blue) = 145+2+75=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #91024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91024B is #6EFDB4. Grayscale: #343434. Windows color (decimal): -7273909 or 4915857. OLE color: 4915857.
HSL color Cylindrical-coordinate representation of color #91024B: hue angle of 329.37º 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 #91024B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.43 |
| HSL | 329.37º | 0.97% | 0.29% | - |
| HSV(B) | 329.37º | 0.99% | 0.57% | - |
| XYZ | 12.97 | 6.57 | 7.24 | - |
| YUV | 53.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 75 | 0 | 0.99 | 0.48 | 0.43 | 329.37 | 0.97 | 0.29 |
| Hex | 91 | 2 | 4B | 0 | 63 | 30 | 2B | 149 | 61 | 1D |
| Octal | 221 | 2 | 113 | 0 | 143 | 60 | 53 | 511 | 141 | 35 |
| Binary | 10010001 | 10 | 1001011 | 0 | 1100011 | 110000 | 101011 | 101001001 | 1100001 | 11101 |
Color Harmonies of #91024B
Complementary color
Monochromatic Colors of #91024B
Black with #91024B
Text Example
Text Example
White with #91024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91024B; }
p { color: rgb(145,2,75); }
H1.HeaderClassName
{
color: #91024B;
}
.AnyTagClassName
{
color: #91024B;
}
</style>
background-color css
<style>
a { background-color: #91024B; }
a { background-color: rgb(145,2,75); }
div.DivClassName
{
background-color: #91024B;
}
.BgClassName
{
background-color: #91024B;
}
</style>
border-color css
<style>
span { border-color: #91024B; }
span { border-color: rgb(145,2,75); }
td.TdClassName
{
border-color: #91024B;
}
.TagClassName
{
border-color: #91024B;
}
</style>