Shades of Jazzberry Jam #AD0742
Tints of Jazzberry Jam #AD0742
RGB
CMYK
RGB Variations
Color information
#AD0742 (or 0xAD0742) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 42. RGB value is (173,7,66). Sum of RGB (Red+Green+Blue) = 173+7+66=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0742 is #52F8BD. Grayscale: #3F3F3F. Windows color (decimal): -5437630 or 4327341. OLE color: 4327341.
HSL color Cylindrical-coordinate representation of color #AD0742: hue angle of 338.67º 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 #AD0742 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 66 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.32 |
| HSL | 338.67º | 0.92% | 0.35% | - |
| HSV(B) | 338.67º | 0.96% | 0.68% | - |
| XYZ | 18.29 | 9.43 | 6.01 | - |
| YUV | 63.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 66 | 0 | 0.96 | 0.62 | 0.32 | 338.67 | 0.92 | 0.35 |
| Hex | AD | 7 | 42 | 0 | 60 | 3E | 20 | 153 | 5C | 23 |
| Octal | 255 | 7 | 102 | 0 | 140 | 76 | 40 | 523 | 134 | 43 |
| Binary | 10101101 | 111 | 1000010 | 0 | 1100000 | 111110 | 100000 | 101010011 | 1011100 | 100011 |
Color Harmonies of #AD0742
Complementary color
Monochromatic Colors of #AD0742
Black with #AD0742
Text Example
Text Example
White with #AD0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0742; }
p { color: rgb(173,7,66); }
H1.HeaderClassName
{
color: #AD0742;
}
.AnyTagClassName
{
color: #AD0742;
}
</style>
background-color css
<style>
a { background-color: #AD0742; }
a { background-color: rgb(173,7,66); }
div.DivClassName
{
background-color: #AD0742;
}
.BgClassName
{
background-color: #AD0742;
}
</style>
border-color css
<style>
span { border-color: #AD0742; }
span { border-color: rgb(173,7,66); }
td.TdClassName
{
border-color: #AD0742;
}
.TagClassName
{
border-color: #AD0742;
}
</style>