Shades of Jazzberry Jam #A91851
Tints of Jazzberry Jam #A91851
RGB
CMYK
RGB Variations
Color information
#A91851 (or 0xA91851) is known color: Jazzberry Jam. HEX triplet: A9, 18 and 51. RGB value is (169,24,81). Sum of RGB (Red+Green+Blue) = 169+24+81=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A91851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91851 is #56E7AE. Grayscale: #494949. Windows color (decimal): -5695407 or 5314729. OLE color: 5314729.
HSL color Cylindrical-coordinate representation of color #A91851: hue angle of 336.41º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91851 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 24 | 81 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.34 |
| HSL | 336.41º | 0.75% | 0.38% | - |
| HSV(B) | 336.41º | 0.86% | 0.66% | - |
| XYZ | 18.17 | 9.68 | 8.7 | - |
| YUV | 73.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 24 | 81 | 0 | 0.86 | 0.52 | 0.34 | 336.41 | 0.75 | 0.38 |
| Hex | A9 | 18 | 51 | 0 | 56 | 34 | 22 | 150 | 4B | 26 |
| Octal | 251 | 30 | 121 | 0 | 126 | 64 | 42 | 520 | 113 | 46 |
| Binary | 10101001 | 11000 | 1010001 | 0 | 1010110 | 110100 | 100010 | 101010000 | 1001011 | 100110 |
Color Harmonies of #A91851
Complementary color
Monochromatic Colors of #A91851
Black with #A91851
Text Example
Text Example
White with #A91851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91851; }
p { color: rgb(169,24,81); }
H1.HeaderClassName
{
color: #A91851;
}
.AnyTagClassName
{
color: #A91851;
}
</style>
background-color css
<style>
a { background-color: #A91851; }
a { background-color: rgb(169,24,81); }
div.DivClassName
{
background-color: #A91851;
}
.BgClassName
{
background-color: #A91851;
}
</style>
border-color css
<style>
span { border-color: #A91851; }
span { border-color: rgb(169,24,81); }
td.TdClassName
{
border-color: #A91851;
}
.TagClassName
{
border-color: #A91851;
}
</style>