Shades of Jazzberry Jam #AC013C
Tints of Jazzberry Jam #AC013C
RGB
CMYK
RGB Variations
Color information
#AC013C (or 0xAC013C) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 3C. RGB value is (172,1,60). Sum of RGB (Red+Green+Blue) = 172+1+60=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013C is #53FEC3. Grayscale: #3A3A3A. Windows color (decimal): -5504708 or 3932588. OLE color: 3932588.
HSL color Cylindrical-coordinate representation of color #AC013C: hue angle of 339.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC013C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.3º | 0.99% | 0.34% | - |
| HSV(B) | 339.3º | 0.99% | 0.67% | - |
| XYZ | 17.84 | 9.12 | 5.09 | - |
| YUV | 58.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 60 | 0 | 0.99 | 0.65 | 0.33 | 339.3 | 0.99 | 0.34 |
| Hex | AC | 1 | 3C | 0 | 63 | 41 | 21 | 153 | 63 | 22 |
| Octal | 254 | 1 | 74 | 0 | 143 | 101 | 41 | 523 | 143 | 42 |
| Binary | 10101100 | 1 | 111100 | 0 | 1100011 | 1000001 | 100001 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AC013C
Complementary color
Monochromatic Colors of #AC013C
Black with #AC013C
Text Example
Text Example
White with #AC013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC013C; }
p { color: rgb(172,1,60); }
H1.HeaderClassName
{
color: #AC013C;
}
.AnyTagClassName
{
color: #AC013C;
}
</style>
background-color css
<style>
a { background-color: #AC013C; }
a { background-color: rgb(172,1,60); }
div.DivClassName
{
background-color: #AC013C;
}
.BgClassName
{
background-color: #AC013C;
}
</style>
border-color css
<style>
span { border-color: #AC013C; }
span { border-color: rgb(172,1,60); }
td.TdClassName
{
border-color: #AC013C;
}
.TagClassName
{
border-color: #AC013C;
}
</style>