Shades of Jazzberry Jam #A41449
Tints of Jazzberry Jam #A41449
RGB
CMYK
RGB Variations
Color information
#A41449 (or 0xA41449) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 49. RGB value is (164,20,73). Sum of RGB (Red+Green+Blue) = 164+20+73=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41449 is #5BEBB6. Grayscale: #454545. Windows color (decimal): -6024119 or 4789412. OLE color: 4789412.
HSL color Cylindrical-coordinate representation of color #A41449: hue angle of 337.92º 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 #A41449 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 73 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.36 |
| HSL | 337.92º | 0.78% | 0.36% | - |
| HSV(B) | 337.92º | 0.88% | 0.64% | - |
| XYZ | 16.76 | 8.87 | 7.13 | - |
| YUV | 69.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 73 | 0 | 0.88 | 0.55 | 0.36 | 337.92 | 0.78 | 0.36 |
| Hex | A4 | 14 | 49 | 0 | 58 | 37 | 24 | 152 | 4E | 24 |
| Octal | 244 | 24 | 111 | 0 | 130 | 67 | 44 | 522 | 116 | 44 |
| Binary | 10100100 | 10100 | 1001001 | 0 | 1011000 | 110111 | 100100 | 101010010 | 1001110 | 100100 |
Color Harmonies of #A41449
Complementary color
Monochromatic Colors of #A41449
Black with #A41449
Text Example
Text Example
White with #A41449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41449; }
p { color: rgb(164,20,73); }
H1.HeaderClassName
{
color: #A41449;
}
.AnyTagClassName
{
color: #A41449;
}
</style>
background-color css
<style>
a { background-color: #A41449; }
a { background-color: rgb(164,20,73); }
div.DivClassName
{
background-color: #A41449;
}
.BgClassName
{
background-color: #A41449;
}
</style>
border-color css
<style>
span { border-color: #A41449; }
span { border-color: rgb(164,20,73); }
td.TdClassName
{
border-color: #A41449;
}
.TagClassName
{
border-color: #A41449;
}
</style>