Shades of Jazzberry Jam #AD064C
Tints of Jazzberry Jam #AD064C
RGB
CMYK
RGB Variations
Color information
#AD064C (or 0xAD064C) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 4C. RGB value is (173,6,76). Sum of RGB (Red+Green+Blue) = 173+6+76=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD064C is #52F9B3. Grayscale: #3F3F3F. Windows color (decimal): -5437876 or 4982445. OLE color: 4982445.
HSL color Cylindrical-coordinate representation of color #AD064C: hue angle of 334.85º 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 #AD064C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.32 |
| HSL | 334.85º | 0.93% | 0.35% | - |
| HSV(B) | 334.85º | 0.97% | 0.68% | - |
| XYZ | 18.6 | 9.54 | 7.7 | - |
| YUV | 63.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 76 | 0 | 0.97 | 0.56 | 0.32 | 334.85 | 0.93 | 0.35 |
| Hex | AD | 6 | 4C | 0 | 61 | 38 | 20 | 14F | 5D | 23 |
| Octal | 255 | 6 | 114 | 0 | 141 | 70 | 40 | 517 | 135 | 43 |
| Binary | 10101101 | 110 | 1001100 | 0 | 1100001 | 111000 | 100000 | 101001111 | 1011101 | 100011 |
Color Harmonies of #AD064C
Complementary color
Monochromatic Colors of #AD064C
Black with #AD064C
Text Example
Text Example
White with #AD064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD064C; }
p { color: rgb(173,6,76); }
H1.HeaderClassName
{
color: #AD064C;
}
.AnyTagClassName
{
color: #AD064C;
}
</style>
background-color css
<style>
a { background-color: #AD064C; }
a { background-color: rgb(173,6,76); }
div.DivClassName
{
background-color: #AD064C;
}
.BgClassName
{
background-color: #AD064C;
}
</style>
border-color css
<style>
span { border-color: #AD064C; }
span { border-color: rgb(173,6,76); }
td.TdClassName
{
border-color: #AD064C;
}
.TagClassName
{
border-color: #AD064C;
}
</style>