Shades of Jazzberry Jam #AD0841
Tints of Jazzberry Jam #AD0841
RGB
CMYK
RGB Variations
Color information
#AD0841 (or 0xAD0841) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 41. RGB value is (173,8,65). Sum of RGB (Red+Green+Blue) = 173+8+65=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0841 is #52F7BE. Grayscale: #3F3F3F. Windows color (decimal): -5437375 or 4262061. OLE color: 4262061.
HSL color Cylindrical-coordinate representation of color #AD0841: hue angle of 339.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0841 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.32 |
| HSL | 339.27º | 0.91% | 0.35% | - |
| HSV(B) | 339.27º | 0.95% | 0.68% | - |
| XYZ | 18.27 | 9.44 | 5.86 | - |
| YUV | 63.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 65 | 0 | 0.95 | 0.62 | 0.32 | 339.27 | 0.91 | 0.35 |
| Hex | AD | 8 | 41 | 0 | 5F | 3E | 20 | 153 | 5B | 23 |
| Octal | 255 | 10 | 101 | 0 | 137 | 76 | 40 | 523 | 133 | 43 |
| Binary | 10101101 | 1000 | 1000001 | 0 | 1011111 | 111110 | 100000 | 101010011 | 1011011 | 100011 |
Color Harmonies of #AD0841
Complementary color
Monochromatic Colors of #AD0841
Black with #AD0841
Text Example
Text Example
White with #AD0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0841; }
p { color: rgb(173,8,65); }
H1.HeaderClassName
{
color: #AD0841;
}
.AnyTagClassName
{
color: #AD0841;
}
</style>
background-color css
<style>
a { background-color: #AD0841; }
a { background-color: rgb(173,8,65); }
div.DivClassName
{
background-color: #AD0841;
}
.BgClassName
{
background-color: #AD0841;
}
</style>
border-color css
<style>
span { border-color: #AD0841; }
span { border-color: rgb(173,8,65); }
td.TdClassName
{
border-color: #AD0841;
}
.TagClassName
{
border-color: #AD0841;
}
</style>