Shades of Jazzberry Jam #A9013F
Tints of Jazzberry Jam #A9013F
RGB
CMYK
RGB Variations
Color information
#A9013F (or 0xA9013F) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 3F. RGB value is (169,1,63). Sum of RGB (Red+Green+Blue) = 169+1+63=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A9013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9013F is #56FEC0. Grayscale: #3A3A3A. Windows color (decimal): -5701313 or 4129193. OLE color: 4129193.
HSL color Cylindrical-coordinate representation of color #A9013F: hue angle of 337.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9013F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.34 |
| HSL | 337.86º | 0.99% | 0.33% | - |
| HSV(B) | 337.86º | 0.99% | 0.66% | - |
| XYZ | 17.27 | 8.82 | 5.49 | - |
| YUV | 58.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 63 | 0 | 0.99 | 0.63 | 0.34 | 337.86 | 0.99 | 0.33 |
| Hex | A9 | 1 | 3F | 0 | 63 | 3F | 22 | 152 | 63 | 21 |
| Octal | 251 | 1 | 77 | 0 | 143 | 77 | 42 | 522 | 143 | 41 |
| Binary | 10101001 | 1 | 111111 | 0 | 1100011 | 111111 | 100010 | 101010010 | 1100011 | 100001 |
Color Harmonies of #A9013F
Complementary color
Monochromatic Colors of #A9013F
Black with #A9013F
Text Example
Text Example
White with #A9013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9013F; }
p { color: rgb(169,1,63); }
H1.HeaderClassName
{
color: #A9013F;
}
.AnyTagClassName
{
color: #A9013F;
}
</style>
background-color css
<style>
a { background-color: #A9013F; }
a { background-color: rgb(169,1,63); }
div.DivClassName
{
background-color: #A9013F;
}
.BgClassName
{
background-color: #A9013F;
}
</style>
border-color css
<style>
span { border-color: #A9013F; }
span { border-color: rgb(169,1,63); }
td.TdClassName
{
border-color: #A9013F;
}
.TagClassName
{
border-color: #A9013F;
}
</style>