Shades of Jazzberry Jam #AD0744
Tints of Jazzberry Jam #AD0744
RGB
CMYK
RGB Variations
Color information
#AD0744 (or 0xAD0744) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 44. RGB value is (173,7,68). Sum of RGB (Red+Green+Blue) = 173+7+68=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0744 is #52F8BB. Grayscale: #3F3F3F. Windows color (decimal): -5437628 or 4458413. OLE color: 4458413.
HSL color Cylindrical-coordinate representation of color #AD0744: hue angle of 337.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0744 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 68 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.32 |
| HSL | 337.95º | 0.92% | 0.35% | - |
| HSV(B) | 337.95º | 0.96% | 0.68% | - |
| XYZ | 18.35 | 9.45 | 6.33 | - |
| YUV | 63.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 68 | 0 | 0.96 | 0.61 | 0.32 | 337.95 | 0.92 | 0.35 |
| Hex | AD | 7 | 44 | 0 | 60 | 3D | 20 | 152 | 5C | 23 |
| Octal | 255 | 7 | 104 | 0 | 140 | 75 | 40 | 522 | 134 | 43 |
| Binary | 10101101 | 111 | 1000100 | 0 | 1100000 | 111101 | 100000 | 101010010 | 1011100 | 100011 |
Color Harmonies of #AD0744
Complementary color
Monochromatic Colors of #AD0744
Black with #AD0744
Text Example
Text Example
White with #AD0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0744; }
p { color: rgb(173,7,68); }
H1.HeaderClassName
{
color: #AD0744;
}
.AnyTagClassName
{
color: #AD0744;
}
</style>
background-color css
<style>
a { background-color: #AD0744; }
a { background-color: rgb(173,7,68); }
div.DivClassName
{
background-color: #AD0744;
}
.BgClassName
{
background-color: #AD0744;
}
</style>
border-color css
<style>
span { border-color: #AD0744; }
span { border-color: rgb(173,7,68); }
td.TdClassName
{
border-color: #AD0744;
}
.TagClassName
{
border-color: #AD0744;
}
</style>