Shades of Jazzberry Jam #A7134C
Tints of Jazzberry Jam #A7134C
RGB
CMYK
RGB Variations
Color information
#A7134C (or 0xA7134C) is known color: Jazzberry Jam. HEX triplet: A7, 13 and 4C. RGB value is (167,19,76). Sum of RGB (Red+Green+Blue) = 167+19+76=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7134C is #58ECB3. Grayscale: #454545. Windows color (decimal): -5827764 or 4985767. OLE color: 4985767.
HSL color Cylindrical-coordinate representation of color #A7134C: hue angle of 336.89º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7134C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 76 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.35 |
| HSL | 336.89º | 0.8% | 0.36% | - |
| HSV(B) | 336.89º | 0.89% | 0.65% | - |
| XYZ | 17.47 | 9.2 | 7.69 | - |
| YUV | 69.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 76 | 0 | 0.89 | 0.54 | 0.35 | 336.89 | 0.8 | 0.36 |
| Hex | A7 | 13 | 4C | 0 | 59 | 36 | 23 | 151 | 50 | 24 |
| Octal | 247 | 23 | 114 | 0 | 131 | 66 | 43 | 521 | 120 | 44 |
| Binary | 10100111 | 10011 | 1001100 | 0 | 1011001 | 110110 | 100011 | 101010001 | 1010000 | 100100 |
Color Harmonies of #A7134C
Complementary color
Monochromatic Colors of #A7134C
Black with #A7134C
Text Example
Text Example
White with #A7134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7134C; }
p { color: rgb(167,19,76); }
H1.HeaderClassName
{
color: #A7134C;
}
.AnyTagClassName
{
color: #A7134C;
}
</style>
background-color css
<style>
a { background-color: #A7134C; }
a { background-color: rgb(167,19,76); }
div.DivClassName
{
background-color: #A7134C;
}
.BgClassName
{
background-color: #A7134C;
}
</style>
border-color css
<style>
span { border-color: #A7134C; }
span { border-color: rgb(167,19,76); }
td.TdClassName
{
border-color: #A7134C;
}
.TagClassName
{
border-color: #A7134C;
}
</style>