Shades of Jazzberry Jam #AA0741
Tints of Jazzberry Jam #AA0741
RGB
CMYK
RGB Variations
Color information
#AA0741 (or 0xAA0741) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 41. RGB value is (170,7,65). Sum of RGB (Red+Green+Blue) = 170+7+65=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0741 is #55F8BE. Grayscale: #3E3E3E. Windows color (decimal): -5634239 or 4261802. OLE color: 4261802.
HSL color Cylindrical-coordinate representation of color #AA0741: hue angle of 338.65º 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 #AA0741 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.33 |
| HSL | 338.65º | 0.92% | 0.35% | - |
| HSV(B) | 338.65º | 0.96% | 0.67% | - |
| XYZ | 17.61 | 9.08 | 5.83 | - |
| YUV | 62.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 65 | 0 | 0.96 | 0.62 | 0.33 | 338.65 | 0.92 | 0.35 |
| Hex | AA | 7 | 41 | 0 | 60 | 3E | 21 | 153 | 5C | 23 |
| Octal | 252 | 7 | 101 | 0 | 140 | 76 | 41 | 523 | 134 | 43 |
| Binary | 10101010 | 111 | 1000001 | 0 | 1100000 | 111110 | 100001 | 101010011 | 1011100 | 100011 |
Color Harmonies of #AA0741
Complementary color
Monochromatic Colors of #AA0741
Black with #AA0741
Text Example
Text Example
White with #AA0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0741; }
p { color: rgb(170,7,65); }
H1.HeaderClassName
{
color: #AA0741;
}
.AnyTagClassName
{
color: #AA0741;
}
</style>
background-color css
<style>
a { background-color: #AA0741; }
a { background-color: rgb(170,7,65); }
div.DivClassName
{
background-color: #AA0741;
}
.BgClassName
{
background-color: #AA0741;
}
</style>
border-color css
<style>
span { border-color: #AA0741; }
span { border-color: rgb(170,7,65); }
td.TdClassName
{
border-color: #AA0741;
}
.TagClassName
{
border-color: #AA0741;
}
</style>