Shades of Jazzberry Jam #AD1146
Tints of Jazzberry Jam #AD1146
RGB
CMYK
RGB Variations
Color information
#AD1146 (or 0xAD1146) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 46. RGB value is (173,17,70). Sum of RGB (Red+Green+Blue) = 173+17+70=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1146 is #52EEB9. Grayscale: #454545. Windows color (decimal): -5435066 or 4592045. OLE color: 4592045.
HSL color Cylindrical-coordinate representation of color #AD1146: hue angle of 339.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1146 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 70 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.32 |
| HSL | 339.62º | 0.82% | 0.37% | - |
| HSV(B) | 339.62º | 0.9% | 0.68% | - |
| XYZ | 18.54 | 9.73 | 6.69 | - |
| YUV | 69.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 70 | 0 | 0.90 | 0.60 | 0.32 | 339.62 | 0.82 | 0.37 |
| Hex | AD | 11 | 46 | 0 | 5A | 3C | 20 | 154 | 52 | 25 |
| Octal | 255 | 21 | 106 | 0 | 132 | 74 | 40 | 524 | 122 | 45 |
| Binary | 10101101 | 10001 | 1000110 | 0 | 1011010 | 111100 | 100000 | 101010100 | 1010010 | 100101 |
Color Harmonies of #AD1146
Complementary color
Monochromatic Colors of #AD1146
Black with #AD1146
Text Example
Text Example
White with #AD1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1146; }
p { color: rgb(173,17,70); }
H1.HeaderClassName
{
color: #AD1146;
}
.AnyTagClassName
{
color: #AD1146;
}
</style>
background-color css
<style>
a { background-color: #AD1146; }
a { background-color: rgb(173,17,70); }
div.DivClassName
{
background-color: #AD1146;
}
.BgClassName
{
background-color: #AD1146;
}
</style>
border-color css
<style>
span { border-color: #AD1146; }
span { border-color: rgb(173,17,70); }
td.TdClassName
{
border-color: #AD1146;
}
.TagClassName
{
border-color: #AD1146;
}
</style>