Shades of Jazzberry Jam #A11040
Tints of Jazzberry Jam #A11040
RGB
CMYK
RGB Variations
Color information
#A11040 (or 0xA11040) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 40. RGB value is (161,16,64). Sum of RGB (Red+Green+Blue) = 161+16+64=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A11040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11040 is #5EEFBF. Grayscale: #404040. Windows color (decimal): -6221760 or 4198561. OLE color: 4198561.
HSL color Cylindrical-coordinate representation of color #A11040: hue angle of 340.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11040 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 64 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.37 |
| HSL | 340.14º | 0.82% | 0.35% | - |
| HSV(B) | 340.14º | 0.9% | 0.63% | - |
| XYZ | 15.81 | 8.32 | 5.62 | - |
| YUV | 64.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 64 | 0 | 0.90 | 0.60 | 0.37 | 340.14 | 0.82 | 0.35 |
| Hex | A1 | 10 | 40 | 0 | 5A | 3C | 25 | 154 | 52 | 23 |
| Octal | 241 | 20 | 100 | 0 | 132 | 74 | 45 | 524 | 122 | 43 |
| Binary | 10100001 | 10000 | 1000000 | 0 | 1011010 | 111100 | 100101 | 101010100 | 1010010 | 100011 |
Color Harmonies of #A11040
Complementary color
Monochromatic Colors of #A11040
Black with #A11040
Text Example
Text Example
White with #A11040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11040; }
p { color: rgb(161,16,64); }
H1.HeaderClassName
{
color: #A11040;
}
.AnyTagClassName
{
color: #A11040;
}
</style>
background-color css
<style>
a { background-color: #A11040; }
a { background-color: rgb(161,16,64); }
div.DivClassName
{
background-color: #A11040;
}
.BgClassName
{
background-color: #A11040;
}
</style>
border-color css
<style>
span { border-color: #A11040; }
span { border-color: rgb(161,16,64); }
td.TdClassName
{
border-color: #A11040;
}
.TagClassName
{
border-color: #A11040;
}
</style>