Shades of Jazzberry Jam #AC0045
Tints of Jazzberry Jam #AC0045
RGB
CMYK
RGB Variations
Color information
#AC0045 (or 0xAC0045) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 45. RGB value is (172,0,69). Sum of RGB (Red+Green+Blue) = 172+0+69=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0045 is #53FFBA. Grayscale: #3B3B3B. Windows color (decimal): -5504955 or 4522156. OLE color: 4522156.
HSL color Cylindrical-coordinate representation of color #AC0045: hue angle of 335.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0045 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.60 | 0.33 |
| HSL | 335.93º | 1% | 0.34% | - |
| HSV(B) | 335.93º | 1% | 0.67% | - |
| XYZ | 18.09 | 9.2 | 6.45 | - |
| YUV | 59.29 | 133.48 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 69 | 0 | 1 | 0.60 | 0.33 | 335.93 | 1 | 0.34 |
| Hex | AC | 0 | 45 | 0 | 64 | 3C | 21 | 150 | 64 | 22 |
| Octal | 254 | 0 | 105 | 0 | 144 | 74 | 41 | 520 | 144 | 42 |
| Binary | 10101100 | 0 | 1000101 | 0 | 1100100 | 111100 | 100001 | 101010000 | 1100100 | 100010 |
Color Harmonies of #AC0045
Complementary color
Monochromatic Colors of #AC0045
Black with #AC0045
Text Example
Text Example
White with #AC0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0045; }
p { color: rgb(172,0,69); }
H1.HeaderClassName
{
color: #AC0045;
}
.AnyTagClassName
{
color: #AC0045;
}
</style>
background-color css
<style>
a { background-color: #AC0045; }
a { background-color: rgb(172,0,69); }
div.DivClassName
{
background-color: #AC0045;
}
.BgClassName
{
background-color: #AC0045;
}
</style>
border-color css
<style>
span { border-color: #AC0045; }
span { border-color: rgb(172,0,69); }
td.TdClassName
{
border-color: #AC0045;
}
.TagClassName
{
border-color: #AC0045;
}
</style>