Shades of Jazzberry Jam #A80749
Tints of Jazzberry Jam #A80749
RGB
CMYK
RGB Variations
Color information
#A80749 (or 0xA80749) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 49. RGB value is (168,7,73). Sum of RGB (Red+Green+Blue) = 168+7+73=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A80749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80749 is #57F8B6. Grayscale: #3E3E3E. Windows color (decimal): -5765303 or 4786088. OLE color: 4786088.
HSL color Cylindrical-coordinate representation of color #A80749: hue angle of 335.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80749 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 73 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.34 |
| HSL | 335.4º | 0.92% | 0.34% | - |
| HSV(B) | 335.4º | 0.96% | 0.66% | - |
| XYZ | 17.43 | 8.96 | 7.11 | - |
| YUV | 62.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 73 | 0 | 0.96 | 0.57 | 0.34 | 335.4 | 0.92 | 0.34 |
| Hex | A8 | 7 | 49 | 0 | 60 | 39 | 22 | 14F | 5C | 22 |
| Octal | 250 | 7 | 111 | 0 | 140 | 71 | 42 | 517 | 134 | 42 |
| Binary | 10101000 | 111 | 1001001 | 0 | 1100000 | 111001 | 100010 | 101001111 | 1011100 | 100010 |
Color Harmonies of #A80749
Complementary color
Monochromatic Colors of #A80749
Black with #A80749
Text Example
Text Example
White with #A80749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80749; }
p { color: rgb(168,7,73); }
H1.HeaderClassName
{
color: #A80749;
}
.AnyTagClassName
{
color: #A80749;
}
</style>
background-color css
<style>
a { background-color: #A80749; }
a { background-color: rgb(168,7,73); }
div.DivClassName
{
background-color: #A80749;
}
.BgClassName
{
background-color: #A80749;
}
</style>
border-color css
<style>
span { border-color: #A80749; }
span { border-color: rgb(168,7,73); }
td.TdClassName
{
border-color: #A80749;
}
.TagClassName
{
border-color: #A80749;
}
</style>