Shades of Jazzberry Jam #AD144E
Tints of Jazzberry Jam #AD144E
RGB
CMYK
RGB Variations
Color information
#AD144E (or 0xAD144E) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 4E. RGB value is (173,20,78). Sum of RGB (Red+Green+Blue) = 173+20+78=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD144E is #52EBB1. Grayscale: #484848. Windows color (decimal): -5434290 or 5117101. OLE color: 5117101.
HSL color Cylindrical-coordinate representation of color #AD144E: hue angle of 337.25º 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 #AD144E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 78 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.32 |
| HSL | 337.25º | 0.79% | 0.38% | - |
| HSV(B) | 337.25º | 0.88% | 0.68% | - |
| XYZ | 18.86 | 9.93 | 8.13 | - |
| YUV | 72.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 78 | 0 | 0.88 | 0.55 | 0.32 | 337.25 | 0.79 | 0.38 |
| Hex | AD | 14 | 4E | 0 | 58 | 37 | 20 | 151 | 4F | 26 |
| Octal | 255 | 24 | 116 | 0 | 130 | 67 | 40 | 521 | 117 | 46 |
| Binary | 10101101 | 10100 | 1001110 | 0 | 1011000 | 110111 | 100000 | 101010001 | 1001111 | 100110 |
Color Harmonies of #AD144E
Complementary color
Monochromatic Colors of #AD144E
Black with #AD144E
Text Example
Text Example
White with #AD144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD144E; }
p { color: rgb(173,20,78); }
H1.HeaderClassName
{
color: #AD144E;
}
.AnyTagClassName
{
color: #AD144E;
}
</style>
background-color css
<style>
a { background-color: #AD144E; }
a { background-color: rgb(173,20,78); }
div.DivClassName
{
background-color: #AD144E;
}
.BgClassName
{
background-color: #AD144E;
}
</style>
border-color css
<style>
span { border-color: #AD144E; }
span { border-color: rgb(173,20,78); }
td.TdClassName
{
border-color: #AD144E;
}
.TagClassName
{
border-color: #AD144E;
}
</style>