Shades of Jazzberry Jam #AD0044
Tints of Jazzberry Jam #AD0044
RGB
CMYK
RGB Variations
Color information
#AD0044 (or 0xAD0044) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 44. RGB value is (173,0,68). Sum of RGB (Red+Green+Blue) = 173+0+68=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0044 is #52FFBB. Grayscale: #3B3B3B. Windows color (decimal): -5439420 or 4456621. OLE color: 4456621.
HSL color Cylindrical-coordinate representation of color #AD0044: hue angle of 336.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0044 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.61 | 0.32 |
| HSL | 336.42º | 1% | 0.34% | - |
| HSV(B) | 336.42º | 1% | 0.68% | - |
| XYZ | 18.28 | 9.3 | 6.3 | - |
| YUV | 59.48 | 132.81 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 68 | 0 | 1 | 0.61 | 0.32 | 336.42 | 1 | 0.34 |
| Hex | AD | 0 | 44 | 0 | 64 | 3D | 20 | 150 | 64 | 22 |
| Octal | 255 | 0 | 104 | 0 | 144 | 75 | 40 | 520 | 144 | 42 |
| Binary | 10101101 | 0 | 1000100 | 0 | 1100100 | 111101 | 100000 | 101010000 | 1100100 | 100010 |
Color Harmonies of #AD0044
Complementary color
Monochromatic Colors of #AD0044
Black with #AD0044
Text Example
Text Example
White with #AD0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0044; }
p { color: rgb(173,0,68); }
H1.HeaderClassName
{
color: #AD0044;
}
.AnyTagClassName
{
color: #AD0044;
}
</style>
background-color css
<style>
a { background-color: #AD0044; }
a { background-color: rgb(173,0,68); }
div.DivClassName
{
background-color: #AD0044;
}
.BgClassName
{
background-color: #AD0044;
}
</style>
border-color css
<style>
span { border-color: #AD0044; }
span { border-color: rgb(173,0,68); }
td.TdClassName
{
border-color: #AD0044;
}
.TagClassName
{
border-color: #AD0044;
}
</style>