Shades of Jazzberry Jam #A80840
Tints of Jazzberry Jam #A80840
RGB
CMYK
RGB Variations
Color information
#A80840 (or 0xA80840) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 40. RGB value is (168,8,64). Sum of RGB (Red+Green+Blue) = 168+8+64=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A80840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80840 is #57F7BF. Grayscale: #3E3E3E. Windows color (decimal): -5765056 or 4196520. OLE color: 4196520.
HSL color Cylindrical-coordinate representation of color #A80840: hue angle of 339º degrees, saturation: 0.91, 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 #A80840 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 64 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.34 |
| HSL | 339º | 0.91% | 0.35% | - |
| HSV(B) | 339º | 0.95% | 0.66% | - |
| XYZ | 17.16 | 8.87 | 5.66 | - |
| YUV | 62.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 64 | 0 | 0.95 | 0.62 | 0.34 | 339 | 0.91 | 0.35 |
| Hex | A8 | 8 | 40 | 0 | 5F | 3E | 22 | 153 | 5B | 23 |
| Octal | 250 | 10 | 100 | 0 | 137 | 76 | 42 | 523 | 133 | 43 |
| Binary | 10101000 | 1000 | 1000000 | 0 | 1011111 | 111110 | 100010 | 101010011 | 1011011 | 100011 |
Color Harmonies of #A80840
Complementary color
Monochromatic Colors of #A80840
Black with #A80840
Text Example
Text Example
White with #A80840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80840; }
p { color: rgb(168,8,64); }
H1.HeaderClassName
{
color: #A80840;
}
.AnyTagClassName
{
color: #A80840;
}
</style>
background-color css
<style>
a { background-color: #A80840; }
a { background-color: rgb(168,8,64); }
div.DivClassName
{
background-color: #A80840;
}
.BgClassName
{
background-color: #A80840;
}
</style>
border-color css
<style>
span { border-color: #A80840; }
span { border-color: rgb(168,8,64); }
td.TdClassName
{
border-color: #A80840;
}
.TagClassName
{
border-color: #A80840;
}
</style>