Shades of Jazzberry Jam #A00F4F
Tints of Jazzberry Jam #A00F4F
RGB
CMYK
RGB Variations
Color information
#A00F4F (or 0xA00F4F) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 4F. RGB value is (160,15,79). Sum of RGB (Red+Green+Blue) = 160+15+79=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F4F is #5FF0B0. Grayscale: #414141. Windows color (decimal): -6287537 or 5181344. OLE color: 5181344.
HSL color Cylindrical-coordinate representation of color #A00F4F: hue angle of 333.52º 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 #A00F4F is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 79 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.37 |
| HSL | 333.52º | 0.83% | 0.34% | - |
| HSV(B) | 333.52º | 0.91% | 0.63% | - |
| XYZ | 16.08 | 8.38 | 8.17 | - |
| YUV | 65.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 79 | 0 | 0.91 | 0.51 | 0.37 | 333.52 | 0.83 | 0.34 |
| Hex | A0 | F | 4F | 0 | 5B | 33 | 25 | 14E | 53 | 22 |
| Octal | 240 | 17 | 117 | 0 | 133 | 63 | 45 | 516 | 123 | 42 |
| Binary | 10100000 | 1111 | 1001111 | 0 | 1011011 | 110011 | 100101 | 101001110 | 1010011 | 100010 |
Color Harmonies of #A00F4F
Complementary color
Monochromatic Colors of #A00F4F
Black with #A00F4F
Text Example
Text Example
White with #A00F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F4F; }
p { color: rgb(160,15,79); }
H1.HeaderClassName
{
color: #A00F4F;
}
.AnyTagClassName
{
color: #A00F4F;
}
</style>
background-color css
<style>
a { background-color: #A00F4F; }
a { background-color: rgb(160,15,79); }
div.DivClassName
{
background-color: #A00F4F;
}
.BgClassName
{
background-color: #A00F4F;
}
</style>
border-color css
<style>
span { border-color: #A00F4F; }
span { border-color: rgb(160,15,79); }
td.TdClassName
{
border-color: #A00F4F;
}
.TagClassName
{
border-color: #A00F4F;
}
</style>