Shades of Jazzberry Jam #AD0F47
Tints of Jazzberry Jam #AD0F47
RGB
CMYK
RGB Variations
Color information
#AD0F47 (or 0xAD0F47) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 47. RGB value is (173,15,71). Sum of RGB (Red+Green+Blue) = 173+15+71=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F47 is #52F0B8. Grayscale: #444444. Windows color (decimal): -5435577 or 4657069. OLE color: 4657069.
HSL color Cylindrical-coordinate representation of color #AD0F47: hue angle of 338.73º 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 #AD0F47 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 71 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.32 |
| HSL | 338.73º | 0.84% | 0.37% | - |
| HSV(B) | 338.73º | 0.91% | 0.68% | - |
| XYZ | 18.54 | 9.68 | 6.85 | - |
| YUV | 68.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 71 | 0 | 0.91 | 0.59 | 0.32 | 338.73 | 0.84 | 0.37 |
| Hex | AD | F | 47 | 0 | 5B | 3B | 20 | 153 | 54 | 25 |
| Octal | 255 | 17 | 107 | 0 | 133 | 73 | 40 | 523 | 124 | 45 |
| Binary | 10101101 | 1111 | 1000111 | 0 | 1011011 | 111011 | 100000 | 101010011 | 1010100 | 100101 |
Color Harmonies of #AD0F47
Complementary color
Monochromatic Colors of #AD0F47
Black with #AD0F47
Text Example
Text Example
White with #AD0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F47; }
p { color: rgb(173,15,71); }
H1.HeaderClassName
{
color: #AD0F47;
}
.AnyTagClassName
{
color: #AD0F47;
}
</style>
background-color css
<style>
a { background-color: #AD0F47; }
a { background-color: rgb(173,15,71); }
div.DivClassName
{
background-color: #AD0F47;
}
.BgClassName
{
background-color: #AD0F47;
}
</style>
border-color css
<style>
span { border-color: #AD0F47; }
span { border-color: rgb(173,15,71); }
td.TdClassName
{
border-color: #AD0F47;
}
.TagClassName
{
border-color: #AD0F47;
}
</style>