Shades of Jazzberry Jam #AD0845
Tints of Jazzberry Jam #AD0845
RGB
CMYK
RGB Variations
Color information
#AD0845 (or 0xAD0845) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 45. RGB value is (173,8,69). Sum of RGB (Red+Green+Blue) = 173+8+69=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0845 is #52F7BA. Grayscale: #404040. Windows color (decimal): -5437371 or 4524205. OLE color: 4524205.
HSL color Cylindrical-coordinate representation of color #AD0845: hue angle of 337.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0845 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 69 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.32 |
| HSL | 337.82º | 0.91% | 0.35% | - |
| HSV(B) | 337.82º | 0.95% | 0.68% | - |
| XYZ | 18.39 | 9.49 | 6.49 | - |
| YUV | 64.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 69 | 0 | 0.95 | 0.60 | 0.32 | 337.82 | 0.91 | 0.35 |
| Hex | AD | 8 | 45 | 0 | 5F | 3C | 20 | 152 | 5B | 23 |
| Octal | 255 | 10 | 105 | 0 | 137 | 74 | 40 | 522 | 133 | 43 |
| Binary | 10101101 | 1000 | 1000101 | 0 | 1011111 | 111100 | 100000 | 101010010 | 1011011 | 100011 |
Color Harmonies of #AD0845
Complementary color
Monochromatic Colors of #AD0845
Black with #AD0845
Text Example
Text Example
White with #AD0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0845; }
p { color: rgb(173,8,69); }
H1.HeaderClassName
{
color: #AD0845;
}
.AnyTagClassName
{
color: #AD0845;
}
</style>
background-color css
<style>
a { background-color: #AD0845; }
a { background-color: rgb(173,8,69); }
div.DivClassName
{
background-color: #AD0845;
}
.BgClassName
{
background-color: #AD0845;
}
</style>
border-color css
<style>
span { border-color: #AD0845; }
span { border-color: rgb(173,8,69); }
td.TdClassName
{
border-color: #AD0845;
}
.TagClassName
{
border-color: #AD0845;
}
</style>