Shades of Jazzberry Jam #AD0F45
Tints of Jazzberry Jam #AD0F45
RGB
CMYK
RGB Variations
Color information
#AD0F45 (or 0xAD0F45) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 45. RGB value is (173,15,69). Sum of RGB (Red+Green+Blue) = 173+15+69=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F45 is #52F0BA. Grayscale: #444444. Windows color (decimal): -5435579 or 4525997. OLE color: 4525997.
HSL color Cylindrical-coordinate representation of color #AD0F45: hue angle of 339.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F45 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 69 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.32 |
| HSL | 339.49º | 0.84% | 0.37% | - |
| HSV(B) | 339.49º | 0.91% | 0.68% | - |
| XYZ | 18.48 | 9.66 | 6.52 | - |
| YUV | 68.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 69 | 0 | 0.91 | 0.60 | 0.32 | 339.49 | 0.84 | 0.37 |
| Hex | AD | F | 45 | 0 | 5B | 3C | 20 | 153 | 54 | 25 |
| Octal | 255 | 17 | 105 | 0 | 133 | 74 | 40 | 523 | 124 | 45 |
| Binary | 10101101 | 1111 | 1000101 | 0 | 1011011 | 111100 | 100000 | 101010011 | 1010100 | 100101 |
Color Harmonies of #AD0F45
Complementary color
Monochromatic Colors of #AD0F45
Black with #AD0F45
Text Example
Text Example
White with #AD0F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F45; }
p { color: rgb(173,15,69); }
H1.HeaderClassName
{
color: #AD0F45;
}
.AnyTagClassName
{
color: #AD0F45;
}
</style>
background-color css
<style>
a { background-color: #AD0F45; }
a { background-color: rgb(173,15,69); }
div.DivClassName
{
background-color: #AD0F45;
}
.BgClassName
{
background-color: #AD0F45;
}
</style>
border-color css
<style>
span { border-color: #AD0F45; }
span { border-color: rgb(173,15,69); }
td.TdClassName
{
border-color: #AD0F45;
}
.TagClassName
{
border-color: #AD0F45;
}
</style>