Shades of Jazzberry Jam #A3073E
Tints of Jazzberry Jam #A3073E
RGB
CMYK
RGB Variations
Color information
#A3073E (or 0xA3073E) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 3E. RGB value is (163,7,62). Sum of RGB (Red+Green+Blue) = 163+7+62=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3073E is #5CF8C1. Grayscale: #3B3B3B. Windows color (decimal): -6092994 or 4065187. OLE color: 4065187.
HSL color Cylindrical-coordinate representation of color #A3073E: hue angle of 338.85º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3073E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 62 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.36 |
| HSL | 338.85º | 0.92% | 0.33% | - |
| HSV(B) | 338.85º | 0.96% | 0.64% | - |
| XYZ | 16.05 | 8.29 | 5.31 | - |
| YUV | 59.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 62 | 0 | 0.96 | 0.62 | 0.36 | 338.85 | 0.92 | 0.33 |
| Hex | A3 | 7 | 3E | 0 | 60 | 3E | 24 | 153 | 5C | 21 |
| Octal | 243 | 7 | 76 | 0 | 140 | 76 | 44 | 523 | 134 | 41 |
| Binary | 10100011 | 111 | 111110 | 0 | 1100000 | 111110 | 100100 | 101010011 | 1011100 | 100001 |
Color Harmonies of #A3073E
Complementary color
Monochromatic Colors of #A3073E
Black with #A3073E
Text Example
Text Example
White with #A3073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3073E; }
p { color: rgb(163,7,62); }
H1.HeaderClassName
{
color: #A3073E;
}
.AnyTagClassName
{
color: #A3073E;
}
</style>
background-color css
<style>
a { background-color: #A3073E; }
a { background-color: rgb(163,7,62); }
div.DivClassName
{
background-color: #A3073E;
}
.BgClassName
{
background-color: #A3073E;
}
</style>
border-color css
<style>
span { border-color: #A3073E; }
span { border-color: rgb(163,7,62); }
td.TdClassName
{
border-color: #A3073E;
}
.TagClassName
{
border-color: #A3073E;
}
</style>