Shades of Jazzberry Jam #A00A41
Tints of Jazzberry Jam #A00A41
RGB
CMYK
RGB Variations
Color information
#A00A41 (or 0xA00A41) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 41. RGB value is (160,10,65). Sum of RGB (Red+Green+Blue) = 160+10+65=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A41 is #5FF5BE. Grayscale: #3D3D3D. Windows color (decimal): -6288831 or 4262560. OLE color: 4262560.
HSL color Cylindrical-coordinate representation of color #A00A41: hue angle of 338º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A41 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 65 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.37 |
| HSL | 338º | 0.88% | 0.33% | - |
| HSV(B) | 338º | 0.94% | 0.63% | - |
| XYZ | 15.56 | 8.07 | 5.74 | - |
| YUV | 61.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 65 | 0 | 0.94 | 0.59 | 0.37 | 338 | 0.88 | 0.33 |
| Hex | A0 | A | 41 | 0 | 5E | 3B | 25 | 152 | 58 | 21 |
| Octal | 240 | 12 | 101 | 0 | 136 | 73 | 45 | 522 | 130 | 41 |
| Binary | 10100000 | 1010 | 1000001 | 0 | 1011110 | 111011 | 100101 | 101010010 | 1011000 | 100001 |
Color Harmonies of #A00A41
Complementary color
Monochromatic Colors of #A00A41
Black with #A00A41
Text Example
Text Example
White with #A00A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A41; }
p { color: rgb(160,10,65); }
H1.HeaderClassName
{
color: #A00A41;
}
.AnyTagClassName
{
color: #A00A41;
}
</style>
background-color css
<style>
a { background-color: #A00A41; }
a { background-color: rgb(160,10,65); }
div.DivClassName
{
background-color: #A00A41;
}
.BgClassName
{
background-color: #A00A41;
}
</style>
border-color css
<style>
span { border-color: #A00A41; }
span { border-color: rgb(160,10,65); }
td.TdClassName
{
border-color: #A00A41;
}
.TagClassName
{
border-color: #A00A41;
}
</style>