Shades of Jazzberry Jam #A80940
Tints of Jazzberry Jam #A80940
RGB
CMYK
RGB Variations
Color information
#A80940 (or 0xA80940) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 40. RGB value is (168,9,64). Sum of RGB (Red+Green+Blue) = 168+9+64=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A80940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80940 is #57F6BF. Grayscale: #3E3E3E. Windows color (decimal): -5764800 or 4196776. OLE color: 4196776.
HSL color Cylindrical-coordinate representation of color #A80940: hue angle of 339.25º 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 #A80940 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 64 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.34 |
| HSL | 339.25º | 0.9% | 0.35% | - |
| HSV(B) | 339.25º | 0.95% | 0.66% | - |
| XYZ | 17.17 | 8.89 | 5.66 | - |
| YUV | 62.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 64 | 0 | 0.95 | 0.62 | 0.34 | 339.25 | 0.9 | 0.35 |
| Hex | A8 | 9 | 40 | 0 | 5F | 3E | 22 | 153 | 5A | 23 |
| Octal | 250 | 11 | 100 | 0 | 137 | 76 | 42 | 523 | 132 | 43 |
| Binary | 10101000 | 1001 | 1000000 | 0 | 1011111 | 111110 | 100010 | 101010011 | 1011010 | 100011 |
Color Harmonies of #A80940
Complementary color
Monochromatic Colors of #A80940
Black with #A80940
Text Example
Text Example
White with #A80940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80940; }
p { color: rgb(168,9,64); }
H1.HeaderClassName
{
color: #A80940;
}
.AnyTagClassName
{
color: #A80940;
}
</style>
background-color css
<style>
a { background-color: #A80940; }
a { background-color: rgb(168,9,64); }
div.DivClassName
{
background-color: #A80940;
}
.BgClassName
{
background-color: #A80940;
}
</style>
border-color css
<style>
span { border-color: #A80940; }
span { border-color: rgb(168,9,64); }
td.TdClassName
{
border-color: #A80940;
}
.TagClassName
{
border-color: #A80940;
}
</style>