Shades of Jazzberry Jam #A1124A
Tints of Jazzberry Jam #A1124A
RGB
CMYK
RGB Variations
Color information
#A1124A (or 0xA1124A) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 4A. RGB value is (161,18,74). Sum of RGB (Red+Green+Blue) = 161+18+74=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1124A is #5EEDB5. Grayscale: #434343. Windows color (decimal): -6221238 or 4854433. OLE color: 4854433.
HSL color Cylindrical-coordinate representation of color #A1124A: hue angle of 336.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1124A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 74 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.37 |
| HSL | 336.5º | 0.8% | 0.35% | - |
| HSV(B) | 336.5º | 0.89% | 0.63% | - |
| XYZ | 16.15 | 8.5 | 7.27 | - |
| YUV | 67.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 74 | 0 | 0.89 | 0.54 | 0.37 | 336.5 | 0.8 | 0.35 |
| Hex | A1 | 12 | 4A | 0 | 59 | 36 | 25 | 151 | 50 | 23 |
| Octal | 241 | 22 | 112 | 0 | 131 | 66 | 45 | 521 | 120 | 43 |
| Binary | 10100001 | 10010 | 1001010 | 0 | 1011001 | 110110 | 100101 | 101010001 | 1010000 | 100011 |
Color Harmonies of #A1124A
Complementary color
Monochromatic Colors of #A1124A
Black with #A1124A
Text Example
Text Example
White with #A1124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1124A; }
p { color: rgb(161,18,74); }
H1.HeaderClassName
{
color: #A1124A;
}
.AnyTagClassName
{
color: #A1124A;
}
</style>
background-color css
<style>
a { background-color: #A1124A; }
a { background-color: rgb(161,18,74); }
div.DivClassName
{
background-color: #A1124A;
}
.BgClassName
{
background-color: #A1124A;
}
</style>
border-color css
<style>
span { border-color: #A1124A; }
span { border-color: rgb(161,18,74); }
td.TdClassName
{
border-color: #A1124A;
}
.TagClassName
{
border-color: #A1124A;
}
</style>