Shades of Jazzberry Jam #AA1449
Tints of Jazzberry Jam #AA1449
RGB
CMYK
RGB Variations
Color information
#AA1449 (or 0xAA1449) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 49. RGB value is (170,20,73). Sum of RGB (Red+Green+Blue) = 170+20+73=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1449 is #55EBB6. Grayscale: #464646. Windows color (decimal): -5630903 or 4789418. OLE color: 4789418.
HSL color Cylindrical-coordinate representation of color #AA1449: hue angle of 338.8º 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 #AA1449 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 73 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.33 |
| HSL | 338.8º | 0.79% | 0.37% | - |
| HSV(B) | 338.8º | 0.88% | 0.67% | - |
| XYZ | 18.03 | 9.53 | 7.19 | - |
| YUV | 70.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 73 | 0 | 0.88 | 0.57 | 0.33 | 338.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 49 | 0 | 58 | 39 | 21 | 153 | 4F | 25 |
| Octal | 252 | 24 | 111 | 0 | 130 | 71 | 41 | 523 | 117 | 45 |
| Binary | 10101010 | 10100 | 1001001 | 0 | 1011000 | 111001 | 100001 | 101010011 | 1001111 | 100101 |
Color Harmonies of #AA1449
Complementary color
Monochromatic Colors of #AA1449
Black with #AA1449
Text Example
Text Example
White with #AA1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1449; }
p { color: rgb(170,20,73); }
H1.HeaderClassName
{
color: #AA1449;
}
.AnyTagClassName
{
color: #AA1449;
}
</style>
background-color css
<style>
a { background-color: #AA1449; }
a { background-color: rgb(170,20,73); }
div.DivClassName
{
background-color: #AA1449;
}
.BgClassName
{
background-color: #AA1449;
}
</style>
border-color css
<style>
span { border-color: #AA1449; }
span { border-color: rgb(170,20,73); }
td.TdClassName
{
border-color: #AA1449;
}
.TagClassName
{
border-color: #AA1449;
}
</style>