Shades of Jazzberry Jam #A80949
Tints of Jazzberry Jam #A80949
RGB
CMYK
RGB Variations
Color information
#A80949 (or 0xA80949) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 49. RGB value is (168,9,73). Sum of RGB (Red+Green+Blue) = 168+9+73=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A80949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80949 is #57F6B6. Grayscale: #3F3F3F. Windows color (decimal): -5764791 or 4786600. OLE color: 4786600.
HSL color Cylindrical-coordinate representation of color #A80949: hue angle of 335.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80949 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.34 |
| HSL | 335.85º | 0.9% | 0.35% | - |
| HSV(B) | 335.85º | 0.95% | 0.66% | - |
| XYZ | 17.45 | 9 | 7.12 | - |
| YUV | 63.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 73 | 0 | 0.95 | 0.57 | 0.34 | 335.85 | 0.9 | 0.35 |
| Hex | A8 | 9 | 49 | 0 | 5F | 39 | 22 | 150 | 5A | 23 |
| Octal | 250 | 11 | 111 | 0 | 137 | 71 | 42 | 520 | 132 | 43 |
| Binary | 10101000 | 1001 | 1001001 | 0 | 1011111 | 111001 | 100010 | 101010000 | 1011010 | 100011 |
Color Harmonies of #A80949
Complementary color
Monochromatic Colors of #A80949
Black with #A80949
Text Example
Text Example
White with #A80949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80949; }
p { color: rgb(168,9,73); }
H1.HeaderClassName
{
color: #A80949;
}
.AnyTagClassName
{
color: #A80949;
}
</style>
background-color css
<style>
a { background-color: #A80949; }
a { background-color: rgb(168,9,73); }
div.DivClassName
{
background-color: #A80949;
}
.BgClassName
{
background-color: #A80949;
}
</style>
border-color css
<style>
span { border-color: #A80949; }
span { border-color: rgb(168,9,73); }
td.TdClassName
{
border-color: #A80949;
}
.TagClassName
{
border-color: #A80949;
}
</style>