Shades of Jazzberry Jam #AD1C55
Tints of Jazzberry Jam #AD1C55
RGB
CMYK
RGB Variations
Color information
#AD1C55 (or 0xAD1C55) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 55. RGB value is (173,28,85). Sum of RGB (Red+Green+Blue) = 173+28+85=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C55 is #52E3AA. Grayscale: #4D4D4D. Windows color (decimal): -5432235 or 5577901. OLE color: 5577901.
HSL color Cylindrical-coordinate representation of color #AD1C55: hue angle of 336.41º 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 #AD1C55 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 85 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.32 |
| HSL | 336.41º | 0.72% | 0.39% | - |
| HSV(B) | 336.41º | 0.84% | 0.68% | - |
| XYZ | 19.29 | 10.37 | 9.58 | - |
| YUV | 77.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 85 | 0 | 0.84 | 0.51 | 0.32 | 336.41 | 0.72 | 0.39 |
| Hex | AD | 1C | 55 | 0 | 54 | 33 | 20 | 150 | 48 | 27 |
| Octal | 255 | 34 | 125 | 0 | 124 | 63 | 40 | 520 | 110 | 47 |
| Binary | 10101101 | 11100 | 1010101 | 0 | 1010100 | 110011 | 100000 | 101010000 | 1001000 | 100111 |
Color Harmonies of #AD1C55
Complementary color
Monochromatic Colors of #AD1C55
Black with #AD1C55
Text Example
Text Example
White with #AD1C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C55; }
p { color: rgb(173,28,85); }
H1.HeaderClassName
{
color: #AD1C55;
}
.AnyTagClassName
{
color: #AD1C55;
}
</style>
background-color css
<style>
a { background-color: #AD1C55; }
a { background-color: rgb(173,28,85); }
div.DivClassName
{
background-color: #AD1C55;
}
.BgClassName
{
background-color: #AD1C55;
}
</style>
border-color css
<style>
span { border-color: #AD1C55; }
span { border-color: rgb(173,28,85); }
td.TdClassName
{
border-color: #AD1C55;
}
.TagClassName
{
border-color: #AD1C55;
}
</style>