Shades of Jazzberry Jam #A9034D
Tints of Jazzberry Jam #A9034D
RGB
CMYK
RGB Variations
Color information
#A9034D (or 0xA9034D) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 4D. RGB value is (169,3,77). Sum of RGB (Red+Green+Blue) = 169+3+77=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A9034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9034D is #56FCB2. Grayscale: #3C3C3C. Windows color (decimal): -5700787 or 5047209. OLE color: 5047209.
HSL color Cylindrical-coordinate representation of color #A9034D: hue angle of 333.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9034D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.34 |
| HSL | 333.25º | 0.97% | 0.34% | - |
| HSV(B) | 333.25º | 0.98% | 0.66% | - |
| XYZ | 17.73 | 9.04 | 7.83 | - |
| YUV | 61.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 77 | 0 | 0.98 | 0.54 | 0.34 | 333.25 | 0.97 | 0.34 |
| Hex | A9 | 3 | 4D | 0 | 62 | 36 | 22 | 14D | 61 | 22 |
| Octal | 251 | 3 | 115 | 0 | 142 | 66 | 42 | 515 | 141 | 42 |
| Binary | 10101001 | 11 | 1001101 | 0 | 1100010 | 110110 | 100010 | 101001101 | 1100001 | 100010 |
Color Harmonies of #A9034D
Complementary color
Monochromatic Colors of #A9034D
Black with #A9034D
Text Example
Text Example
White with #A9034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9034D; }
p { color: rgb(169,3,77); }
H1.HeaderClassName
{
color: #A9034D;
}
.AnyTagClassName
{
color: #A9034D;
}
</style>
background-color css
<style>
a { background-color: #A9034D; }
a { background-color: rgb(169,3,77); }
div.DivClassName
{
background-color: #A9034D;
}
.BgClassName
{
background-color: #A9034D;
}
</style>
border-color css
<style>
span { border-color: #A9034D; }
span { border-color: rgb(169,3,77); }
td.TdClassName
{
border-color: #A9034D;
}
.TagClassName
{
border-color: #A9034D;
}
</style>