Shades of Jazzberry Jam #A80D43
Tints of Jazzberry Jam #A80D43
RGB
CMYK
RGB Variations
Color information
#A80D43 (or 0xA80D43) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 43. RGB value is (168,13,67). Sum of RGB (Red+Green+Blue) = 168+13+67=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D43 is #57F2BC. Grayscale: #414141. Windows color (decimal): -5763773 or 4394408. OLE color: 4394408.
HSL color Cylindrical-coordinate representation of color #A80D43: hue angle of 339.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D43 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 67 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.34 |
| HSL | 339.1º | 0.86% | 0.35% | - |
| HSV(B) | 339.1º | 0.92% | 0.66% | - |
| XYZ | 17.31 | 9.02 | 6.14 | - |
| YUV | 65.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 67 | 0 | 0.92 | 0.60 | 0.34 | 339.1 | 0.86 | 0.35 |
| Hex | A8 | D | 43 | 0 | 5C | 3C | 22 | 153 | 56 | 23 |
| Octal | 250 | 15 | 103 | 0 | 134 | 74 | 42 | 523 | 126 | 43 |
| Binary | 10101000 | 1101 | 1000011 | 0 | 1011100 | 111100 | 100010 | 101010011 | 1010110 | 100011 |
Color Harmonies of #A80D43
Complementary color
Monochromatic Colors of #A80D43
Black with #A80D43
Text Example
Text Example
White with #A80D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D43; }
p { color: rgb(168,13,67); }
H1.HeaderClassName
{
color: #A80D43;
}
.AnyTagClassName
{
color: #A80D43;
}
</style>
background-color css
<style>
a { background-color: #A80D43; }
a { background-color: rgb(168,13,67); }
div.DivClassName
{
background-color: #A80D43;
}
.BgClassName
{
background-color: #A80D43;
}
</style>
border-color css
<style>
span { border-color: #A80D43; }
span { border-color: rgb(168,13,67); }
td.TdClassName
{
border-color: #A80D43;
}
.TagClassName
{
border-color: #A80D43;
}
</style>