Shades of Jazzberry Jam #A80945
Tints of Jazzberry Jam #A80945
RGB
CMYK
RGB Variations
Color information
#A80945 (or 0xA80945) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 45. RGB value is (168,9,69). Sum of RGB (Red+Green+Blue) = 168+9+69=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A80945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80945 is #57F6BA. Grayscale: #3F3F3F. Windows color (decimal): -5764795 or 4524456. OLE color: 4524456.
HSL color Cylindrical-coordinate representation of color #A80945: hue angle of 337.36º 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 #A80945 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 69 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.34 |
| HSL | 337.36º | 0.9% | 0.35% | - |
| HSV(B) | 337.36º | 0.95% | 0.66% | - |
| XYZ | 17.32 | 8.95 | 6.44 | - |
| YUV | 63.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 69 | 0 | 0.95 | 0.59 | 0.34 | 337.36 | 0.9 | 0.35 |
| Hex | A8 | 9 | 45 | 0 | 5F | 3B | 22 | 151 | 5A | 23 |
| Octal | 250 | 11 | 105 | 0 | 137 | 73 | 42 | 521 | 132 | 43 |
| Binary | 10101000 | 1001 | 1000101 | 0 | 1011111 | 111011 | 100010 | 101010001 | 1011010 | 100011 |
Color Harmonies of #A80945
Complementary color
Monochromatic Colors of #A80945
Black with #A80945
Text Example
Text Example
White with #A80945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80945; }
p { color: rgb(168,9,69); }
H1.HeaderClassName
{
color: #A80945;
}
.AnyTagClassName
{
color: #A80945;
}
</style>
background-color css
<style>
a { background-color: #A80945; }
a { background-color: rgb(168,9,69); }
div.DivClassName
{
background-color: #A80945;
}
.BgClassName
{
background-color: #A80945;
}
</style>
border-color css
<style>
span { border-color: #A80945; }
span { border-color: rgb(168,9,69); }
td.TdClassName
{
border-color: #A80945;
}
.TagClassName
{
border-color: #A80945;
}
</style>