Shades of Jazzberry Jam #AD1450
Tints of Jazzberry Jam #AD1450
RGB
CMYK
RGB Variations
Color information
#AD1450 (or 0xAD1450) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 50. RGB value is (173,20,80). Sum of RGB (Red+Green+Blue) = 173+20+80=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1450 is #52EBAF. Grayscale: #484848. Windows color (decimal): -5434288 or 5248173. OLE color: 5248173.
HSL color Cylindrical-coordinate representation of color #AD1450: hue angle of 336.47º 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 #AD1450 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 80 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.32 |
| HSL | 336.47º | 0.79% | 0.38% | - |
| HSV(B) | 336.47º | 0.88% | 0.68% | - |
| XYZ | 18.93 | 9.96 | 8.51 | - |
| YUV | 72.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 80 | 0 | 0.88 | 0.54 | 0.32 | 336.47 | 0.79 | 0.38 |
| Hex | AD | 14 | 50 | 0 | 58 | 36 | 20 | 150 | 4F | 26 |
| Octal | 255 | 24 | 120 | 0 | 130 | 66 | 40 | 520 | 117 | 46 |
| Binary | 10101101 | 10100 | 1010000 | 0 | 1011000 | 110110 | 100000 | 101010000 | 1001111 | 100110 |
Color Harmonies of #AD1450
Complementary color
Monochromatic Colors of #AD1450
Black with #AD1450
Text Example
Text Example
White with #AD1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1450; }
p { color: rgb(173,20,80); }
H1.HeaderClassName
{
color: #AD1450;
}
.AnyTagClassName
{
color: #AD1450;
}
</style>
background-color css
<style>
a { background-color: #AD1450; }
a { background-color: rgb(173,20,80); }
div.DivClassName
{
background-color: #AD1450;
}
.BgClassName
{
background-color: #AD1450;
}
</style>
border-color css
<style>
span { border-color: #AD1450; }
span { border-color: rgb(173,20,80); }
td.TdClassName
{
border-color: #AD1450;
}
.TagClassName
{
border-color: #AD1450;
}
</style>