Shades of Jazzberry Jam #AD1559
Tints of Jazzberry Jam #AD1559
RGB
CMYK
RGB Variations
Color information
#AD1559 (or 0xAD1559) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 59. RGB value is (173,21,89). Sum of RGB (Red+Green+Blue) = 173+21+89=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1559 is #52EAA6. Grayscale: #4A4A4A. Windows color (decimal): -5434023 or 5838253. OLE color: 5838253.
HSL color Cylindrical-coordinate representation of color #AD1559: hue angle of 333.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1559 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 89 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.32 |
| HSL | 333.16º | 0.78% | 0.38% | - |
| HSV(B) | 333.16º | 0.88% | 0.68% | - |
| XYZ | 19.3 | 10.14 | 10.39 | - |
| YUV | 74.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 89 | 0 | 0.88 | 0.49 | 0.32 | 333.16 | 0.78 | 0.38 |
| Hex | AD | 15 | 59 | 0 | 58 | 31 | 20 | 14D | 4E | 26 |
| Octal | 255 | 25 | 131 | 0 | 130 | 61 | 40 | 515 | 116 | 46 |
| Binary | 10101101 | 10101 | 1011001 | 0 | 1011000 | 110001 | 100000 | 101001101 | 1001110 | 100110 |
Color Harmonies of #AD1559
Complementary color
Monochromatic Colors of #AD1559
Black with #AD1559
Text Example
Text Example
White with #AD1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1559; }
p { color: rgb(173,21,89); }
H1.HeaderClassName
{
color: #AD1559;
}
.AnyTagClassName
{
color: #AD1559;
}
</style>
background-color css
<style>
a { background-color: #AD1559; }
a { background-color: rgb(173,21,89); }
div.DivClassName
{
background-color: #AD1559;
}
.BgClassName
{
background-color: #AD1559;
}
</style>
border-color css
<style>
span { border-color: #AD1559; }
span { border-color: rgb(173,21,89); }
td.TdClassName
{
border-color: #AD1559;
}
.TagClassName
{
border-color: #AD1559;
}
</style>