Shades of Jazzberry Jam #A7003C
Tints of Jazzberry Jam #A7003C
RGB
CMYK
RGB Variations
Color information
#A7003C (or 0xA7003C) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 3C. RGB value is (167,0,60). Sum of RGB (Red+Green+Blue) = 167+0+60=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A7003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7003C is #58FFC3. Grayscale: #383838. Windows color (decimal): -5832644 or 3932327. OLE color: 3932327.
HSL color Cylindrical-coordinate representation of color #A7003C: hue angle of 338.44º 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 #A7003C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.64 | 0.35 |
| HSL | 338.44º | 1% | 0.33% | - |
| HSV(B) | 338.44º | 1% | 0.65% | - |
| XYZ | 16.75 | 8.54 | 5.04 | - |
| YUV | 56.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 60 | 0 | 1 | 0.64 | 0.35 | 338.44 | 1 | 0.33 |
| Hex | A7 | 0 | 3C | 0 | 64 | 40 | 23 | 152 | 64 | 21 |
| Octal | 247 | 0 | 74 | 0 | 144 | 100 | 43 | 522 | 144 | 41 |
| Binary | 10100111 | 0 | 111100 | 0 | 1100100 | 1000000 | 100011 | 101010010 | 1100100 | 100001 |
Color Harmonies of #A7003C
Complementary color
Monochromatic Colors of #A7003C
Black with #A7003C
Text Example
Text Example
White with #A7003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7003C; }
p { color: rgb(167,0,60); }
H1.HeaderClassName
{
color: #A7003C;
}
.AnyTagClassName
{
color: #A7003C;
}
</style>
background-color css
<style>
a { background-color: #A7003C; }
a { background-color: rgb(167,0,60); }
div.DivClassName
{
background-color: #A7003C;
}
.BgClassName
{
background-color: #A7003C;
}
</style>
border-color css
<style>
span { border-color: #A7003C; }
span { border-color: rgb(167,0,60); }
td.TdClassName
{
border-color: #A7003C;
}
.TagClassName
{
border-color: #A7003C;
}
</style>