Shades of Jazzberry Jam #AD1B51
Tints of Jazzberry Jam #AD1B51
RGB
CMYK
RGB Variations
Color information
#AD1B51 (or 0xAD1B51) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 51. RGB value is (173,27,81). Sum of RGB (Red+Green+Blue) = 173+27+81=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B51 is #52E4AE. Grayscale: #4C4C4C. Windows color (decimal): -5432495 or 5315501. OLE color: 5315501.
HSL color Cylindrical-coordinate representation of color #AD1B51: hue angle of 337.81º degrees, saturation: 0.73, 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 #AD1B51 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 81 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.32 |
| HSL | 337.81º | 0.73% | 0.39% | - |
| HSV(B) | 337.81º | 0.84% | 0.68% | - |
| XYZ | 19.11 | 10.26 | 8.76 | - |
| YUV | 76.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 81 | 0 | 0.84 | 0.53 | 0.32 | 337.81 | 0.73 | 0.39 |
| Hex | AD | 1B | 51 | 0 | 54 | 35 | 20 | 152 | 49 | 27 |
| Octal | 255 | 33 | 121 | 0 | 124 | 65 | 40 | 522 | 111 | 47 |
| Binary | 10101101 | 11011 | 1010001 | 0 | 1010100 | 110101 | 100000 | 101010010 | 1001001 | 100111 |
Color Harmonies of #AD1B51
Complementary color
Monochromatic Colors of #AD1B51
Black with #AD1B51
Text Example
Text Example
White with #AD1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B51; }
p { color: rgb(173,27,81); }
H1.HeaderClassName
{
color: #AD1B51;
}
.AnyTagClassName
{
color: #AD1B51;
}
</style>
background-color css
<style>
a { background-color: #AD1B51; }
a { background-color: rgb(173,27,81); }
div.DivClassName
{
background-color: #AD1B51;
}
.BgClassName
{
background-color: #AD1B51;
}
</style>
border-color css
<style>
span { border-color: #AD1B51; }
span { border-color: rgb(173,27,81); }
td.TdClassName
{
border-color: #AD1B51;
}
.TagClassName
{
border-color: #AD1B51;
}
</style>