Shades of Jazzberry Jam #AC0740
Tints of Jazzberry Jam #AC0740
RGB
CMYK
RGB Variations
Color information
#AC0740 (or 0xAC0740) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 40. RGB value is (172,7,64). Sum of RGB (Red+Green+Blue) = 172+7+64=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0740 is #53F8BF. Grayscale: #3E3E3E. Windows color (decimal): -5503168 or 4196268. OLE color: 4196268.
HSL color Cylindrical-coordinate representation of color #AC0740: hue angle of 339.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0740 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.33 |
| HSL | 339.27º | 0.92% | 0.35% | - |
| HSV(B) | 339.27º | 0.96% | 0.67% | - |
| XYZ | 18.01 | 9.29 | 5.69 | - |
| YUV | 62.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 64 | 0 | 0.96 | 0.63 | 0.33 | 339.27 | 0.92 | 0.35 |
| Hex | AC | 7 | 40 | 0 | 60 | 3F | 21 | 153 | 5C | 23 |
| Octal | 254 | 7 | 100 | 0 | 140 | 77 | 41 | 523 | 134 | 43 |
| Binary | 10101100 | 111 | 1000000 | 0 | 1100000 | 111111 | 100001 | 101010011 | 1011100 | 100011 |
Color Harmonies of #AC0740
Complementary color
Monochromatic Colors of #AC0740
Black with #AC0740
Text Example
Text Example
White with #AC0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0740; }
p { color: rgb(172,7,64); }
H1.HeaderClassName
{
color: #AC0740;
}
.AnyTagClassName
{
color: #AC0740;
}
</style>
background-color css
<style>
a { background-color: #AC0740; }
a { background-color: rgb(172,7,64); }
div.DivClassName
{
background-color: #AC0740;
}
.BgClassName
{
background-color: #AC0740;
}
</style>
border-color css
<style>
span { border-color: #AC0740; }
span { border-color: rgb(172,7,64); }
td.TdClassName
{
border-color: #AC0740;
}
.TagClassName
{
border-color: #AC0740;
}
</style>