Shades of Jazzberry Jam #AD0754
Tints of Jazzberry Jam #AD0754
RGB
CMYK
RGB Variations
Color information
#AD0754 (or 0xAD0754) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 54. RGB value is (173,7,84). Sum of RGB (Red+Green+Blue) = 173+7+84=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0754 is #52F8AB. Grayscale: #414141. Windows color (decimal): -5437612 or 5506989. OLE color: 5506989.
HSL color Cylindrical-coordinate representation of color #AD0754: hue angle of 332.17º 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 #AD0754 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.32 |
| HSL | 332.17º | 0.92% | 0.35% | - |
| HSV(B) | 332.17º | 0.96% | 0.68% | - |
| XYZ | 18.91 | 9.68 | 9.26 | - |
| YUV | 65.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 84 | 0 | 0.96 | 0.51 | 0.32 | 332.17 | 0.92 | 0.35 |
| Hex | AD | 7 | 54 | 0 | 60 | 33 | 20 | 14C | 5C | 23 |
| Octal | 255 | 7 | 124 | 0 | 140 | 63 | 40 | 514 | 134 | 43 |
| Binary | 10101101 | 111 | 1010100 | 0 | 1100000 | 110011 | 100000 | 101001100 | 1011100 | 100011 |
Color Harmonies of #AD0754
Complementary color
Monochromatic Colors of #AD0754
Black with #AD0754
Text Example
Text Example
White with #AD0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0754; }
p { color: rgb(173,7,84); }
H1.HeaderClassName
{
color: #AD0754;
}
.AnyTagClassName
{
color: #AD0754;
}
</style>
background-color css
<style>
a { background-color: #AD0754; }
a { background-color: rgb(173,7,84); }
div.DivClassName
{
background-color: #AD0754;
}
.BgClassName
{
background-color: #AD0754;
}
</style>
border-color css
<style>
span { border-color: #AD0754; }
span { border-color: rgb(173,7,84); }
td.TdClassName
{
border-color: #AD0754;
}
.TagClassName
{
border-color: #AD0754;
}
</style>