Shades of Jazzberry Jam #A1124C
Tints of Jazzberry Jam #A1124C
RGB
CMYK
RGB Variations
Color information
#A1124C (or 0xA1124C) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 4C. RGB value is (161,18,76). Sum of RGB (Red+Green+Blue) = 161+18+76=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1124C is #5EEDB3. Grayscale: #434343. Windows color (decimal): -6221236 or 4985505. OLE color: 4985505.
HSL color Cylindrical-coordinate representation of color #A1124C: hue angle of 335.66º 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 #A1124C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 76 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.37 |
| HSL | 335.66º | 0.8% | 0.35% | - |
| HSV(B) | 335.66º | 0.89% | 0.63% | - |
| XYZ | 16.22 | 8.53 | 7.63 | - |
| YUV | 67.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 76 | 0 | 0.89 | 0.53 | 0.37 | 335.66 | 0.8 | 0.35 |
| Hex | A1 | 12 | 4C | 0 | 59 | 35 | 25 | 150 | 50 | 23 |
| Octal | 241 | 22 | 114 | 0 | 131 | 65 | 45 | 520 | 120 | 43 |
| Binary | 10100001 | 10010 | 1001100 | 0 | 1011001 | 110101 | 100101 | 101010000 | 1010000 | 100011 |
Color Harmonies of #A1124C
Complementary color
Monochromatic Colors of #A1124C
Black with #A1124C
Text Example
Text Example
White with #A1124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1124C; }
p { color: rgb(161,18,76); }
H1.HeaderClassName
{
color: #A1124C;
}
.AnyTagClassName
{
color: #A1124C;
}
</style>
background-color css
<style>
a { background-color: #A1124C; }
a { background-color: rgb(161,18,76); }
div.DivClassName
{
background-color: #A1124C;
}
.BgClassName
{
background-color: #A1124C;
}
</style>
border-color css
<style>
span { border-color: #A1124C; }
span { border-color: rgb(161,18,76); }
td.TdClassName
{
border-color: #A1124C;
}
.TagClassName
{
border-color: #A1124C;
}
</style>