Shades of Jazzberry Jam #AD144D
Tints of Jazzberry Jam #AD144D
RGB
CMYK
RGB Variations
Color information
#AD144D (or 0xAD144D) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 4D. RGB value is (173,20,77). Sum of RGB (Red+Green+Blue) = 173+20+77=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD144D is #52EBB2. Grayscale: #484848. Windows color (decimal): -5434291 or 5051565. OLE color: 5051565.
HSL color Cylindrical-coordinate representation of color #AD144D: hue angle of 337.65º 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 #AD144D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 77 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.32 |
| HSL | 337.65º | 0.79% | 0.38% | - |
| HSV(B) | 337.65º | 0.88% | 0.68% | - |
| XYZ | 18.82 | 9.92 | 7.94 | - |
| YUV | 72.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 77 | 0 | 0.88 | 0.55 | 0.32 | 337.65 | 0.79 | 0.38 |
| Hex | AD | 14 | 4D | 0 | 58 | 37 | 20 | 152 | 4F | 26 |
| Octal | 255 | 24 | 115 | 0 | 130 | 67 | 40 | 522 | 117 | 46 |
| Binary | 10101101 | 10100 | 1001101 | 0 | 1011000 | 110111 | 100000 | 101010010 | 1001111 | 100110 |
Color Harmonies of #AD144D
Complementary color
Monochromatic Colors of #AD144D
Black with #AD144D
Text Example
Text Example
White with #AD144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD144D; }
p { color: rgb(173,20,77); }
H1.HeaderClassName
{
color: #AD144D;
}
.AnyTagClassName
{
color: #AD144D;
}
</style>
background-color css
<style>
a { background-color: #AD144D; }
a { background-color: rgb(173,20,77); }
div.DivClassName
{
background-color: #AD144D;
}
.BgClassName
{
background-color: #AD144D;
}
</style>
border-color css
<style>
span { border-color: #AD144D; }
span { border-color: rgb(173,20,77); }
td.TdClassName
{
border-color: #AD144D;
}
.TagClassName
{
border-color: #AD144D;
}
</style>