Shades of Jazzberry Jam #AD144F
Tints of Jazzberry Jam #AD144F
RGB
CMYK
RGB Variations
Color information
#AD144F (or 0xAD144F) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 4F. RGB value is (173,20,79). Sum of RGB (Red+Green+Blue) = 173+20+79=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD144F is #52EBB0. Grayscale: #484848. Windows color (decimal): -5434289 or 5182637. OLE color: 5182637.
HSL color Cylindrical-coordinate representation of color #AD144F: hue angle of 336.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD144F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 79 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.32 |
| HSL | 336.86º | 0.79% | 0.38% | - |
| HSV(B) | 336.86º | 0.88% | 0.68% | - |
| XYZ | 18.9 | 9.95 | 8.32 | - |
| YUV | 72.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 79 | 0 | 0.88 | 0.54 | 0.32 | 336.86 | 0.79 | 0.38 |
| Hex | AD | 14 | 4F | 0 | 58 | 36 | 20 | 151 | 4F | 26 |
| Octal | 255 | 24 | 117 | 0 | 130 | 66 | 40 | 521 | 117 | 46 |
| Binary | 10101101 | 10100 | 1001111 | 0 | 1011000 | 110110 | 100000 | 101010001 | 1001111 | 100110 |
Color Harmonies of #AD144F
Complementary color
Monochromatic Colors of #AD144F
Black with #AD144F
Text Example
Text Example
White with #AD144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD144F; }
p { color: rgb(173,20,79); }
H1.HeaderClassName
{
color: #AD144F;
}
.AnyTagClassName
{
color: #AD144F;
}
</style>
background-color css
<style>
a { background-color: #AD144F; }
a { background-color: rgb(173,20,79); }
div.DivClassName
{
background-color: #AD144F;
}
.BgClassName
{
background-color: #AD144F;
}
</style>
border-color css
<style>
span { border-color: #AD144F; }
span { border-color: rgb(173,20,79); }
td.TdClassName
{
border-color: #AD144F;
}
.TagClassName
{
border-color: #AD144F;
}
</style>