Shades of Jazzberry Jam #A1003E
Tints of Jazzberry Jam #A1003E
RGB
CMYK
RGB Variations
Color information
#A1003E (or 0xA1003E) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 3E. RGB value is (161,0,62). Sum of RGB (Red+Green+Blue) = 161+0+62=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1003E is #5EFFC1. Grayscale: #373737. Windows color (decimal): -6225858 or 4063393. OLE color: 4063393.
HSL color Cylindrical-coordinate representation of color #A1003E: hue angle of 336.89º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1003E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.61 | 0.37 |
| HSL | 336.89º | 1% | 0.32% | - |
| HSV(B) | 336.89º | 1% | 0.63% | - |
| XYZ | 15.57 | 7.92 | 5.27 | - |
| YUV | 55.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 62 | 0 | 1 | 0.61 | 0.37 | 336.89 | 1 | 0.32 |
| Hex | A1 | 0 | 3E | 0 | 64 | 3D | 25 | 151 | 64 | 20 |
| Octal | 241 | 0 | 76 | 0 | 144 | 75 | 45 | 521 | 144 | 40 |
| Binary | 10100001 | 0 | 111110 | 0 | 1100100 | 111101 | 100101 | 101010001 | 1100100 | 100000 |
Color Harmonies of #A1003E
Complementary color
Monochromatic Colors of #A1003E
Black with #A1003E
Text Example
Text Example
White with #A1003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1003E; }
p { color: rgb(161,0,62); }
H1.HeaderClassName
{
color: #A1003E;
}
.AnyTagClassName
{
color: #A1003E;
}
</style>
background-color css
<style>
a { background-color: #A1003E; }
a { background-color: rgb(161,0,62); }
div.DivClassName
{
background-color: #A1003E;
}
.BgClassName
{
background-color: #A1003E;
}
</style>
border-color css
<style>
span { border-color: #A1003E; }
span { border-color: rgb(161,0,62); }
td.TdClassName
{
border-color: #A1003E;
}
.TagClassName
{
border-color: #A1003E;
}
</style>