Shades of Jazzberry Jam #AC1851
Tints of Jazzberry Jam #AC1851
RGB
CMYK
RGB Variations
Color information
#AC1851 (or 0xAC1851) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 51. RGB value is (172,24,81). Sum of RGB (Red+Green+Blue) = 172+24+81=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1851 is #53E7AE. Grayscale: #4A4A4A. Windows color (decimal): -5498799 or 5314732. OLE color: 5314732.
HSL color Cylindrical-coordinate representation of color #AC1851: hue angle of 336.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1851 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 81 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.33 |
| HSL | 336.89º | 0.76% | 0.38% | - |
| HSV(B) | 336.89º | 0.86% | 0.67% | - |
| XYZ | 18.83 | 10.02 | 8.73 | - |
| YUV | 74.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 81 | 0 | 0.86 | 0.53 | 0.33 | 336.89 | 0.76 | 0.38 |
| Hex | AC | 18 | 51 | 0 | 56 | 35 | 21 | 151 | 4C | 26 |
| Octal | 254 | 30 | 121 | 0 | 126 | 65 | 41 | 521 | 114 | 46 |
| Binary | 10101100 | 11000 | 1010001 | 0 | 1010110 | 110101 | 100001 | 101010001 | 1001100 | 100110 |
Color Harmonies of #AC1851
Complementary color
Monochromatic Colors of #AC1851
Black with #AC1851
Text Example
Text Example
White with #AC1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1851; }
p { color: rgb(172,24,81); }
H1.HeaderClassName
{
color: #AC1851;
}
.AnyTagClassName
{
color: #AC1851;
}
</style>
background-color css
<style>
a { background-color: #AC1851; }
a { background-color: rgb(172,24,81); }
div.DivClassName
{
background-color: #AC1851;
}
.BgClassName
{
background-color: #AC1851;
}
</style>
border-color css
<style>
span { border-color: #AC1851; }
span { border-color: rgb(172,24,81); }
td.TdClassName
{
border-color: #AC1851;
}
.TagClassName
{
border-color: #AC1851;
}
</style>