Shades of Jazzberry Jam #910449
Tints of Jazzberry Jam #910449
RGB
CMYK
RGB Variations
Color information
#910449 (or 0x910449) is known color: Jazzberry Jam. HEX triplet: 91, 04 and 49. RGB value is (145,4,73). Sum of RGB (Red+Green+Blue) = 145+4+73=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #910449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910449 is #6EFBB6. Grayscale: #353535. Windows color (decimal): -7273399 or 4785297. OLE color: 4785297.
HSL color Cylindrical-coordinate representation of color #910449: hue angle of 330.64º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910449 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 73 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.43 |
| HSL | 330.64º | 0.95% | 0.29% | - |
| HSV(B) | 330.64º | 0.97% | 0.57% | - |
| XYZ | 12.92 | 6.59 | 6.89 | - |
| YUV | 54.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 73 | 0 | 0.97 | 0.50 | 0.43 | 330.64 | 0.95 | 0.29 |
| Hex | 91 | 4 | 49 | 0 | 61 | 32 | 2B | 14B | 5F | 1D |
| Octal | 221 | 4 | 111 | 0 | 141 | 62 | 53 | 513 | 137 | 35 |
| Binary | 10010001 | 100 | 1001001 | 0 | 1100001 | 110010 | 101011 | 101001011 | 1011111 | 11101 |
Color Harmonies of #910449
Complementary color
Monochromatic Colors of #910449
Black with #910449
Text Example
Text Example
White with #910449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910449; }
p { color: rgb(145,4,73); }
H1.HeaderClassName
{
color: #910449;
}
.AnyTagClassName
{
color: #910449;
}
</style>
background-color css
<style>
a { background-color: #910449; }
a { background-color: rgb(145,4,73); }
div.DivClassName
{
background-color: #910449;
}
.BgClassName
{
background-color: #910449;
}
</style>
border-color css
<style>
span { border-color: #910449; }
span { border-color: rgb(145,4,73); }
td.TdClassName
{
border-color: #910449;
}
.TagClassName
{
border-color: #910449;
}
</style>