Shades of Jazzberry Jam #AD1C51
Tints of Jazzberry Jam #AD1C51
RGB
CMYK
RGB Variations
Color information
#AD1C51 (or 0xAD1C51) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 51. RGB value is (173,28,81). Sum of RGB (Red+Green+Blue) = 173+28+81=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C51 is #52E3AE. Grayscale: #4D4D4D. Windows color (decimal): -5432239 or 5315757. OLE color: 5315757.
HSL color Cylindrical-coordinate representation of color #AD1C51: hue angle of 338.07º 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 #AD1C51 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 81 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.32 |
| HSL | 338.07º | 0.72% | 0.39% | - |
| HSV(B) | 338.07º | 0.84% | 0.68% | - |
| XYZ | 19.13 | 10.31 | 8.77 | - |
| YUV | 77.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 81 | 0 | 0.84 | 0.53 | 0.32 | 338.07 | 0.72 | 0.39 |
| Hex | AD | 1C | 51 | 0 | 54 | 35 | 20 | 152 | 48 | 27 |
| Octal | 255 | 34 | 121 | 0 | 124 | 65 | 40 | 522 | 110 | 47 |
| Binary | 10101101 | 11100 | 1010001 | 0 | 1010100 | 110101 | 100000 | 101010010 | 1001000 | 100111 |
Color Harmonies of #AD1C51
Complementary color
Monochromatic Colors of #AD1C51
Black with #AD1C51
Text Example
Text Example
White with #AD1C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C51; }
p { color: rgb(173,28,81); }
H1.HeaderClassName
{
color: #AD1C51;
}
.AnyTagClassName
{
color: #AD1C51;
}
</style>
background-color css
<style>
a { background-color: #AD1C51; }
a { background-color: rgb(173,28,81); }
div.DivClassName
{
background-color: #AD1C51;
}
.BgClassName
{
background-color: #AD1C51;
}
</style>
border-color css
<style>
span { border-color: #AD1C51; }
span { border-color: rgb(173,28,81); }
td.TdClassName
{
border-color: #AD1C51;
}
.TagClassName
{
border-color: #AD1C51;
}
</style>