Shades of Jazzberry Jam #A81749
Tints of Jazzberry Jam #A81749
RGB
CMYK
RGB Variations
Color information
#A81749 (or 0xA81749) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 49. RGB value is (168,23,73). Sum of RGB (Red+Green+Blue) = 168+23+73=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A81749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81749 is #57E8B6. Grayscale: #484848. Windows color (decimal): -5761207 or 4790184. OLE color: 4790184.
HSL color Cylindrical-coordinate representation of color #A81749: hue angle of 339.31º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81749 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 73 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.34 |
| HSL | 339.31º | 0.76% | 0.37% | - |
| HSV(B) | 339.31º | 0.86% | 0.66% | - |
| XYZ | 17.66 | 9.42 | 7.19 | - |
| YUV | 72.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 73 | 0 | 0.86 | 0.57 | 0.34 | 339.31 | 0.76 | 0.37 |
| Hex | A8 | 17 | 49 | 0 | 56 | 39 | 22 | 153 | 4C | 25 |
| Octal | 250 | 27 | 111 | 0 | 126 | 71 | 42 | 523 | 114 | 45 |
| Binary | 10101000 | 10111 | 1001001 | 0 | 1010110 | 111001 | 100010 | 101010011 | 1001100 | 100101 |
Color Harmonies of #A81749
Complementary color
Monochromatic Colors of #A81749
Black with #A81749
Text Example
Text Example
White with #A81749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81749; }
p { color: rgb(168,23,73); }
H1.HeaderClassName
{
color: #A81749;
}
.AnyTagClassName
{
color: #A81749;
}
</style>
background-color css
<style>
a { background-color: #A81749; }
a { background-color: rgb(168,23,73); }
div.DivClassName
{
background-color: #A81749;
}
.BgClassName
{
background-color: #A81749;
}
</style>
border-color css
<style>
span { border-color: #A81749; }
span { border-color: rgb(168,23,73); }
td.TdClassName
{
border-color: #A81749;
}
.TagClassName
{
border-color: #A81749;
}
</style>