Shades of Jazzberry Jam #AD1453
Tints of Jazzberry Jam #AD1453
RGB
CMYK
RGB Variations
Color information
#AD1453 (or 0xAD1453) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 53. RGB value is (173,20,83). Sum of RGB (Red+Green+Blue) = 173+20+83=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1453 is #52EBAC. Grayscale: #484848. Windows color (decimal): -5434285 or 5444781. OLE color: 5444781.
HSL color Cylindrical-coordinate representation of color #AD1453: hue angle of 335.29º 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 #AD1453 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 83 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.32 |
| HSL | 335.29º | 0.79% | 0.38% | - |
| HSV(B) | 335.29º | 0.88% | 0.68% | - |
| XYZ | 19.05 | 10.01 | 9.11 | - |
| YUV | 72.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 83 | 0 | 0.88 | 0.52 | 0.32 | 335.29 | 0.79 | 0.38 |
| Hex | AD | 14 | 53 | 0 | 58 | 34 | 20 | 14F | 4F | 26 |
| Octal | 255 | 24 | 123 | 0 | 130 | 64 | 40 | 517 | 117 | 46 |
| Binary | 10101101 | 10100 | 1010011 | 0 | 1011000 | 110100 | 100000 | 101001111 | 1001111 | 100110 |
Color Harmonies of #AD1453
Complementary color
Monochromatic Colors of #AD1453
Black with #AD1453
Text Example
Text Example
White with #AD1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1453; }
p { color: rgb(173,20,83); }
H1.HeaderClassName
{
color: #AD1453;
}
.AnyTagClassName
{
color: #AD1453;
}
</style>
background-color css
<style>
a { background-color: #AD1453; }
a { background-color: rgb(173,20,83); }
div.DivClassName
{
background-color: #AD1453;
}
.BgClassName
{
background-color: #AD1453;
}
</style>
border-color css
<style>
span { border-color: #AD1453; }
span { border-color: rgb(173,20,83); }
td.TdClassName
{
border-color: #AD1453;
}
.TagClassName
{
border-color: #AD1453;
}
</style>