Shades of Jazzberry Jam #91004B
Tints of Jazzberry Jam #91004B
RGB
CMYK
RGB Variations
Color information
#91004B (or 0x91004B) is known color: Jazzberry Jam. HEX triplet: 91, 00 and 4B. RGB value is (145,0,75). Sum of RGB (Red+Green+Blue) = 145+0+75=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #91004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91004B is #6EFFB4. Grayscale: #333333. Windows color (decimal): -7274421 or 4915345. OLE color: 4915345.
HSL color Cylindrical-coordinate representation of color #91004B: hue angle of 328.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91004B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.48 | 0.43 |
| HSL | 328.97º | 1% | 0.28% | - |
| HSV(B) | 328.97º | 1% | 0.57% | - |
| XYZ | 12.95 | 6.53 | 7.23 | - |
| YUV | 51.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 75 | 0 | 1 | 0.48 | 0.43 | 328.97 | 1 | 0.28 |
| Hex | 91 | 0 | 4B | 0 | 64 | 30 | 2B | 149 | 64 | 1C |
| Octal | 221 | 0 | 113 | 0 | 144 | 60 | 53 | 511 | 144 | 34 |
| Binary | 10010001 | 0 | 1001011 | 0 | 1100100 | 110000 | 101011 | 101001001 | 1100100 | 11100 |
Color Harmonies of #91004B
Complementary color
Monochromatic Colors of #91004B
Black with #91004B
Text Example
Text Example
White with #91004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91004B; }
p { color: rgb(145,0,75); }
H1.HeaderClassName
{
color: #91004B;
}
.AnyTagClassName
{
color: #91004B;
}
</style>
background-color css
<style>
a { background-color: #91004B; }
a { background-color: rgb(145,0,75); }
div.DivClassName
{
background-color: #91004B;
}
.BgClassName
{
background-color: #91004B;
}
</style>
border-color css
<style>
span { border-color: #91004B; }
span { border-color: rgb(145,0,75); }
td.TdClassName
{
border-color: #91004B;
}
.TagClassName
{
border-color: #91004B;
}
</style>