Shades of Jazzberry Jam #AD0945
Tints of Jazzberry Jam #AD0945
RGB
CMYK
RGB Variations
Color information
#AD0945 (or 0xAD0945) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 45. RGB value is (173,9,69). Sum of RGB (Red+Green+Blue) = 173+9+69=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0945 is #52F6BA. Grayscale: #404040. Windows color (decimal): -5437115 or 4524461. OLE color: 4524461.
HSL color Cylindrical-coordinate representation of color #AD0945: hue angle of 338.05º 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 #AD0945 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 69 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.32 |
| HSL | 338.05º | 0.9% | 0.36% | - |
| HSV(B) | 338.05º | 0.95% | 0.68% | - |
| XYZ | 18.41 | 9.51 | 6.5 | - |
| YUV | 64.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 69 | 0 | 0.95 | 0.60 | 0.32 | 338.05 | 0.9 | 0.36 |
| Hex | AD | 9 | 45 | 0 | 5F | 3C | 20 | 152 | 5A | 24 |
| Octal | 255 | 11 | 105 | 0 | 137 | 74 | 40 | 522 | 132 | 44 |
| Binary | 10101101 | 1001 | 1000101 | 0 | 1011111 | 111100 | 100000 | 101010010 | 1011010 | 100100 |
Color Harmonies of #AD0945
Complementary color
Monochromatic Colors of #AD0945
Black with #AD0945
Text Example
Text Example
White with #AD0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0945; }
p { color: rgb(173,9,69); }
H1.HeaderClassName
{
color: #AD0945;
}
.AnyTagClassName
{
color: #AD0945;
}
</style>
background-color css
<style>
a { background-color: #AD0945; }
a { background-color: rgb(173,9,69); }
div.DivClassName
{
background-color: #AD0945;
}
.BgClassName
{
background-color: #AD0945;
}
</style>
border-color css
<style>
span { border-color: #AD0945; }
span { border-color: rgb(173,9,69); }
td.TdClassName
{
border-color: #AD0945;
}
.TagClassName
{
border-color: #AD0945;
}
</style>