Shades of Jazzberry Jam #AD1956
Tints of Jazzberry Jam #AD1956
RGB
CMYK
RGB Variations
Color information
#AD1956 (or 0xAD1956) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 56. RGB value is (173,25,86). Sum of RGB (Red+Green+Blue) = 173+25+86=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1956 is #52E6A9. Grayscale: #4C4C4C. Windows color (decimal): -5433002 or 5642669. OLE color: 5642669.
HSL color Cylindrical-coordinate representation of color #AD1956: hue angle of 335.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1956 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 86 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.32 |
| HSL | 335.27º | 0.75% | 0.39% | - |
| HSV(B) | 335.27º | 0.86% | 0.68% | - |
| XYZ | 19.26 | 10.25 | 9.77 | - |
| YUV | 76.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 86 | 0 | 0.86 | 0.50 | 0.32 | 335.27 | 0.75 | 0.39 |
| Hex | AD | 19 | 56 | 0 | 56 | 32 | 20 | 14F | 4B | 27 |
| Octal | 255 | 31 | 126 | 0 | 126 | 62 | 40 | 517 | 113 | 47 |
| Binary | 10101101 | 11001 | 1010110 | 0 | 1010110 | 110010 | 100000 | 101001111 | 1001011 | 100111 |
Color Harmonies of #AD1956
Complementary color
Monochromatic Colors of #AD1956
Black with #AD1956
Text Example
Text Example
White with #AD1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1956; }
p { color: rgb(173,25,86); }
H1.HeaderClassName
{
color: #AD1956;
}
.AnyTagClassName
{
color: #AD1956;
}
</style>
background-color css
<style>
a { background-color: #AD1956; }
a { background-color: rgb(173,25,86); }
div.DivClassName
{
background-color: #AD1956;
}
.BgClassName
{
background-color: #AD1956;
}
</style>
border-color css
<style>
span { border-color: #AD1956; }
span { border-color: rgb(173,25,86); }
td.TdClassName
{
border-color: #AD1956;
}
.TagClassName
{
border-color: #AD1956;
}
</style>