Shades of Jazzberry Jam #AD1B54
Tints of Jazzberry Jam #AD1B54
RGB
CMYK
RGB Variations
Color information
#AD1B54 (or 0xAD1B54) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 54. RGB value is (173,27,84). Sum of RGB (Red+Green+Blue) = 173+27+84=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B54 is #52E4AB. Grayscale: #4D4D4D. Windows color (decimal): -5432492 or 5512109. OLE color: 5512109.
HSL color Cylindrical-coordinate representation of color #AD1B54: hue angle of 336.58º 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 #AD1B54 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 84 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.32 |
| HSL | 336.58º | 0.73% | 0.39% | - |
| HSV(B) | 336.58º | 0.84% | 0.68% | - |
| XYZ | 19.23 | 10.31 | 9.36 | - |
| YUV | 77.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 84 | 0 | 0.84 | 0.51 | 0.32 | 336.58 | 0.73 | 0.39 |
| Hex | AD | 1B | 54 | 0 | 54 | 33 | 20 | 151 | 49 | 27 |
| Octal | 255 | 33 | 124 | 0 | 124 | 63 | 40 | 521 | 111 | 47 |
| Binary | 10101101 | 11011 | 1010100 | 0 | 1010100 | 110011 | 100000 | 101010001 | 1001001 | 100111 |
Color Harmonies of #AD1B54
Complementary color
Monochromatic Colors of #AD1B54
Black with #AD1B54
Text Example
Text Example
White with #AD1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B54; }
p { color: rgb(173,27,84); }
H1.HeaderClassName
{
color: #AD1B54;
}
.AnyTagClassName
{
color: #AD1B54;
}
</style>
background-color css
<style>
a { background-color: #AD1B54; }
a { background-color: rgb(173,27,84); }
div.DivClassName
{
background-color: #AD1B54;
}
.BgClassName
{
background-color: #AD1B54;
}
</style>
border-color css
<style>
span { border-color: #AD1B54; }
span { border-color: rgb(173,27,84); }
td.TdClassName
{
border-color: #AD1B54;
}
.TagClassName
{
border-color: #AD1B54;
}
</style>