Shades of Jazzberry Jam #A90A47
Tints of Jazzberry Jam #A90A47
RGB
CMYK
RGB Variations
Color information
#A90A47 (or 0xA90A47) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 47. RGB value is (169,10,71). Sum of RGB (Red+Green+Blue) = 169+10+71=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90A47 is #56F5B8. Grayscale: #404040. Windows color (decimal): -5699001 or 4655785. OLE color: 4655785.
HSL color Cylindrical-coordinate representation of color #A90A47: hue angle of 336.98º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A47 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 71 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.34 |
| HSL | 336.98º | 0.89% | 0.35% | - |
| HSV(B) | 336.98º | 0.94% | 0.66% | - |
| XYZ | 17.61 | 9.11 | 6.79 | - |
| YUV | 64.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 71 | 0 | 0.94 | 0.58 | 0.34 | 336.98 | 0.89 | 0.35 |
| Hex | A9 | A | 47 | 0 | 5E | 3A | 22 | 151 | 59 | 23 |
| Octal | 251 | 12 | 107 | 0 | 136 | 72 | 42 | 521 | 131 | 43 |
| Binary | 10101001 | 1010 | 1000111 | 0 | 1011110 | 111010 | 100010 | 101010001 | 1011001 | 100011 |
Color Harmonies of #A90A47
Complementary color
Monochromatic Colors of #A90A47
Black with #A90A47
Text Example
Text Example
White with #A90A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A47; }
p { color: rgb(169,10,71); }
H1.HeaderClassName
{
color: #A90A47;
}
.AnyTagClassName
{
color: #A90A47;
}
</style>
background-color css
<style>
a { background-color: #A90A47; }
a { background-color: rgb(169,10,71); }
div.DivClassName
{
background-color: #A90A47;
}
.BgClassName
{
background-color: #A90A47;
}
</style>
border-color css
<style>
span { border-color: #A90A47; }
span { border-color: rgb(169,10,71); }
td.TdClassName
{
border-color: #A90A47;
}
.TagClassName
{
border-color: #A90A47;
}
</style>