Shades of Jazzberry Jam #AD0941
Tints of Jazzberry Jam #AD0941
RGB
CMYK
RGB Variations
Color information
#AD0941 (or 0xAD0941) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 41. RGB value is (173,9,65). Sum of RGB (Red+Green+Blue) = 173+9+65=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0941 is #52F6BE. Grayscale: #404040. Windows color (decimal): -5437119 or 4262317. OLE color: 4262317.
HSL color Cylindrical-coordinate representation of color #AD0941: hue angle of 339.51º 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 #AD0941 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 65 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.32 |
| HSL | 339.51º | 0.9% | 0.36% | - |
| HSV(B) | 339.51º | 0.95% | 0.68% | - |
| XYZ | 18.29 | 9.46 | 5.86 | - |
| YUV | 64.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 65 | 0 | 0.95 | 0.62 | 0.32 | 339.51 | 0.9 | 0.36 |
| Hex | AD | 9 | 41 | 0 | 5F | 3E | 20 | 154 | 5A | 24 |
| Octal | 255 | 11 | 101 | 0 | 137 | 76 | 40 | 524 | 132 | 44 |
| Binary | 10101101 | 1001 | 1000001 | 0 | 1011111 | 111110 | 100000 | 101010100 | 1011010 | 100100 |
Color Harmonies of #AD0941
Complementary color
Monochromatic Colors of #AD0941
Black with #AD0941
Text Example
Text Example
White with #AD0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0941; }
p { color: rgb(173,9,65); }
H1.HeaderClassName
{
color: #AD0941;
}
.AnyTagClassName
{
color: #AD0941;
}
</style>
background-color css
<style>
a { background-color: #AD0941; }
a { background-color: rgb(173,9,65); }
div.DivClassName
{
background-color: #AD0941;
}
.BgClassName
{
background-color: #AD0941;
}
</style>
border-color css
<style>
span { border-color: #AD0941; }
span { border-color: rgb(173,9,65); }
td.TdClassName
{
border-color: #AD0941;
}
.TagClassName
{
border-color: #AD0941;
}
</style>