Shades of Jazzberry Jam #A81449
Tints of Jazzberry Jam #A81449
RGB
CMYK
RGB Variations
Color information
#A81449 (or 0xA81449) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 49. RGB value is (168,20,73). Sum of RGB (Red+Green+Blue) = 168+20+73=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A81449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81449 is #57EBB6. Grayscale: #464646. Windows color (decimal): -5761975 or 4789416. OLE color: 4789416.
HSL color Cylindrical-coordinate representation of color #A81449: hue angle of 338.51º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81449 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 73 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.34 |
| HSL | 338.51º | 0.79% | 0.37% | - |
| HSV(B) | 338.51º | 0.88% | 0.66% | - |
| XYZ | 17.6 | 9.31 | 7.17 | - |
| YUV | 70.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 73 | 0 | 0.88 | 0.57 | 0.34 | 338.51 | 0.79 | 0.37 |
| Hex | A8 | 14 | 49 | 0 | 58 | 39 | 22 | 153 | 4F | 25 |
| Octal | 250 | 24 | 111 | 0 | 130 | 71 | 42 | 523 | 117 | 45 |
| Binary | 10101000 | 10100 | 1001001 | 0 | 1011000 | 111001 | 100010 | 101010011 | 1001111 | 100101 |
Color Harmonies of #A81449
Complementary color
Monochromatic Colors of #A81449
Black with #A81449
Text Example
Text Example
White with #A81449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81449; }
p { color: rgb(168,20,73); }
H1.HeaderClassName
{
color: #A81449;
}
.AnyTagClassName
{
color: #A81449;
}
</style>
background-color css
<style>
a { background-color: #A81449; }
a { background-color: rgb(168,20,73); }
div.DivClassName
{
background-color: #A81449;
}
.BgClassName
{
background-color: #A81449;
}
</style>
border-color css
<style>
span { border-color: #A81449; }
span { border-color: rgb(168,20,73); }
td.TdClassName
{
border-color: #A81449;
}
.TagClassName
{
border-color: #A81449;
}
</style>