Shades of Jazzberry Jam #AD1D59
Tints of Jazzberry Jam #AD1D59
RGB
CMYK
RGB Variations
Color information
#AD1D59 (or 0xAD1D59) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 59. RGB value is (173,29,89). Sum of RGB (Red+Green+Blue) = 173+29+89=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D59 is #52E2A6. Grayscale: #4E4E4E. Windows color (decimal): -5431975 or 5840301. OLE color: 5840301.
HSL color Cylindrical-coordinate representation of color #AD1D59: hue angle of 335º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D59 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 89 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.32 |
| HSL | 335º | 0.71% | 0.4% | - |
| HSV(B) | 335º | 0.83% | 0.68% | - |
| XYZ | 19.48 | 10.48 | 10.45 | - |
| YUV | 78.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 89 | 0 | 0.83 | 0.49 | 0.32 | 335 | 0.71 | 0.4 |
| Hex | AD | 1D | 59 | 0 | 53 | 31 | 20 | 14F | 47 | 28 |
| Octal | 255 | 35 | 131 | 0 | 123 | 61 | 40 | 517 | 107 | 50 |
| Binary | 10101101 | 11101 | 1011001 | 0 | 1010011 | 110001 | 100000 | 101001111 | 1000111 | 101000 |
Color Harmonies of #AD1D59
Complementary color
Monochromatic Colors of #AD1D59
Black with #AD1D59
Text Example
Text Example
White with #AD1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D59; }
p { color: rgb(173,29,89); }
H1.HeaderClassName
{
color: #AD1D59;
}
.AnyTagClassName
{
color: #AD1D59;
}
</style>
background-color css
<style>
a { background-color: #AD1D59; }
a { background-color: rgb(173,29,89); }
div.DivClassName
{
background-color: #AD1D59;
}
.BgClassName
{
background-color: #AD1D59;
}
</style>
border-color css
<style>
span { border-color: #AD1D59; }
span { border-color: rgb(173,29,89); }
td.TdClassName
{
border-color: #AD1D59;
}
.TagClassName
{
border-color: #AD1D59;
}
</style>