Shades of Jazzberry Jam #AC144A
Tints of Jazzberry Jam #AC144A
RGB
CMYK
RGB Variations
Color information
#AC144A (or 0xAC144A) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 4A. RGB value is (172,20,74). Sum of RGB (Red+Green+Blue) = 172+20+74=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC144A is #53EBB5. Grayscale: #474747. Windows color (decimal): -5499830 or 4854956. OLE color: 4854956.
HSL color Cylindrical-coordinate representation of color #AC144A: hue angle of 338.68º 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 #AC144A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 74 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.33 |
| HSL | 338.68º | 0.79% | 0.38% | - |
| HSV(B) | 338.68º | 0.88% | 0.67% | - |
| XYZ | 18.5 | 9.77 | 7.39 | - |
| YUV | 71.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 74 | 0 | 0.88 | 0.57 | 0.33 | 338.68 | 0.79 | 0.38 |
| Hex | AC | 14 | 4A | 0 | 58 | 39 | 21 | 153 | 4F | 26 |
| Octal | 254 | 24 | 112 | 0 | 130 | 71 | 41 | 523 | 117 | 46 |
| Binary | 10101100 | 10100 | 1001010 | 0 | 1011000 | 111001 | 100001 | 101010011 | 1001111 | 100110 |
Color Harmonies of #AC144A
Complementary color
Monochromatic Colors of #AC144A
Black with #AC144A
Text Example
Text Example
White with #AC144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC144A; }
p { color: rgb(172,20,74); }
H1.HeaderClassName
{
color: #AC144A;
}
.AnyTagClassName
{
color: #AC144A;
}
</style>
background-color css
<style>
a { background-color: #AC144A; }
a { background-color: rgb(172,20,74); }
div.DivClassName
{
background-color: #AC144A;
}
.BgClassName
{
background-color: #AC144A;
}
</style>
border-color css
<style>
span { border-color: #AC144A; }
span { border-color: rgb(172,20,74); }
td.TdClassName
{
border-color: #AC144A;
}
.TagClassName
{
border-color: #AC144A;
}
</style>