Shades of Jazzberry Jam #A1013E
Tints of Jazzberry Jam #A1013E
RGB
CMYK
RGB Variations
Color information
#A1013E (or 0xA1013E) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 3E. RGB value is (161,1,62). Sum of RGB (Red+Green+Blue) = 161+1+62=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1013E is #5EFEC1. Grayscale: #373737. Windows color (decimal): -6225602 or 4063649. OLE color: 4063649.
HSL color Cylindrical-coordinate representation of color #A1013E: hue angle of 337.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1013E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.37 |
| HSL | 337.13º | 0.99% | 0.32% | - |
| HSV(B) | 337.13º | 0.99% | 0.63% | - |
| XYZ | 15.58 | 7.95 | 5.27 | - |
| YUV | 55.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 62 | 0 | 0.99 | 0.61 | 0.37 | 337.13 | 0.99 | 0.32 |
| Hex | A1 | 1 | 3E | 0 | 63 | 3D | 25 | 151 | 63 | 20 |
| Octal | 241 | 1 | 76 | 0 | 143 | 75 | 45 | 521 | 143 | 40 |
| Binary | 10100001 | 1 | 111110 | 0 | 1100011 | 111101 | 100101 | 101010001 | 1100011 | 100000 |
Color Harmonies of #A1013E
Complementary color
Monochromatic Colors of #A1013E
Black with #A1013E
Text Example
Text Example
White with #A1013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1013E; }
p { color: rgb(161,1,62); }
H1.HeaderClassName
{
color: #A1013E;
}
.AnyTagClassName
{
color: #A1013E;
}
</style>
background-color css
<style>
a { background-color: #A1013E; }
a { background-color: rgb(161,1,62); }
div.DivClassName
{
background-color: #A1013E;
}
.BgClassName
{
background-color: #A1013E;
}
</style>
border-color css
<style>
span { border-color: #A1013E; }
span { border-color: rgb(161,1,62); }
td.TdClassName
{
border-color: #A1013E;
}
.TagClassName
{
border-color: #A1013E;
}
</style>