Shades of Jazzberry Jam #AD1855
Tints of Jazzberry Jam #AD1855
RGB
CMYK
RGB Variations
Color information
#AD1855 (or 0xAD1855) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 55. RGB value is (173,24,85). Sum of RGB (Red+Green+Blue) = 173+24+85=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1855 is #52E7AA. Grayscale: #4B4B4B. Windows color (decimal): -5433259 or 5576877. OLE color: 5576877.
HSL color Cylindrical-coordinate representation of color #AD1855: hue angle of 335.44º degrees, saturation: 0.76, 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 #AD1855 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 85 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.32 |
| HSL | 335.44º | 0.76% | 0.39% | - |
| HSV(B) | 335.44º | 0.86% | 0.68% | - |
| XYZ | 19.2 | 10.19 | 9.55 | - |
| YUV | 75.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 85 | 0 | 0.86 | 0.51 | 0.32 | 335.44 | 0.76 | 0.39 |
| Hex | AD | 18 | 55 | 0 | 56 | 33 | 20 | 14F | 4C | 27 |
| Octal | 255 | 30 | 125 | 0 | 126 | 63 | 40 | 517 | 114 | 47 |
| Binary | 10101101 | 11000 | 1010101 | 0 | 1010110 | 110011 | 100000 | 101001111 | 1001100 | 100111 |
Color Harmonies of #AD1855
Complementary color
Monochromatic Colors of #AD1855
Black with #AD1855
Text Example
Text Example
White with #AD1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1855; }
p { color: rgb(173,24,85); }
H1.HeaderClassName
{
color: #AD1855;
}
.AnyTagClassName
{
color: #AD1855;
}
</style>
background-color css
<style>
a { background-color: #AD1855; }
a { background-color: rgb(173,24,85); }
div.DivClassName
{
background-color: #AD1855;
}
.BgClassName
{
background-color: #AD1855;
}
</style>
border-color css
<style>
span { border-color: #AD1855; }
span { border-color: rgb(173,24,85); }
td.TdClassName
{
border-color: #AD1855;
}
.TagClassName
{
border-color: #AD1855;
}
</style>