Shades of Jazzberry Jam #AD0640
Tints of Jazzberry Jam #AD0640
RGB
CMYK
RGB Variations
Color information
#AD0640 (or 0xAD0640) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 40. RGB value is (173,6,64). Sum of RGB (Red+Green+Blue) = 173+6+64=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0640 is #52F9BF. Grayscale: #3E3E3E. Windows color (decimal): -5437888 or 4196013. OLE color: 4196013.
HSL color Cylindrical-coordinate representation of color #AD0640: hue angle of 339.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0640 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.32 |
| HSL | 339.16º | 0.93% | 0.35% | - |
| HSV(B) | 339.16º | 0.97% | 0.68% | - |
| XYZ | 18.22 | 9.38 | 5.7 | - |
| YUV | 62.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 64 | 0 | 0.97 | 0.63 | 0.32 | 339.16 | 0.93 | 0.35 |
| Hex | AD | 6 | 40 | 0 | 61 | 3F | 20 | 153 | 5D | 23 |
| Octal | 255 | 6 | 100 | 0 | 141 | 77 | 40 | 523 | 135 | 43 |
| Binary | 10101101 | 110 | 1000000 | 0 | 1100001 | 111111 | 100000 | 101010011 | 1011101 | 100011 |
Color Harmonies of #AD0640
Complementary color
Monochromatic Colors of #AD0640
Black with #AD0640
Text Example
Text Example
White with #AD0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0640; }
p { color: rgb(173,6,64); }
H1.HeaderClassName
{
color: #AD0640;
}
.AnyTagClassName
{
color: #AD0640;
}
</style>
background-color css
<style>
a { background-color: #AD0640; }
a { background-color: rgb(173,6,64); }
div.DivClassName
{
background-color: #AD0640;
}
.BgClassName
{
background-color: #AD0640;
}
</style>
border-color css
<style>
span { border-color: #AD0640; }
span { border-color: rgb(173,6,64); }
td.TdClassName
{
border-color: #AD0640;
}
.TagClassName
{
border-color: #AD0640;
}
</style>