Shades of Jazzberry Jam #AD0545
Tints of Jazzberry Jam #AD0545
RGB
CMYK
RGB Variations
Color information
#AD0545 (or 0xAD0545) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 45. RGB value is (173,5,69). Sum of RGB (Red+Green+Blue) = 173+5+69=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0545 is #52FABA. Grayscale: #3E3E3E. Windows color (decimal): -5438139 or 4523437. OLE color: 4523437.
HSL color Cylindrical-coordinate representation of color #AD0545: hue angle of 337.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0545 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 69 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.32 |
| HSL | 337.14º | 0.94% | 0.35% | - |
| HSV(B) | 337.14º | 0.97% | 0.68% | - |
| XYZ | 18.36 | 9.42 | 6.48 | - |
| YUV | 62.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 69 | 0 | 0.97 | 0.60 | 0.32 | 337.14 | 0.94 | 0.35 |
| Hex | AD | 5 | 45 | 0 | 61 | 3C | 20 | 151 | 5E | 23 |
| Octal | 255 | 5 | 105 | 0 | 141 | 74 | 40 | 521 | 136 | 43 |
| Binary | 10101101 | 101 | 1000101 | 0 | 1100001 | 111100 | 100000 | 101010001 | 1011110 | 100011 |
Color Harmonies of #AD0545
Complementary color
Monochromatic Colors of #AD0545
Black with #AD0545
Text Example
Text Example
White with #AD0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0545; }
p { color: rgb(173,5,69); }
H1.HeaderClassName
{
color: #AD0545;
}
.AnyTagClassName
{
color: #AD0545;
}
</style>
background-color css
<style>
a { background-color: #AD0545; }
a { background-color: rgb(173,5,69); }
div.DivClassName
{
background-color: #AD0545;
}
.BgClassName
{
background-color: #AD0545;
}
</style>
border-color css
<style>
span { border-color: #AD0545; }
span { border-color: rgb(173,5,69); }
td.TdClassName
{
border-color: #AD0545;
}
.TagClassName
{
border-color: #AD0545;
}
</style>