Shades of Jazzberry Jam #A00B4B
Tints of Jazzberry Jam #A00B4B
RGB
CMYK
RGB Variations
Color information
#A00B4B (or 0xA00B4B) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 4B. RGB value is (160,11,75). Sum of RGB (Red+Green+Blue) = 160+11+75=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B4B is #5FF4B4. Grayscale: #3E3E3E. Windows color (decimal): -6288565 or 4918176. OLE color: 4918176.
HSL color Cylindrical-coordinate representation of color #A00B4B: hue angle of 334.23º 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 #A00B4B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 75 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.37 |
| HSL | 334.23º | 0.87% | 0.34% | - |
| HSV(B) | 334.23º | 0.93% | 0.63% | - |
| XYZ | 15.89 | 8.22 | 7.41 | - |
| YUV | 62.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 75 | 0 | 0.93 | 0.53 | 0.37 | 334.23 | 0.87 | 0.34 |
| Hex | A0 | B | 4B | 0 | 5D | 35 | 25 | 14E | 57 | 22 |
| Octal | 240 | 13 | 113 | 0 | 135 | 65 | 45 | 516 | 127 | 42 |
| Binary | 10100000 | 1011 | 1001011 | 0 | 1011101 | 110101 | 100101 | 101001110 | 1010111 | 100010 |
Color Harmonies of #A00B4B
Complementary color
Monochromatic Colors of #A00B4B
Black with #A00B4B
Text Example
Text Example
White with #A00B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B4B; }
p { color: rgb(160,11,75); }
H1.HeaderClassName
{
color: #A00B4B;
}
.AnyTagClassName
{
color: #A00B4B;
}
</style>
background-color css
<style>
a { background-color: #A00B4B; }
a { background-color: rgb(160,11,75); }
div.DivClassName
{
background-color: #A00B4B;
}
.BgClassName
{
background-color: #A00B4B;
}
</style>
border-color css
<style>
span { border-color: #A00B4B; }
span { border-color: rgb(160,11,75); }
td.TdClassName
{
border-color: #A00B4B;
}
.TagClassName
{
border-color: #A00B4B;
}
</style>