Shades of Jazzberry Jam #A71343
Tints of Jazzberry Jam #A71343
RGB
CMYK
RGB Variations
Color information
#A71343 (or 0xA71343) is known color: Jazzberry Jam. HEX triplet: A7, 13 and 43. RGB value is (167,19,67). Sum of RGB (Red+Green+Blue) = 167+19+67=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A71343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71343 is #58ECBC. Grayscale: #444444. Windows color (decimal): -5827773 or 4395943. OLE color: 4395943.
HSL color Cylindrical-coordinate representation of color #A71343: hue angle of 340.54º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71343 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 67 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.35 |
| HSL | 340.54º | 0.8% | 0.36% | - |
| HSV(B) | 340.54º | 0.89% | 0.65% | - |
| XYZ | 17.18 | 9.09 | 6.16 | - |
| YUV | 68.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 67 | 0 | 0.89 | 0.60 | 0.35 | 340.54 | 0.8 | 0.36 |
| Hex | A7 | 13 | 43 | 0 | 59 | 3C | 23 | 155 | 50 | 24 |
| Octal | 247 | 23 | 103 | 0 | 131 | 74 | 43 | 525 | 120 | 44 |
| Binary | 10100111 | 10011 | 1000011 | 0 | 1011001 | 111100 | 100011 | 101010101 | 1010000 | 100100 |
Color Harmonies of #A71343
Complementary color
Monochromatic Colors of #A71343
Black with #A71343
Text Example
Text Example
White with #A71343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71343; }
p { color: rgb(167,19,67); }
H1.HeaderClassName
{
color: #A71343;
}
.AnyTagClassName
{
color: #A71343;
}
</style>
background-color css
<style>
a { background-color: #A71343; }
a { background-color: rgb(167,19,67); }
div.DivClassName
{
background-color: #A71343;
}
.BgClassName
{
background-color: #A71343;
}
</style>
border-color css
<style>
span { border-color: #A71343; }
span { border-color: rgb(167,19,67); }
td.TdClassName
{
border-color: #A71343;
}
.TagClassName
{
border-color: #A71343;
}
</style>