Shades of Jazzberry Jam #A31140
Tints of Jazzberry Jam #A31140
RGB
CMYK
RGB Variations
Color information
#A31140 (or 0xA31140) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 40. RGB value is (163,17,64). Sum of RGB (Red+Green+Blue) = 163+17+64=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A31140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31140 is #5CEEBF. Grayscale: #414141. Windows color (decimal): -6090432 or 4198819. OLE color: 4198819.
HSL color Cylindrical-coordinate representation of color #A31140: hue angle of 340.68º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31140 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 64 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.36 |
| HSL | 340.68º | 0.81% | 0.35% | - |
| HSV(B) | 340.68º | 0.9% | 0.64% | - |
| XYZ | 16.23 | 8.56 | 5.65 | - |
| YUV | 66.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 64 | 0 | 0.90 | 0.61 | 0.36 | 340.68 | 0.81 | 0.35 |
| Hex | A3 | 11 | 40 | 0 | 5A | 3D | 24 | 155 | 51 | 23 |
| Octal | 243 | 21 | 100 | 0 | 132 | 75 | 44 | 525 | 121 | 43 |
| Binary | 10100011 | 10001 | 1000000 | 0 | 1011010 | 111101 | 100100 | 101010101 | 1010001 | 100011 |
Color Harmonies of #A31140
Complementary color
Monochromatic Colors of #A31140
Black with #A31140
Text Example
Text Example
White with #A31140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31140; }
p { color: rgb(163,17,64); }
H1.HeaderClassName
{
color: #A31140;
}
.AnyTagClassName
{
color: #A31140;
}
</style>
background-color css
<style>
a { background-color: #A31140; }
a { background-color: rgb(163,17,64); }
div.DivClassName
{
background-color: #A31140;
}
.BgClassName
{
background-color: #A31140;
}
</style>
border-color css
<style>
span { border-color: #A31140; }
span { border-color: rgb(163,17,64); }
td.TdClassName
{
border-color: #A31140;
}
.TagClassName
{
border-color: #A31140;
}
</style>