Shades of Jazzberry Jam #AA0841
Tints of Jazzberry Jam #AA0841
RGB
CMYK
RGB Variations
Color information
#AA0841 (or 0xAA0841) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 41. RGB value is (170,8,65). Sum of RGB (Red+Green+Blue) = 170+8+65=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0841 is #55F7BE. Grayscale: #3E3E3E. Windows color (decimal): -5633983 or 4262058. OLE color: 4262058.
HSL color Cylindrical-coordinate representation of color #AA0841: hue angle of 338.89º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0841 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.33 |
| HSL | 338.89º | 0.91% | 0.35% | - |
| HSV(B) | 338.89º | 0.95% | 0.67% | - |
| XYZ | 17.62 | 9.1 | 5.83 | - |
| YUV | 62.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 65 | 0 | 0.95 | 0.62 | 0.33 | 338.89 | 0.91 | 0.35 |
| Hex | AA | 8 | 41 | 0 | 5F | 3E | 21 | 153 | 5B | 23 |
| Octal | 252 | 10 | 101 | 0 | 137 | 76 | 41 | 523 | 133 | 43 |
| Binary | 10101010 | 1000 | 1000001 | 0 | 1011111 | 111110 | 100001 | 101010011 | 1011011 | 100011 |
Color Harmonies of #AA0841
Complementary color
Monochromatic Colors of #AA0841
Black with #AA0841
Text Example
Text Example
White with #AA0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0841; }
p { color: rgb(170,8,65); }
H1.HeaderClassName
{
color: #AA0841;
}
.AnyTagClassName
{
color: #AA0841;
}
</style>
background-color css
<style>
a { background-color: #AA0841; }
a { background-color: rgb(170,8,65); }
div.DivClassName
{
background-color: #AA0841;
}
.BgClassName
{
background-color: #AA0841;
}
</style>
border-color css
<style>
span { border-color: #AA0841; }
span { border-color: rgb(170,8,65); }
td.TdClassName
{
border-color: #AA0841;
}
.TagClassName
{
border-color: #AA0841;
}
</style>