Shades of Jazzberry Jam #AD1D5C
Tints of Jazzberry Jam #AD1D5C
RGB
CMYK
RGB Variations
Color information
#AD1D5C (or 0xAD1D5C) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 5C. RGB value is (173,29,92). Sum of RGB (Red+Green+Blue) = 173+29+92=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D5C is #52E2A3. Grayscale: #4F4F4F. Windows color (decimal): -5431972 or 6036909. OLE color: 6036909.
HSL color Cylindrical-coordinate representation of color #AD1D5C: hue angle of 333.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D5C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 92 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.32 |
| HSL | 333.75º | 0.71% | 0.4% | - |
| HSV(B) | 333.75º | 0.83% | 0.68% | - |
| XYZ | 19.6 | 10.54 | 11.13 | - |
| YUV | 79.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 92 | 0 | 0.83 | 0.47 | 0.32 | 333.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 5C | 0 | 53 | 2F | 20 | 14E | 47 | 28 |
| Octal | 255 | 35 | 134 | 0 | 123 | 57 | 40 | 516 | 107 | 50 |
| Binary | 10101101 | 11101 | 1011100 | 0 | 1010011 | 101111 | 100000 | 101001110 | 1000111 | 101000 |
Color Harmonies of #AD1D5C
Complementary color
Monochromatic Colors of #AD1D5C
Black with #AD1D5C
Text Example
Text Example
White with #AD1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D5C; }
p { color: rgb(173,29,92); }
H1.HeaderClassName
{
color: #AD1D5C;
}
.AnyTagClassName
{
color: #AD1D5C;
}
</style>
background-color css
<style>
a { background-color: #AD1D5C; }
a { background-color: rgb(173,29,92); }
div.DivClassName
{
background-color: #AD1D5C;
}
.BgClassName
{
background-color: #AD1D5C;
}
</style>
border-color css
<style>
span { border-color: #AD1D5C; }
span { border-color: rgb(173,29,92); }
td.TdClassName
{
border-color: #AD1D5C;
}
.TagClassName
{
border-color: #AD1D5C;
}
</style>