Shades of Jazzberry Jam #A00F3D
Tints of Jazzberry Jam #A00F3D
RGB
CMYK
RGB Variations
Color information
#A00F3D (or 0xA00F3D) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 3D. RGB value is (160,15,61). Sum of RGB (Red+Green+Blue) = 160+15+61=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F3D is #5FF0C2. Grayscale: #3F3F3F. Windows color (decimal): -6287555 or 4001696. OLE color: 4001696.
HSL color Cylindrical-coordinate representation of color #A00F3D: hue angle of 340.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F3D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 61 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.37 |
| HSL | 340.97º | 0.83% | 0.34% | - |
| HSV(B) | 340.97º | 0.91% | 0.63% | - |
| XYZ | 15.51 | 8.15 | 5.17 | - |
| YUV | 63.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 61 | 0 | 0.91 | 0.62 | 0.37 | 340.97 | 0.83 | 0.34 |
| Hex | A0 | F | 3D | 0 | 5B | 3E | 25 | 155 | 53 | 22 |
| Octal | 240 | 17 | 75 | 0 | 133 | 76 | 45 | 525 | 123 | 42 |
| Binary | 10100000 | 1111 | 111101 | 0 | 1011011 | 111110 | 100101 | 101010101 | 1010011 | 100010 |
Color Harmonies of #A00F3D
Complementary color
Monochromatic Colors of #A00F3D
Black with #A00F3D
Text Example
Text Example
White with #A00F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F3D; }
p { color: rgb(160,15,61); }
H1.HeaderClassName
{
color: #A00F3D;
}
.AnyTagClassName
{
color: #A00F3D;
}
</style>
background-color css
<style>
a { background-color: #A00F3D; }
a { background-color: rgb(160,15,61); }
div.DivClassName
{
background-color: #A00F3D;
}
.BgClassName
{
background-color: #A00F3D;
}
</style>
border-color css
<style>
span { border-color: #A00F3D; }
span { border-color: rgb(160,15,61); }
td.TdClassName
{
border-color: #A00F3D;
}
.TagClassName
{
border-color: #A00F3D;
}
</style>