Shades of Jazzberry Jam #AD1753
Tints of Jazzberry Jam #AD1753
RGB
CMYK
RGB Variations
Color information
#AD1753 (or 0xAD1753) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 53. RGB value is (173,23,83). Sum of RGB (Red+Green+Blue) = 173+23+83=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1753 is #52E8AC. Grayscale: #4A4A4A. Windows color (decimal): -5433517 or 5445549. OLE color: 5445549.
HSL color Cylindrical-coordinate representation of color #AD1753: hue angle of 336º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1753 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 83 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.32 |
| HSL | 336º | 0.77% | 0.38% | - |
| HSV(B) | 336º | 0.87% | 0.68% | - |
| XYZ | 19.1 | 10.12 | 9.13 | - |
| YUV | 74.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 83 | 0 | 0.87 | 0.52 | 0.32 | 336 | 0.77 | 0.38 |
| Hex | AD | 17 | 53 | 0 | 57 | 34 | 20 | 150 | 4D | 26 |
| Octal | 255 | 27 | 123 | 0 | 127 | 64 | 40 | 520 | 115 | 46 |
| Binary | 10101101 | 10111 | 1010011 | 0 | 1010111 | 110100 | 100000 | 101010000 | 1001101 | 100110 |
Color Harmonies of #AD1753
Complementary color
Monochromatic Colors of #AD1753
Black with #AD1753
Text Example
Text Example
White with #AD1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1753; }
p { color: rgb(173,23,83); }
H1.HeaderClassName
{
color: #AD1753;
}
.AnyTagClassName
{
color: #AD1753;
}
</style>
background-color css
<style>
a { background-color: #AD1753; }
a { background-color: rgb(173,23,83); }
div.DivClassName
{
background-color: #AD1753;
}
.BgClassName
{
background-color: #AD1753;
}
</style>
border-color css
<style>
span { border-color: #AD1753; }
span { border-color: rgb(173,23,83); }
td.TdClassName
{
border-color: #AD1753;
}
.TagClassName
{
border-color: #AD1753;
}
</style>