Shades of Jazzberry Jam #A00C4B
Tints of Jazzberry Jam #A00C4B
RGB
CMYK
RGB Variations
Color information
#A00C4B (or 0xA00C4B) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 4B. RGB value is (160,12,75). Sum of RGB (Red+Green+Blue) = 160+12+75=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C4B is #5FF3B4. Grayscale: #3F3F3F. Windows color (decimal): -6288309 or 4918432. OLE color: 4918432.
HSL color Cylindrical-coordinate representation of color #A00C4B: hue angle of 334.46º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C4B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 75 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.37 |
| HSL | 334.46º | 0.86% | 0.34% | - |
| HSV(B) | 334.46º | 0.93% | 0.63% | - |
| XYZ | 15.9 | 8.24 | 7.41 | - |
| YUV | 63.43 | 134.53 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 75 | 0 | 0.93 | 0.53 | 0.37 | 334.46 | 0.86 | 0.34 |
| Hex | A0 | C | 4B | 0 | 5D | 35 | 25 | 14E | 56 | 22 |
| Octal | 240 | 14 | 113 | 0 | 135 | 65 | 45 | 516 | 126 | 42 |
| Binary | 10100000 | 1100 | 1001011 | 0 | 1011101 | 110101 | 100101 | 101001110 | 1010110 | 100010 |
Color Harmonies of #A00C4B
Complementary color
Monochromatic Colors of #A00C4B
Black with #A00C4B
Text Example
Text Example
White with #A00C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C4B; }
p { color: rgb(160,12,75); }
H1.HeaderClassName
{
color: #A00C4B;
}
.AnyTagClassName
{
color: #A00C4B;
}
</style>
background-color css
<style>
a { background-color: #A00C4B; }
a { background-color: rgb(160,12,75); }
div.DivClassName
{
background-color: #A00C4B;
}
.BgClassName
{
background-color: #A00C4B;
}
</style>
border-color css
<style>
span { border-color: #A00C4B; }
span { border-color: rgb(160,12,75); }
td.TdClassName
{
border-color: #A00C4B;
}
.TagClassName
{
border-color: #A00C4B;
}
</style>