Shades of Jazzberry Jam #AD1552
Tints of Jazzberry Jam #AD1552
RGB
CMYK
RGB Variations
Color information
#AD1552 (or 0xAD1552) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 52. RGB value is (173,21,82). Sum of RGB (Red+Green+Blue) = 173+21+82=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1552 is #52EAAD. Grayscale: #494949. Windows color (decimal): -5434030 or 5379501. OLE color: 5379501.
HSL color Cylindrical-coordinate representation of color #AD1552: hue angle of 335.92º 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 #AD1552 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 82 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.32 |
| HSL | 335.92º | 0.78% | 0.38% | - |
| HSV(B) | 335.92º | 0.88% | 0.68% | - |
| XYZ | 19.02 | 10.03 | 8.92 | - |
| YUV | 73.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 82 | 0 | 0.88 | 0.53 | 0.32 | 335.92 | 0.78 | 0.38 |
| Hex | AD | 15 | 52 | 0 | 58 | 35 | 20 | 150 | 4E | 26 |
| Octal | 255 | 25 | 122 | 0 | 130 | 65 | 40 | 520 | 116 | 46 |
| Binary | 10101101 | 10101 | 1010010 | 0 | 1011000 | 110101 | 100000 | 101010000 | 1001110 | 100110 |
Color Harmonies of #AD1552
Complementary color
Monochromatic Colors of #AD1552
Black with #AD1552
Text Example
Text Example
White with #AD1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1552; }
p { color: rgb(173,21,82); }
H1.HeaderClassName
{
color: #AD1552;
}
.AnyTagClassName
{
color: #AD1552;
}
</style>
background-color css
<style>
a { background-color: #AD1552; }
a { background-color: rgb(173,21,82); }
div.DivClassName
{
background-color: #AD1552;
}
.BgClassName
{
background-color: #AD1552;
}
</style>
border-color css
<style>
span { border-color: #AD1552; }
span { border-color: rgb(173,21,82); }
td.TdClassName
{
border-color: #AD1552;
}
.TagClassName
{
border-color: #AD1552;
}
</style>