Shades of Jazzberry Jam #A31345
Tints of Jazzberry Jam #A31345
RGB
CMYK
RGB Variations
Color information
#A31345 (or 0xA31345) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 45. RGB value is (163,19,69). Sum of RGB (Red+Green+Blue) = 163+19+69=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31345 is #5CECBA. Grayscale: #434343. Windows color (decimal): -6089915 or 4527011. OLE color: 4527011.
HSL color Cylindrical-coordinate representation of color #A31345: hue angle of 339.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31345 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 69 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.36 |
| HSL | 339.17º | 0.79% | 0.36% | - |
| HSV(B) | 339.17º | 0.88% | 0.64% | - |
| XYZ | 16.41 | 8.68 | 6.44 | - |
| YUV | 67.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 69 | 0 | 0.88 | 0.58 | 0.36 | 339.17 | 0.79 | 0.36 |
| Hex | A3 | 13 | 45 | 0 | 58 | 3A | 24 | 153 | 4F | 24 |
| Octal | 243 | 23 | 105 | 0 | 130 | 72 | 44 | 523 | 117 | 44 |
| Binary | 10100011 | 10011 | 1000101 | 0 | 1011000 | 111010 | 100100 | 101010011 | 1001111 | 100100 |
Color Harmonies of #A31345
Complementary color
Monochromatic Colors of #A31345
Black with #A31345
Text Example
Text Example
White with #A31345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31345; }
p { color: rgb(163,19,69); }
H1.HeaderClassName
{
color: #A31345;
}
.AnyTagClassName
{
color: #A31345;
}
</style>
background-color css
<style>
a { background-color: #A31345; }
a { background-color: rgb(163,19,69); }
div.DivClassName
{
background-color: #A31345;
}
.BgClassName
{
background-color: #A31345;
}
</style>
border-color css
<style>
span { border-color: #A31345; }
span { border-color: rgb(163,19,69); }
td.TdClassName
{
border-color: #A31345;
}
.TagClassName
{
border-color: #A31345;
}
</style>