Shades of Jazzberry Jam #AA0740
Tints of Jazzberry Jam #AA0740
RGB
CMYK
RGB Variations
Color information
#AA0740 (or 0xAA0740) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 40. RGB value is (170,7,64). Sum of RGB (Red+Green+Blue) = 170+7+64=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0740 is #55F8BF. Grayscale: #3E3E3E. Windows color (decimal): -5634240 or 4196266. OLE color: 4196266.
HSL color Cylindrical-coordinate representation of color #AA0740: hue angle of 339.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0740 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.33 |
| HSL | 339.02º | 0.92% | 0.35% | - |
| HSV(B) | 339.02º | 0.96% | 0.67% | - |
| XYZ | 17.58 | 9.07 | 5.67 | - |
| YUV | 62.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 64 | 0 | 0.96 | 0.62 | 0.33 | 339.02 | 0.92 | 0.35 |
| Hex | AA | 7 | 40 | 0 | 60 | 3E | 21 | 153 | 5C | 23 |
| Octal | 252 | 7 | 100 | 0 | 140 | 76 | 41 | 523 | 134 | 43 |
| Binary | 10101010 | 111 | 1000000 | 0 | 1100000 | 111110 | 100001 | 101010011 | 1011100 | 100011 |
Color Harmonies of #AA0740
Complementary color
Monochromatic Colors of #AA0740
Black with #AA0740
Text Example
Text Example
White with #AA0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0740; }
p { color: rgb(170,7,64); }
H1.HeaderClassName
{
color: #AA0740;
}
.AnyTagClassName
{
color: #AA0740;
}
</style>
background-color css
<style>
a { background-color: #AA0740; }
a { background-color: rgb(170,7,64); }
div.DivClassName
{
background-color: #AA0740;
}
.BgClassName
{
background-color: #AA0740;
}
</style>
border-color css
<style>
span { border-color: #AA0740; }
span { border-color: rgb(170,7,64); }
td.TdClassName
{
border-color: #AA0740;
}
.TagClassName
{
border-color: #AA0740;
}
</style>