Shades of Jazzberry Jam #A70C4C
Tints of Jazzberry Jam #A70C4C
RGB
CMYK
RGB Variations
Color information
#A70C4C (or 0xA70C4C) is known color: Jazzberry Jam. HEX triplet: A7, 0C and 4C. RGB value is (167,12,76). Sum of RGB (Red+Green+Blue) = 167+12+76=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70C4C is #58F3B3. Grayscale: #414141. Windows color (decimal): -5829556 or 4983975. OLE color: 4983975.
HSL color Cylindrical-coordinate representation of color #A70C4C: hue angle of 335.23º degrees, saturation: 0.87, 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 #A70C4C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 12 | 76 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.35 |
| HSL | 335.23º | 0.87% | 0.35% | - |
| HSV(B) | 335.23º | 0.93% | 0.65% | - |
| XYZ | 17.37 | 9 | 7.66 | - |
| YUV | 65.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 76 | 0 | 0.93 | 0.54 | 0.35 | 335.23 | 0.87 | 0.35 |
| Hex | A7 | C | 4C | 0 | 5D | 36 | 23 | 14F | 57 | 23 |
| Octal | 247 | 14 | 114 | 0 | 135 | 66 | 43 | 517 | 127 | 43 |
| Binary | 10100111 | 1100 | 1001100 | 0 | 1011101 | 110110 | 100011 | 101001111 | 1010111 | 100011 |
Color Harmonies of #A70C4C
Complementary color
Monochromatic Colors of #A70C4C
Black with #A70C4C
Text Example
Text Example
White with #A70C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70C4C; }
p { color: rgb(167,12,76); }
H1.HeaderClassName
{
color: #A70C4C;
}
.AnyTagClassName
{
color: #A70C4C;
}
</style>
background-color css
<style>
a { background-color: #A70C4C; }
a { background-color: rgb(167,12,76); }
div.DivClassName
{
background-color: #A70C4C;
}
.BgClassName
{
background-color: #A70C4C;
}
</style>
border-color css
<style>
span { border-color: #A70C4C; }
span { border-color: rgb(167,12,76); }
td.TdClassName
{
border-color: #A70C4C;
}
.TagClassName
{
border-color: #A70C4C;
}
</style>