Shades of Jazzberry Jam #AD154D
Tints of Jazzberry Jam #AD154D
RGB
CMYK
RGB Variations
Color information
#AD154D (or 0xAD154D) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 4D. RGB value is (173,21,77). Sum of RGB (Red+Green+Blue) = 173+21+77=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD154D is #52EAB2. Grayscale: #484848. Windows color (decimal): -5434035 or 5051821. OLE color: 5051821.
HSL color Cylindrical-coordinate representation of color #AD154D: hue angle of 337.89º 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 #AD154D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 77 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.32 |
| HSL | 337.89º | 0.78% | 0.38% | - |
| HSV(B) | 337.89º | 0.88% | 0.68% | - |
| XYZ | 18.84 | 9.96 | 7.95 | - |
| YUV | 72.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 77 | 0 | 0.88 | 0.55 | 0.32 | 337.89 | 0.78 | 0.38 |
| Hex | AD | 15 | 4D | 0 | 58 | 37 | 20 | 152 | 4E | 26 |
| Octal | 255 | 25 | 115 | 0 | 130 | 67 | 40 | 522 | 116 | 46 |
| Binary | 10101101 | 10101 | 1001101 | 0 | 1011000 | 110111 | 100000 | 101010010 | 1001110 | 100110 |
Color Harmonies of #AD154D
Complementary color
Monochromatic Colors of #AD154D
Black with #AD154D
Text Example
Text Example
White with #AD154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD154D; }
p { color: rgb(173,21,77); }
H1.HeaderClassName
{
color: #AD154D;
}
.AnyTagClassName
{
color: #AD154D;
}
</style>
background-color css
<style>
a { background-color: #AD154D; }
a { background-color: rgb(173,21,77); }
div.DivClassName
{
background-color: #AD154D;
}
.BgClassName
{
background-color: #AD154D;
}
</style>
border-color css
<style>
span { border-color: #AD154D; }
span { border-color: rgb(173,21,77); }
td.TdClassName
{
border-color: #AD154D;
}
.TagClassName
{
border-color: #AD154D;
}
</style>