Shades of Jazzberry Jam #AD1459
Tints of Jazzberry Jam #AD1459
RGB
CMYK
RGB Variations
Color information
#AD1459 (or 0xAD1459) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 59. RGB value is (173,20,89). Sum of RGB (Red+Green+Blue) = 173+20+89=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1459 is #52EBA6. Grayscale: #494949. Windows color (decimal): -5434279 or 5837997. OLE color: 5837997.
HSL color Cylindrical-coordinate representation of color #AD1459: hue angle of 332.94º degrees, saturation: 0.79, 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 #AD1459 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 89 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.32 |
| HSL | 332.94º | 0.79% | 0.38% | - |
| HSV(B) | 332.94º | 0.88% | 0.68% | - |
| XYZ | 19.29 | 10.11 | 10.39 | - |
| YUV | 73.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 89 | 0 | 0.88 | 0.49 | 0.32 | 332.94 | 0.79 | 0.38 |
| Hex | AD | 14 | 59 | 0 | 58 | 31 | 20 | 14D | 4F | 26 |
| Octal | 255 | 24 | 131 | 0 | 130 | 61 | 40 | 515 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011001 | 0 | 1011000 | 110001 | 100000 | 101001101 | 1001111 | 100110 |
Color Harmonies of #AD1459
Complementary color
Monochromatic Colors of #AD1459
Black with #AD1459
Text Example
Text Example
White with #AD1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1459; }
p { color: rgb(173,20,89); }
H1.HeaderClassName
{
color: #AD1459;
}
.AnyTagClassName
{
color: #AD1459;
}
</style>
background-color css
<style>
a { background-color: #AD1459; }
a { background-color: rgb(173,20,89); }
div.DivClassName
{
background-color: #AD1459;
}
.BgClassName
{
background-color: #AD1459;
}
</style>
border-color css
<style>
span { border-color: #AD1459; }
span { border-color: rgb(173,20,89); }
td.TdClassName
{
border-color: #AD1459;
}
.TagClassName
{
border-color: #AD1459;
}
</style>