Shades of Jazzberry Jam #A71372
Tints of Jazzberry Jam #A71372
RGB
CMYK
RGB Variations
Color information
#A71372 (or 0xA71372) is known color: Jazzberry Jam. HEX triplet: A7, 13 and 72. RGB value is (167,19,114). Sum of RGB (Red+Green+Blue) = 167+19+114=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A71372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71372 is #58EC8D. Grayscale: #494949. Windows color (decimal): -5827726 or 7476135. OLE color: 7476135.
HSL color Cylindrical-coordinate representation of color #A71372: hue angle of 321.49º 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 #A71372 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 114 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.35 |
| HSL | 321.49º | 0.8% | 0.36% | - |
| HSV(B) | 321.49º | 0.89% | 0.65% | - |
| XYZ | 19.21 | 9.9 | 16.82 | - |
| YUV | 74.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 114 | 0 | 0.89 | 0.32 | 0.35 | 321.49 | 0.8 | 0.36 |
| Hex | A7 | 13 | 72 | 0 | 59 | 20 | 23 | 141 | 50 | 24 |
| Octal | 247 | 23 | 162 | 0 | 131 | 40 | 43 | 501 | 120 | 44 |
| Binary | 10100111 | 10011 | 1110010 | 0 | 1011001 | 100000 | 100011 | 101000001 | 1010000 | 100100 |
Color Harmonies of #A71372
Complementary color
Monochromatic Colors of #A71372
Black with #A71372
Text Example
Text Example
White with #A71372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71372; }
p { color: rgb(167,19,114); }
H1.HeaderClassName
{
color: #A71372;
}
.AnyTagClassName
{
color: #A71372;
}
</style>
background-color css
<style>
a { background-color: #A71372; }
a { background-color: rgb(167,19,114); }
div.DivClassName
{
background-color: #A71372;
}
.BgClassName
{
background-color: #A71372;
}
</style>
border-color css
<style>
span { border-color: #A71372; }
span { border-color: rgb(167,19,114); }
td.TdClassName
{
border-color: #A71372;
}
.TagClassName
{
border-color: #A71372;
}
</style>