Shades of Jazzberry Jam #AD1447
Tints of Jazzberry Jam #AD1447
RGB
CMYK
RGB Variations
Color information
#AD1447 (or 0xAD1447) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 47. RGB value is (173,20,71). Sum of RGB (Red+Green+Blue) = 173+20+71=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1447 is #52EBB8. Grayscale: #474747. Windows color (decimal): -5434297 or 4658349. OLE color: 4658349.
HSL color Cylindrical-coordinate representation of color #AD1447: hue angle of 340º 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 #AD1447 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 71 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.32 |
| HSL | 340º | 0.79% | 0.38% | - |
| HSV(B) | 340º | 0.88% | 0.68% | - |
| XYZ | 18.62 | 9.84 | 6.88 | - |
| YUV | 71.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 71 | 0 | 0.88 | 0.59 | 0.32 | 340 | 0.79 | 0.38 |
| Hex | AD | 14 | 47 | 0 | 58 | 3B | 20 | 154 | 4F | 26 |
| Octal | 255 | 24 | 107 | 0 | 130 | 73 | 40 | 524 | 117 | 46 |
| Binary | 10101101 | 10100 | 1000111 | 0 | 1011000 | 111011 | 100000 | 101010100 | 1001111 | 100110 |
Color Harmonies of #AD1447
Complementary color
Monochromatic Colors of #AD1447
Black with #AD1447
Text Example
Text Example
White with #AD1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1447; }
p { color: rgb(173,20,71); }
H1.HeaderClassName
{
color: #AD1447;
}
.AnyTagClassName
{
color: #AD1447;
}
</style>
background-color css
<style>
a { background-color: #AD1447; }
a { background-color: rgb(173,20,71); }
div.DivClassName
{
background-color: #AD1447;
}
.BgClassName
{
background-color: #AD1447;
}
</style>
border-color css
<style>
span { border-color: #AD1447; }
span { border-color: rgb(173,20,71); }
td.TdClassName
{
border-color: #AD1447;
}
.TagClassName
{
border-color: #AD1447;
}
</style>