Shades of Jazzberry Jam #AC1448
Tints of Jazzberry Jam #AC1448
RGB
CMYK
RGB Variations
Color information
#AC1448 (or 0xAC1448) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 48. RGB value is (172,20,72). Sum of RGB (Red+Green+Blue) = 172+20+72=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1448 is #53EBB7. Grayscale: #474747. Windows color (decimal): -5499832 or 4723884. OLE color: 4723884.
HSL color Cylindrical-coordinate representation of color #AC1448: hue angle of 339.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1448 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 72 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.33 |
| HSL | 339.47º | 0.79% | 0.38% | - |
| HSV(B) | 339.47º | 0.88% | 0.67% | - |
| XYZ | 18.43 | 9.74 | 7.04 | - |
| YUV | 71.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 72 | 0 | 0.88 | 0.58 | 0.33 | 339.47 | 0.79 | 0.38 |
| Hex | AC | 14 | 48 | 0 | 58 | 3A | 21 | 153 | 4F | 26 |
| Octal | 254 | 24 | 110 | 0 | 130 | 72 | 41 | 523 | 117 | 46 |
| Binary | 10101100 | 10100 | 1001000 | 0 | 1011000 | 111010 | 100001 | 101010011 | 1001111 | 100110 |
Color Harmonies of #AC1448
Complementary color
Monochromatic Colors of #AC1448
Black with #AC1448
Text Example
Text Example
White with #AC1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1448; }
p { color: rgb(172,20,72); }
H1.HeaderClassName
{
color: #AC1448;
}
.AnyTagClassName
{
color: #AC1448;
}
</style>
background-color css
<style>
a { background-color: #AC1448; }
a { background-color: rgb(172,20,72); }
div.DivClassName
{
background-color: #AC1448;
}
.BgClassName
{
background-color: #AC1448;
}
</style>
border-color css
<style>
span { border-color: #AC1448; }
span { border-color: rgb(172,20,72); }
td.TdClassName
{
border-color: #AC1448;
}
.TagClassName
{
border-color: #AC1448;
}
</style>