Shades of Jazzberry Jam #A31449
Tints of Jazzberry Jam #A31449
RGB
CMYK
RGB Variations
Color information
#A31449 (or 0xA31449) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 49. RGB value is (163,20,73). Sum of RGB (Red+Green+Blue) = 163+20+73=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A31449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31449 is #5CEBB6. Grayscale: #444444. Windows color (decimal): -6089655 or 4789411. OLE color: 4789411.
HSL color Cylindrical-coordinate representation of color #A31449: hue angle of 337.76º degrees, saturation: 0.78, 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 #A31449 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 73 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.36 |
| HSL | 337.76º | 0.78% | 0.36% | - |
| HSV(B) | 337.76º | 0.88% | 0.64% | - |
| XYZ | 16.56 | 8.77 | 7.12 | - |
| YUV | 68.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 73 | 0 | 0.88 | 0.55 | 0.36 | 337.76 | 0.78 | 0.36 |
| Hex | A3 | 14 | 49 | 0 | 58 | 37 | 24 | 152 | 4E | 24 |
| Octal | 243 | 24 | 111 | 0 | 130 | 67 | 44 | 522 | 116 | 44 |
| Binary | 10100011 | 10100 | 1001001 | 0 | 1011000 | 110111 | 100100 | 101010010 | 1001110 | 100100 |
Color Harmonies of #A31449
Complementary color
Monochromatic Colors of #A31449
Black with #A31449
Text Example
Text Example
White with #A31449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31449; }
p { color: rgb(163,20,73); }
H1.HeaderClassName
{
color: #A31449;
}
.AnyTagClassName
{
color: #A31449;
}
</style>
background-color css
<style>
a { background-color: #A31449; }
a { background-color: rgb(163,20,73); }
div.DivClassName
{
background-color: #A31449;
}
.BgClassName
{
background-color: #A31449;
}
</style>
border-color css
<style>
span { border-color: #A31449; }
span { border-color: rgb(163,20,73); }
td.TdClassName
{
border-color: #A31449;
}
.TagClassName
{
border-color: #A31449;
}
</style>