Shades of Jazzberry Jam #AD1046
Tints of Jazzberry Jam #AD1046
RGB
CMYK
RGB Variations
Color information
#AD1046 (or 0xAD1046) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 46. RGB value is (173,16,70). Sum of RGB (Red+Green+Blue) = 173+16+70=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1046 is #52EFB9. Grayscale: #454545. Windows color (decimal): -5435322 or 4591789. OLE color: 4591789.
HSL color Cylindrical-coordinate representation of color #AD1046: hue angle of 339.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1046 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 70 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.32 |
| HSL | 339.36º | 0.83% | 0.37% | - |
| HSV(B) | 339.36º | 0.91% | 0.68% | - |
| XYZ | 18.52 | 9.7 | 6.69 | - |
| YUV | 69.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 70 | 0 | 0.91 | 0.60 | 0.32 | 339.36 | 0.83 | 0.37 |
| Hex | AD | 10 | 46 | 0 | 5B | 3C | 20 | 153 | 53 | 25 |
| Octal | 255 | 20 | 106 | 0 | 133 | 74 | 40 | 523 | 123 | 45 |
| Binary | 10101101 | 10000 | 1000110 | 0 | 1011011 | 111100 | 100000 | 101010011 | 1010011 | 100101 |
Color Harmonies of #AD1046
Complementary color
Monochromatic Colors of #AD1046
Black with #AD1046
Text Example
Text Example
White with #AD1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1046; }
p { color: rgb(173,16,70); }
H1.HeaderClassName
{
color: #AD1046;
}
.AnyTagClassName
{
color: #AD1046;
}
</style>
background-color css
<style>
a { background-color: #AD1046; }
a { background-color: rgb(173,16,70); }
div.DivClassName
{
background-color: #AD1046;
}
.BgClassName
{
background-color: #AD1046;
}
</style>
border-color css
<style>
span { border-color: #AD1046; }
span { border-color: rgb(173,16,70); }
td.TdClassName
{
border-color: #AD1046;
}
.TagClassName
{
border-color: #AD1046;
}
</style>