Shades of Jazzberry Jam #A70B3E
Tints of Jazzberry Jam #A70B3E
RGB
CMYK
RGB Variations
Color information
#A70B3E (or 0xA70B3E) is known color: Jazzberry Jam. HEX triplet: A7, 0B and 3E. RGB value is (167,11,62). Sum of RGB (Red+Green+Blue) = 167+11+62=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B3E is #58F4C1. Grayscale: #3F3F3F. Windows color (decimal): -5829826 or 4066215. OLE color: 4066215.
HSL color Cylindrical-coordinate representation of color #A70B3E: hue angle of 340.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70B3E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 11 | 62 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.35 |
| HSL | 340.38º | 0.88% | 0.35% | - |
| HSV(B) | 340.38º | 0.93% | 0.65% | - |
| XYZ | 16.93 | 8.8 | 5.36 | - |
| YUV | 63.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 62 | 0 | 0.93 | 0.63 | 0.35 | 340.38 | 0.88 | 0.35 |
| Hex | A7 | B | 3E | 0 | 5D | 3F | 23 | 154 | 58 | 23 |
| Octal | 247 | 13 | 76 | 0 | 135 | 77 | 43 | 524 | 130 | 43 |
| Binary | 10100111 | 1011 | 111110 | 0 | 1011101 | 111111 | 100011 | 101010100 | 1011000 | 100011 |
Color Harmonies of #A70B3E
Complementary color
Monochromatic Colors of #A70B3E
Black with #A70B3E
Text Example
Text Example
White with #A70B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70B3E; }
p { color: rgb(167,11,62); }
H1.HeaderClassName
{
color: #A70B3E;
}
.AnyTagClassName
{
color: #A70B3E;
}
</style>
background-color css
<style>
a { background-color: #A70B3E; }
a { background-color: rgb(167,11,62); }
div.DivClassName
{
background-color: #A70B3E;
}
.BgClassName
{
background-color: #A70B3E;
}
</style>
border-color css
<style>
span { border-color: #A70B3E; }
span { border-color: rgb(167,11,62); }
td.TdClassName
{
border-color: #A70B3E;
}
.TagClassName
{
border-color: #A70B3E;
}
</style>