Shades of Jazzberry Jam #A91145
Tints of Jazzberry Jam #A91145
RGB
CMYK
RGB Variations
Color information
#A91145 (or 0xA91145) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 45. RGB value is (169,17,69). Sum of RGB (Red+Green+Blue) = 169+17+69=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A91145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91145 is #56EEBA. Grayscale: #444444. Windows color (decimal): -5697211 or 4526505. OLE color: 4526505.
HSL color Cylindrical-coordinate representation of color #A91145: hue angle of 339.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91145 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 69 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.34 |
| HSL | 339.47º | 0.82% | 0.36% | - |
| HSV(B) | 339.47º | 0.9% | 0.66% | - |
| XYZ | 17.64 | 9.27 | 6.49 | - |
| YUV | 68.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 69 | 0 | 0.90 | 0.59 | 0.34 | 339.47 | 0.82 | 0.36 |
| Hex | A9 | 11 | 45 | 0 | 5A | 3B | 22 | 153 | 52 | 24 |
| Octal | 251 | 21 | 105 | 0 | 132 | 73 | 42 | 523 | 122 | 44 |
| Binary | 10101001 | 10001 | 1000101 | 0 | 1011010 | 111011 | 100010 | 101010011 | 1010010 | 100100 |
Color Harmonies of #A91145
Complementary color
Monochromatic Colors of #A91145
Black with #A91145
Text Example
Text Example
White with #A91145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91145; }
p { color: rgb(169,17,69); }
H1.HeaderClassName
{
color: #A91145;
}
.AnyTagClassName
{
color: #A91145;
}
</style>
background-color css
<style>
a { background-color: #A91145; }
a { background-color: rgb(169,17,69); }
div.DivClassName
{
background-color: #A91145;
}
.BgClassName
{
background-color: #A91145;
}
</style>
border-color css
<style>
span { border-color: #A91145; }
span { border-color: rgb(169,17,69); }
td.TdClassName
{
border-color: #A91145;
}
.TagClassName
{
border-color: #A91145;
}
</style>