Shades of Jazzberry Jam #A70F45
Tints of Jazzberry Jam #A70F45
RGB
CMYK
RGB Variations
Color information
#A70F45 (or 0xA70F45) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 45. RGB value is (167,15,69). Sum of RGB (Red+Green+Blue) = 167+15+69=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F45 is #58F0BA. Grayscale: #424242. Windows color (decimal): -5828795 or 4525991. OLE color: 4525991.
HSL color Cylindrical-coordinate representation of color #A70F45: hue angle of 338.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F45 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 69 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.35 |
| HSL | 338.68º | 0.84% | 0.36% | - |
| HSV(B) | 338.68º | 0.91% | 0.65% | - |
| XYZ | 17.18 | 8.99 | 6.46 | - |
| YUV | 66.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 69 | 0 | 0.91 | 0.59 | 0.35 | 338.68 | 0.84 | 0.36 |
| Hex | A7 | F | 45 | 0 | 5B | 3B | 23 | 153 | 54 | 24 |
| Octal | 247 | 17 | 105 | 0 | 133 | 73 | 43 | 523 | 124 | 44 |
| Binary | 10100111 | 1111 | 1000101 | 0 | 1011011 | 111011 | 100011 | 101010011 | 1010100 | 100100 |
Color Harmonies of #A70F45
Complementary color
Monochromatic Colors of #A70F45
Black with #A70F45
Text Example
Text Example
White with #A70F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F45; }
p { color: rgb(167,15,69); }
H1.HeaderClassName
{
color: #A70F45;
}
.AnyTagClassName
{
color: #A70F45;
}
</style>
background-color css
<style>
a { background-color: #A70F45; }
a { background-color: rgb(167,15,69); }
div.DivClassName
{
background-color: #A70F45;
}
.BgClassName
{
background-color: #A70F45;
}
</style>
border-color css
<style>
span { border-color: #A70F45; }
span { border-color: rgb(167,15,69); }
td.TdClassName
{
border-color: #A70F45;
}
.TagClassName
{
border-color: #A70F45;
}
</style>