Shades of Jazzberry Jam #A11245
Tints of Jazzberry Jam #A11245
RGB
CMYK
RGB Variations
Color information
#A11245 (or 0xA11245) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 45. RGB value is (161,18,69). Sum of RGB (Red+Green+Blue) = 161+18+69=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A11245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11245 is #5EEDBA. Grayscale: #424242. Windows color (decimal): -6221243 or 4526753. OLE color: 4526753.
HSL color Cylindrical-coordinate representation of color #A11245: hue angle of 338.6º 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 #A11245 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 69 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.37 |
| HSL | 338.6º | 0.8% | 0.35% | - |
| HSV(B) | 338.6º | 0.89% | 0.63% | - |
| XYZ | 15.99 | 8.44 | 6.42 | - |
| YUV | 66.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 69 | 0 | 0.89 | 0.57 | 0.37 | 338.6 | 0.8 | 0.35 |
| Hex | A1 | 12 | 45 | 0 | 59 | 39 | 25 | 153 | 50 | 23 |
| Octal | 241 | 22 | 105 | 0 | 131 | 71 | 45 | 523 | 120 | 43 |
| Binary | 10100001 | 10010 | 1000101 | 0 | 1011001 | 111001 | 100101 | 101010011 | 1010000 | 100011 |
Color Harmonies of #A11245
Complementary color
Monochromatic Colors of #A11245
Black with #A11245
Text Example
Text Example
White with #A11245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11245; }
p { color: rgb(161,18,69); }
H1.HeaderClassName
{
color: #A11245;
}
.AnyTagClassName
{
color: #A11245;
}
</style>
background-color css
<style>
a { background-color: #A11245; }
a { background-color: rgb(161,18,69); }
div.DivClassName
{
background-color: #A11245;
}
.BgClassName
{
background-color: #A11245;
}
</style>
border-color css
<style>
span { border-color: #A11245; }
span { border-color: rgb(161,18,69); }
td.TdClassName
{
border-color: #A11245;
}
.TagClassName
{
border-color: #A11245;
}
</style>