Shades of Jazzberry Jam #A1154A
Tints of Jazzberry Jam #A1154A
RGB
CMYK
RGB Variations
Color information
#A1154A (or 0xA1154A) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 4A. RGB value is (161,21,74). Sum of RGB (Red+Green+Blue) = 161+21+74=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1154A is #5EEAB5. Grayscale: #444444. Windows color (decimal): -6220470 or 4855201. OLE color: 4855201.
HSL color Cylindrical-coordinate representation of color #A1154A: hue angle of 337.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1154A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 74 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.37 |
| HSL | 337.29º | 0.77% | 0.36% | - |
| HSV(B) | 337.29º | 0.87% | 0.63% | - |
| XYZ | 16.2 | 8.61 | 7.29 | - |
| YUV | 68.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 74 | 0 | 0.87 | 0.54 | 0.37 | 337.29 | 0.77 | 0.36 |
| Hex | A1 | 15 | 4A | 0 | 57 | 36 | 25 | 151 | 4D | 24 |
| Octal | 241 | 25 | 112 | 0 | 127 | 66 | 45 | 521 | 115 | 44 |
| Binary | 10100001 | 10101 | 1001010 | 0 | 1010111 | 110110 | 100101 | 101010001 | 1001101 | 100100 |
Color Harmonies of #A1154A
Complementary color
Monochromatic Colors of #A1154A
Black with #A1154A
Text Example
Text Example
White with #A1154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1154A; }
p { color: rgb(161,21,74); }
H1.HeaderClassName
{
color: #A1154A;
}
.AnyTagClassName
{
color: #A1154A;
}
</style>
background-color css
<style>
a { background-color: #A1154A; }
a { background-color: rgb(161,21,74); }
div.DivClassName
{
background-color: #A1154A;
}
.BgClassName
{
background-color: #A1154A;
}
</style>
border-color css
<style>
span { border-color: #A1154A; }
span { border-color: rgb(161,21,74); }
td.TdClassName
{
border-color: #A1154A;
}
.TagClassName
{
border-color: #A1154A;
}
</style>