Shades of Jazzberry Jam #A70B41
Tints of Jazzberry Jam #A70B41
RGB
CMYK
RGB Variations
Color information
#A70B41 (or 0xA70B41) is known color: Jazzberry Jam. HEX triplet: A7, 0B and 41. RGB value is (167,11,65). Sum of RGB (Red+Green+Blue) = 167+11+65=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B41 is #58F4BE. Grayscale: #3F3F3F. Windows color (decimal): -5829823 or 4262823. OLE color: 4262823.
HSL color Cylindrical-coordinate representation of color #A70B41: hue angle of 339.23º 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 #A70B41 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 11 | 65 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.35 |
| HSL | 339.23º | 0.88% | 0.35% | - |
| HSV(B) | 339.23º | 0.93% | 0.65% | - |
| XYZ | 17.01 | 8.84 | 5.81 | - |
| YUV | 63.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 65 | 0 | 0.93 | 0.61 | 0.35 | 339.23 | 0.88 | 0.35 |
| Hex | A7 | B | 41 | 0 | 5D | 3D | 23 | 153 | 58 | 23 |
| Octal | 247 | 13 | 101 | 0 | 135 | 75 | 43 | 523 | 130 | 43 |
| Binary | 10100111 | 1011 | 1000001 | 0 | 1011101 | 111101 | 100011 | 101010011 | 1011000 | 100011 |
Color Harmonies of #A70B41
Complementary color
Monochromatic Colors of #A70B41
Black with #A70B41
Text Example
Text Example
White with #A70B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70B41; }
p { color: rgb(167,11,65); }
H1.HeaderClassName
{
color: #A70B41;
}
.AnyTagClassName
{
color: #A70B41;
}
</style>
background-color css
<style>
a { background-color: #A70B41; }
a { background-color: rgb(167,11,65); }
div.DivClassName
{
background-color: #A70B41;
}
.BgClassName
{
background-color: #A70B41;
}
</style>
border-color css
<style>
span { border-color: #A70B41; }
span { border-color: rgb(167,11,65); }
td.TdClassName
{
border-color: #A70B41;
}
.TagClassName
{
border-color: #A70B41;
}
</style>