Shades of Jazzberry Jam #A7003E
Tints of Jazzberry Jam #A7003E
RGB
CMYK
RGB Variations
Color information
#A7003E (or 0xA7003E) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 3E. RGB value is (167,0,62). Sum of RGB (Red+Green+Blue) = 167+0+62=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A7003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7003E is #58FFC1. Grayscale: #383838. Windows color (decimal): -5832642 or 4063399. OLE color: 4063399.
HSL color Cylindrical-coordinate representation of color #A7003E: hue angle of 337.72º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7003E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.63 | 0.35 |
| HSL | 337.72º | 1% | 0.33% | - |
| HSV(B) | 337.72º | 1% | 0.65% | - |
| XYZ | 16.81 | 8.56 | 5.32 | - |
| YUV | 57 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 62 | 0 | 1 | 0.63 | 0.35 | 337.72 | 1 | 0.33 |
| Hex | A7 | 0 | 3E | 0 | 64 | 3F | 23 | 152 | 64 | 21 |
| Octal | 247 | 0 | 76 | 0 | 144 | 77 | 43 | 522 | 144 | 41 |
| Binary | 10100111 | 0 | 111110 | 0 | 1100100 | 111111 | 100011 | 101010010 | 1100100 | 100001 |
Color Harmonies of #A7003E
Complementary color
Monochromatic Colors of #A7003E
Black with #A7003E
Text Example
Text Example
White with #A7003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7003E; }
p { color: rgb(167,0,62); }
H1.HeaderClassName
{
color: #A7003E;
}
.AnyTagClassName
{
color: #A7003E;
}
</style>
background-color css
<style>
a { background-color: #A7003E; }
a { background-color: rgb(167,0,62); }
div.DivClassName
{
background-color: #A7003E;
}
.BgClassName
{
background-color: #A7003E;
}
</style>
border-color css
<style>
span { border-color: #A7003E; }
span { border-color: rgb(167,0,62); }
td.TdClassName
{
border-color: #A7003E;
}
.TagClassName
{
border-color: #A7003E;
}
</style>