Shades of Jazzberry Jam #A8073C
Tints of Jazzberry Jam #A8073C
RGB
CMYK
RGB Variations
Color information
#A8073C (or 0xA8073C) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 3C. RGB value is (168,7,60). Sum of RGB (Red+Green+Blue) = 168+7+60=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8073C is #57F8C3. Grayscale: #3D3D3D. Windows color (decimal): -5765316 or 3934120. OLE color: 3934120.
HSL color Cylindrical-coordinate representation of color #A8073C: hue angle of 340.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8073C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.34 |
| HSL | 340.25º | 0.92% | 0.34% | - |
| HSV(B) | 340.25º | 0.96% | 0.66% | - |
| XYZ | 17.04 | 8.8 | 5.08 | - |
| YUV | 61.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 60 | 0 | 0.96 | 0.64 | 0.34 | 340.25 | 0.92 | 0.34 |
| Hex | A8 | 7 | 3C | 0 | 60 | 40 | 22 | 154 | 5C | 22 |
| Octal | 250 | 7 | 74 | 0 | 140 | 100 | 42 | 524 | 134 | 42 |
| Binary | 10101000 | 111 | 111100 | 0 | 1100000 | 1000000 | 100010 | 101010100 | 1011100 | 100010 |
Color Harmonies of #A8073C
Complementary color
Monochromatic Colors of #A8073C
Black with #A8073C
Text Example
Text Example
White with #A8073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8073C; }
p { color: rgb(168,7,60); }
H1.HeaderClassName
{
color: #A8073C;
}
.AnyTagClassName
{
color: #A8073C;
}
</style>
background-color css
<style>
a { background-color: #A8073C; }
a { background-color: rgb(168,7,60); }
div.DivClassName
{
background-color: #A8073C;
}
.BgClassName
{
background-color: #A8073C;
}
</style>
border-color css
<style>
span { border-color: #A8073C; }
span { border-color: rgb(168,7,60); }
td.TdClassName
{
border-color: #A8073C;
}
.TagClassName
{
border-color: #A8073C;
}
</style>