Shades of Jazzberry Jam #AD1C52
Tints of Jazzberry Jam #AD1C52
RGB
CMYK
RGB Variations
Color information
#AD1C52 (or 0xAD1C52) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 52. RGB value is (173,28,82). Sum of RGB (Red+Green+Blue) = 173+28+82=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C52 is #52E3AD. Grayscale: #4D4D4D. Windows color (decimal): -5432238 or 5381293. OLE color: 5381293.
HSL color Cylindrical-coordinate representation of color #AD1C52: hue angle of 337.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C52 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 82 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.32 |
| HSL | 337.66º | 0.72% | 0.39% | - |
| HSV(B) | 337.66º | 0.84% | 0.68% | - |
| XYZ | 19.17 | 10.32 | 8.96 | - |
| YUV | 77.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 82 | 0 | 0.84 | 0.53 | 0.32 | 337.66 | 0.72 | 0.39 |
| Hex | AD | 1C | 52 | 0 | 54 | 35 | 20 | 152 | 48 | 27 |
| Octal | 255 | 34 | 122 | 0 | 124 | 65 | 40 | 522 | 110 | 47 |
| Binary | 10101101 | 11100 | 1010010 | 0 | 1010100 | 110101 | 100000 | 101010010 | 1001000 | 100111 |
Color Harmonies of #AD1C52
Complementary color
Monochromatic Colors of #AD1C52
Black with #AD1C52
Text Example
Text Example
White with #AD1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C52; }
p { color: rgb(173,28,82); }
H1.HeaderClassName
{
color: #AD1C52;
}
.AnyTagClassName
{
color: #AD1C52;
}
</style>
background-color css
<style>
a { background-color: #AD1C52; }
a { background-color: rgb(173,28,82); }
div.DivClassName
{
background-color: #AD1C52;
}
.BgClassName
{
background-color: #AD1C52;
}
</style>
border-color css
<style>
span { border-color: #AD1C52; }
span { border-color: rgb(173,28,82); }
td.TdClassName
{
border-color: #AD1C52;
}
.TagClassName
{
border-color: #AD1C52;
}
</style>