Shades of Jazzberry Jam #AA1445
Tints of Jazzberry Jam #AA1445
RGB
CMYK
RGB Variations
Color information
#AA1445 (or 0xAA1445) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 45. RGB value is (170,20,69). Sum of RGB (Red+Green+Blue) = 170+20+69=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1445 is #55EBBA. Grayscale: #464646. Windows color (decimal): -5630907 or 4527274. OLE color: 4527274.
HSL color Cylindrical-coordinate representation of color #AA1445: hue angle of 340.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1445 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 69 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.33 |
| HSL | 340.4º | 0.79% | 0.37% | - |
| HSV(B) | 340.4º | 0.88% | 0.67% | - |
| XYZ | 17.9 | 9.48 | 6.52 | - |
| YUV | 70.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 69 | 0 | 0.88 | 0.59 | 0.33 | 340.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 45 | 0 | 58 | 3B | 21 | 154 | 4F | 25 |
| Octal | 252 | 24 | 105 | 0 | 130 | 73 | 41 | 524 | 117 | 45 |
| Binary | 10101010 | 10100 | 1000101 | 0 | 1011000 | 111011 | 100001 | 101010100 | 1001111 | 100101 |
Color Harmonies of #AA1445
Complementary color
Monochromatic Colors of #AA1445
Black with #AA1445
Text Example
Text Example
White with #AA1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1445; }
p { color: rgb(170,20,69); }
H1.HeaderClassName
{
color: #AA1445;
}
.AnyTagClassName
{
color: #AA1445;
}
</style>
background-color css
<style>
a { background-color: #AA1445; }
a { background-color: rgb(170,20,69); }
div.DivClassName
{
background-color: #AA1445;
}
.BgClassName
{
background-color: #AA1445;
}
</style>
border-color css
<style>
span { border-color: #AA1445; }
span { border-color: rgb(170,20,69); }
td.TdClassName
{
border-color: #AA1445;
}
.TagClassName
{
border-color: #AA1445;
}
</style>