Shades of Jazzberry Jam #A71450
Tints of Jazzberry Jam #A71450
RGB
CMYK
RGB Variations
Color information
#A71450 (or 0xA71450) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 50. RGB value is (167,20,80). Sum of RGB (Red+Green+Blue) = 167+20+80=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A71450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71450 is #58EBAF. Grayscale: #464646. Windows color (decimal): -5827504 or 5248167. OLE color: 5248167.
HSL color Cylindrical-coordinate representation of color #A71450: hue angle of 335.51º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71450 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 80 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.35 |
| HSL | 335.51º | 0.79% | 0.37% | - |
| HSV(B) | 335.51º | 0.88% | 0.65% | - |
| XYZ | 17.63 | 9.29 | 8.45 | - |
| YUV | 70.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 80 | 0 | 0.88 | 0.52 | 0.35 | 335.51 | 0.79 | 0.37 |
| Hex | A7 | 14 | 50 | 0 | 58 | 34 | 23 | 150 | 4F | 25 |
| Octal | 247 | 24 | 120 | 0 | 130 | 64 | 43 | 520 | 117 | 45 |
| Binary | 10100111 | 10100 | 1010000 | 0 | 1011000 | 110100 | 100011 | 101010000 | 1001111 | 100101 |
Color Harmonies of #A71450
Complementary color
Monochromatic Colors of #A71450
Black with #A71450
Text Example
Text Example
White with #A71450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71450; }
p { color: rgb(167,20,80); }
H1.HeaderClassName
{
color: #A71450;
}
.AnyTagClassName
{
color: #A71450;
}
</style>
background-color css
<style>
a { background-color: #A71450; }
a { background-color: rgb(167,20,80); }
div.DivClassName
{
background-color: #A71450;
}
.BgClassName
{
background-color: #A71450;
}
</style>
border-color css
<style>
span { border-color: #A71450; }
span { border-color: rgb(167,20,80); }
td.TdClassName
{
border-color: #A71450;
}
.TagClassName
{
border-color: #A71450;
}
</style>