Shades of Jazzberry Jam #AD1259
Tints of Jazzberry Jam #AD1259
RGB
CMYK
RGB Variations
Color information
#AD1259 (or 0xAD1259) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 59. RGB value is (173,18,89). Sum of RGB (Red+Green+Blue) = 173+18+89=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1259 is #52EDA6. Grayscale: #484848. Windows color (decimal): -5434791 or 5837485. OLE color: 5837485.
HSL color Cylindrical-coordinate representation of color #AD1259: hue angle of 332.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1259 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 89 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.32 |
| HSL | 332.52º | 0.81% | 0.37% | - |
| HSV(B) | 332.52º | 0.9% | 0.68% | - |
| XYZ | 19.25 | 10.04 | 10.37 | - |
| YUV | 72.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 89 | 0 | 0.90 | 0.49 | 0.32 | 332.52 | 0.81 | 0.37 |
| Hex | AD | 12 | 59 | 0 | 5A | 31 | 20 | 14D | 51 | 25 |
| Octal | 255 | 22 | 131 | 0 | 132 | 61 | 40 | 515 | 121 | 45 |
| Binary | 10101101 | 10010 | 1011001 | 0 | 1011010 | 110001 | 100000 | 101001101 | 1010001 | 100101 |
Color Harmonies of #AD1259
Complementary color
Monochromatic Colors of #AD1259
Black with #AD1259
Text Example
Text Example
White with #AD1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1259; }
p { color: rgb(173,18,89); }
H1.HeaderClassName
{
color: #AD1259;
}
.AnyTagClassName
{
color: #AD1259;
}
</style>
background-color css
<style>
a { background-color: #AD1259; }
a { background-color: rgb(173,18,89); }
div.DivClassName
{
background-color: #AD1259;
}
.BgClassName
{
background-color: #AD1259;
}
</style>
border-color css
<style>
span { border-color: #AD1259; }
span { border-color: rgb(173,18,89); }
td.TdClassName
{
border-color: #AD1259;
}
.TagClassName
{
border-color: #AD1259;
}
</style>