Shades of Jazzberry Jam #AC013D
Tints of Jazzberry Jam #AC013D
RGB
CMYK
RGB Variations
Color information
#AC013D (or 0xAC013D) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 3D. RGB value is (172,1,61). Sum of RGB (Red+Green+Blue) = 172+1+61=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013D is #53FEC2. Grayscale: #3A3A3A. Windows color (decimal): -5504707 or 3998124. OLE color: 3998124.
HSL color Cylindrical-coordinate representation of color #AC013D: hue angle of 338.95º 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 #AC013D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 338.95º | 0.99% | 0.34% | - |
| HSV(B) | 338.95º | 0.99% | 0.67% | - |
| XYZ | 17.87 | 9.13 | 5.24 | - |
| YUV | 58.97 | 129.15 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 61 | 0 | 0.99 | 0.65 | 0.33 | 338.95 | 0.99 | 0.34 |
| Hex | AC | 1 | 3D | 0 | 63 | 41 | 21 | 153 | 63 | 22 |
| Octal | 254 | 1 | 75 | 0 | 143 | 101 | 41 | 523 | 143 | 42 |
| Binary | 10101100 | 1 | 111101 | 0 | 1100011 | 1000001 | 100001 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AC013D
Complementary color
Monochromatic Colors of #AC013D
Black with #AC013D
Text Example
Text Example
White with #AC013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC013D; }
p { color: rgb(172,1,61); }
H1.HeaderClassName
{
color: #AC013D;
}
.AnyTagClassName
{
color: #AC013D;
}
</style>
background-color css
<style>
a { background-color: #AC013D; }
a { background-color: rgb(172,1,61); }
div.DivClassName
{
background-color: #AC013D;
}
.BgClassName
{
background-color: #AC013D;
}
</style>
border-color css
<style>
span { border-color: #AC013D; }
span { border-color: rgb(172,1,61); }
td.TdClassName
{
border-color: #AC013D;
}
.TagClassName
{
border-color: #AC013D;
}
</style>