Shades of Jazzberry Jam #A3073C
Tints of Jazzberry Jam #A3073C
RGB
CMYK
RGB Variations
Color information
#A3073C (or 0xA3073C) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 3C. RGB value is (163,7,60). Sum of RGB (Red+Green+Blue) = 163+7+60=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A3073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3073C is #5CF8C3. Grayscale: #3B3B3B. Windows color (decimal): -6092996 or 3934115. OLE color: 3934115.
HSL color Cylindrical-coordinate representation of color #A3073C: hue angle of 339.62º 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 #A3073C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.36 |
| HSL | 339.62º | 0.92% | 0.33% | - |
| HSV(B) | 339.62º | 0.96% | 0.64% | - |
| XYZ | 16 | 8.26 | 5.03 | - |
| YUV | 59.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 60 | 0 | 0.96 | 0.63 | 0.36 | 339.62 | 0.92 | 0.33 |
| Hex | A3 | 7 | 3C | 0 | 60 | 3F | 24 | 154 | 5C | 21 |
| Octal | 243 | 7 | 74 | 0 | 140 | 77 | 44 | 524 | 134 | 41 |
| Binary | 10100011 | 111 | 111100 | 0 | 1100000 | 111111 | 100100 | 101010100 | 1011100 | 100001 |
Color Harmonies of #A3073C
Complementary color
Monochromatic Colors of #A3073C
Black with #A3073C
Text Example
Text Example
White with #A3073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3073C; }
p { color: rgb(163,7,60); }
H1.HeaderClassName
{
color: #A3073C;
}
.AnyTagClassName
{
color: #A3073C;
}
</style>
background-color css
<style>
a { background-color: #A3073C; }
a { background-color: rgb(163,7,60); }
div.DivClassName
{
background-color: #A3073C;
}
.BgClassName
{
background-color: #A3073C;
}
</style>
border-color css
<style>
span { border-color: #A3073C; }
span { border-color: rgb(163,7,60); }
td.TdClassName
{
border-color: #A3073C;
}
.TagClassName
{
border-color: #A3073C;
}
</style>