Shades of Jazzberry Jam #A00B4C
Tints of Jazzberry Jam #A00B4C
RGB
CMYK
RGB Variations
Color information
#A00B4C (or 0xA00B4C) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 4C. RGB value is (160,11,76). Sum of RGB (Red+Green+Blue) = 160+11+76=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B4C is #5FF4B3. Grayscale: #3E3E3E. Windows color (decimal): -6288564 or 4983712. OLE color: 4983712.
HSL color Cylindrical-coordinate representation of color #A00B4C: hue angle of 333.83º degrees, saturation: 0.87, 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 #A00B4C is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 76 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.37 |
| HSL | 333.83º | 0.87% | 0.34% | - |
| HSV(B) | 333.83º | 0.93% | 0.63% | - |
| XYZ | 15.92 | 8.23 | 7.59 | - |
| YUV | 62.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 76 | 0 | 0.93 | 0.52 | 0.37 | 333.83 | 0.87 | 0.34 |
| Hex | A0 | B | 4C | 0 | 5D | 34 | 25 | 14E | 57 | 22 |
| Octal | 240 | 13 | 114 | 0 | 135 | 64 | 45 | 516 | 127 | 42 |
| Binary | 10100000 | 1011 | 1001100 | 0 | 1011101 | 110100 | 100101 | 101001110 | 1010111 | 100010 |
Color Harmonies of #A00B4C
Complementary color
Monochromatic Colors of #A00B4C
Black with #A00B4C
Text Example
Text Example
White with #A00B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B4C; }
p { color: rgb(160,11,76); }
H1.HeaderClassName
{
color: #A00B4C;
}
.AnyTagClassName
{
color: #A00B4C;
}
</style>
background-color css
<style>
a { background-color: #A00B4C; }
a { background-color: rgb(160,11,76); }
div.DivClassName
{
background-color: #A00B4C;
}
.BgClassName
{
background-color: #A00B4C;
}
</style>
border-color css
<style>
span { border-color: #A00B4C; }
span { border-color: rgb(160,11,76); }
td.TdClassName
{
border-color: #A00B4C;
}
.TagClassName
{
border-color: #A00B4C;
}
</style>