Shades of Jazzberry Jam #AD094D
Tints of Jazzberry Jam #AD094D
RGB
CMYK
RGB Variations
Color information
#AD094D (or 0xAD094D) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4D. RGB value is (173,9,77). Sum of RGB (Red+Green+Blue) = 173+9+77=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD094D is #52F6B2. Grayscale: #414141. Windows color (decimal): -5437107 or 5048749. OLE color: 5048749.
HSL color Cylindrical-coordinate representation of color #AD094D: hue angle of 335.12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD094D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.32 |
| HSL | 335.12º | 0.9% | 0.36% | - |
| HSV(B) | 335.12º | 0.95% | 0.68% | - |
| XYZ | 18.67 | 9.62 | 7.89 | - |
| YUV | 65.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 77 | 0 | 0.95 | 0.55 | 0.32 | 335.12 | 0.9 | 0.36 |
| Hex | AD | 9 | 4D | 0 | 5F | 37 | 20 | 14F | 5A | 24 |
| Octal | 255 | 11 | 115 | 0 | 137 | 67 | 40 | 517 | 132 | 44 |
| Binary | 10101101 | 1001 | 1001101 | 0 | 1011111 | 110111 | 100000 | 101001111 | 1011010 | 100100 |
Color Harmonies of #AD094D
Complementary color
Monochromatic Colors of #AD094D
Black with #AD094D
Text Example
Text Example
White with #AD094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD094D; }
p { color: rgb(173,9,77); }
H1.HeaderClassName
{
color: #AD094D;
}
.AnyTagClassName
{
color: #AD094D;
}
</style>
background-color css
<style>
a { background-color: #AD094D; }
a { background-color: rgb(173,9,77); }
div.DivClassName
{
background-color: #AD094D;
}
.BgClassName
{
background-color: #AD094D;
}
</style>
border-color css
<style>
span { border-color: #AD094D; }
span { border-color: rgb(173,9,77); }
td.TdClassName
{
border-color: #AD094D;
}
.TagClassName
{
border-color: #AD094D;
}
</style>