Shades of Jazzberry Jam #AD0757
Tints of Jazzberry Jam #AD0757
RGB
CMYK
RGB Variations
Color information
#AD0757 (or 0xAD0757) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 57. RGB value is (173,7,87). Sum of RGB (Red+Green+Blue) = 173+7+87=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0757 is #52F8A8. Grayscale: #414141. Windows color (decimal): -5437609 or 5703597. OLE color: 5703597.
HSL color Cylindrical-coordinate representation of color #AD0757: hue angle of 331.08º 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 #AD0757 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 87 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.32 |
| HSL | 331.08º | 0.92% | 0.35% | - |
| HSV(B) | 331.08º | 0.96% | 0.68% | - |
| XYZ | 19.03 | 9.72 | 9.89 | - |
| YUV | 65.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 87 | 0 | 0.96 | 0.50 | 0.32 | 331.08 | 0.92 | 0.35 |
| Hex | AD | 7 | 57 | 0 | 60 | 32 | 20 | 14B | 5C | 23 |
| Octal | 255 | 7 | 127 | 0 | 140 | 62 | 40 | 513 | 134 | 43 |
| Binary | 10101101 | 111 | 1010111 | 0 | 1100000 | 110010 | 100000 | 101001011 | 1011100 | 100011 |
Color Harmonies of #AD0757
Complementary color
Monochromatic Colors of #AD0757
Black with #AD0757
Text Example
Text Example
White with #AD0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0757; }
p { color: rgb(173,7,87); }
H1.HeaderClassName
{
color: #AD0757;
}
.AnyTagClassName
{
color: #AD0757;
}
</style>
background-color css
<style>
a { background-color: #AD0757; }
a { background-color: rgb(173,7,87); }
div.DivClassName
{
background-color: #AD0757;
}
.BgClassName
{
background-color: #AD0757;
}
</style>
border-color css
<style>
span { border-color: #AD0757; }
span { border-color: rgb(173,7,87); }
td.TdClassName
{
border-color: #AD0757;
}
.TagClassName
{
border-color: #AD0757;
}
</style>