Shades of Jazzberry Jam #A80544
Tints of Jazzberry Jam #A80544
RGB
CMYK
RGB Variations
Color information
#A80544 (or 0xA80544) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 44. RGB value is (168,5,68). Sum of RGB (Red+Green+Blue) = 168+5+68=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A80544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80544 is #57FABB. Grayscale: #3C3C3C. Windows color (decimal): -5765820 or 4457896. OLE color: 4457896.
HSL color Cylindrical-coordinate representation of color #A80544: hue angle of 336.81º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80544 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.34 |
| HSL | 336.81º | 0.94% | 0.34% | - |
| HSV(B) | 336.81º | 0.97% | 0.66% | - |
| XYZ | 17.25 | 8.85 | 6.27 | - |
| YUV | 60.92 | 132 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 68 | 0 | 0.97 | 0.60 | 0.34 | 336.81 | 0.94 | 0.34 |
| Hex | A8 | 5 | 44 | 0 | 61 | 3C | 22 | 151 | 5E | 22 |
| Octal | 250 | 5 | 104 | 0 | 141 | 74 | 42 | 521 | 136 | 42 |
| Binary | 10101000 | 101 | 1000100 | 0 | 1100001 | 111100 | 100010 | 101010001 | 1011110 | 100010 |
Color Harmonies of #A80544
Complementary color
Monochromatic Colors of #A80544
Black with #A80544
Text Example
Text Example
White with #A80544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80544; }
p { color: rgb(168,5,68); }
H1.HeaderClassName
{
color: #A80544;
}
.AnyTagClassName
{
color: #A80544;
}
</style>
background-color css
<style>
a { background-color: #A80544; }
a { background-color: rgb(168,5,68); }
div.DivClassName
{
background-color: #A80544;
}
.BgClassName
{
background-color: #A80544;
}
</style>
border-color css
<style>
span { border-color: #A80544; }
span { border-color: rgb(168,5,68); }
td.TdClassName
{
border-color: #A80544;
}
.TagClassName
{
border-color: #A80544;
}
</style>