Shades of Jazzberry Jam #A11345
Tints of Jazzberry Jam #A11345
RGB
CMYK
RGB Variations
Color information
#A11345 (or 0xA11345) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 45. RGB value is (161,19,69). Sum of RGB (Red+Green+Blue) = 161+19+69=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11345 is #5EECBA. Grayscale: #434343. Windows color (decimal): -6220987 or 4527009. OLE color: 4527009.
HSL color Cylindrical-coordinate representation of color #A11345: hue angle of 338.87º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11345 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 69 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.37 |
| HSL | 338.87º | 0.79% | 0.35% | - |
| HSV(B) | 338.87º | 0.88% | 0.63% | - |
| XYZ | 16.01 | 8.47 | 6.42 | - |
| YUV | 67.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 69 | 0 | 0.88 | 0.57 | 0.37 | 338.87 | 0.79 | 0.35 |
| Hex | A1 | 13 | 45 | 0 | 58 | 39 | 25 | 153 | 4F | 23 |
| Octal | 241 | 23 | 105 | 0 | 130 | 71 | 45 | 523 | 117 | 43 |
| Binary | 10100001 | 10011 | 1000101 | 0 | 1011000 | 111001 | 100101 | 101010011 | 1001111 | 100011 |
Color Harmonies of #A11345
Complementary color
Monochromatic Colors of #A11345
Black with #A11345
Text Example
Text Example
White with #A11345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11345; }
p { color: rgb(161,19,69); }
H1.HeaderClassName
{
color: #A11345;
}
.AnyTagClassName
{
color: #A11345;
}
</style>
background-color css
<style>
a { background-color: #A11345; }
a { background-color: rgb(161,19,69); }
div.DivClassName
{
background-color: #A11345;
}
.BgClassName
{
background-color: #A11345;
}
</style>
border-color css
<style>
span { border-color: #A11345; }
span { border-color: rgb(161,19,69); }
td.TdClassName
{
border-color: #A11345;
}
.TagClassName
{
border-color: #A11345;
}
</style>