Shades of Jazzberry Jam #A81345
Tints of Jazzberry Jam #A81345
RGB
CMYK
RGB Variations
Color information
#A81345 (or 0xA81345) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 45. RGB value is (168,19,69). Sum of RGB (Red+Green+Blue) = 168+19+69=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81345 is #57ECBA. Grayscale: #454545. Windows color (decimal): -5762235 or 4527016. OLE color: 4527016.
HSL color Cylindrical-coordinate representation of color #A81345: hue angle of 339.87º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81345 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 69 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.34 |
| HSL | 339.87º | 0.8% | 0.37% | - |
| HSV(B) | 339.87º | 0.89% | 0.66% | - |
| XYZ | 17.46 | 9.22 | 6.49 | - |
| YUV | 69.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 69 | 0 | 0.89 | 0.59 | 0.34 | 339.87 | 0.8 | 0.37 |
| Hex | A8 | 13 | 45 | 0 | 59 | 3B | 22 | 154 | 50 | 25 |
| Octal | 250 | 23 | 105 | 0 | 131 | 73 | 42 | 524 | 120 | 45 |
| Binary | 10101000 | 10011 | 1000101 | 0 | 1011001 | 111011 | 100010 | 101010100 | 1010000 | 100101 |
Color Harmonies of #A81345
Complementary color
Monochromatic Colors of #A81345
Black with #A81345
Text Example
Text Example
White with #A81345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81345; }
p { color: rgb(168,19,69); }
H1.HeaderClassName
{
color: #A81345;
}
.AnyTagClassName
{
color: #A81345;
}
</style>
background-color css
<style>
a { background-color: #A81345; }
a { background-color: rgb(168,19,69); }
div.DivClassName
{
background-color: #A81345;
}
.BgClassName
{
background-color: #A81345;
}
</style>
border-color css
<style>
span { border-color: #A81345; }
span { border-color: rgb(168,19,69); }
td.TdClassName
{
border-color: #A81345;
}
.TagClassName
{
border-color: #A81345;
}
</style>