Shades of Jazzberry Jam #A10E3E
Tints of Jazzberry Jam #A10E3E
RGB
CMYK
RGB Variations
Color information
#A10E3E (or 0xA10E3E) is known color: Jazzberry Jam. HEX triplet: A1, 0E and 3E. RGB value is (161,14,62). Sum of RGB (Red+Green+Blue) = 161+14+62=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E3E is #5EF1C1. Grayscale: #3F3F3F. Windows color (decimal): -6222274 or 4066977. OLE color: 4066977.
HSL color Cylindrical-coordinate representation of color #A10E3E: hue angle of 340.41º degrees, saturation: 0.84, 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 #A10E3E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 14 | 62 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.37 |
| HSL | 340.41º | 0.84% | 0.34% | - |
| HSV(B) | 340.41º | 0.91% | 0.63% | - |
| XYZ | 15.72 | 8.24 | 5.32 | - |
| YUV | 63.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 62 | 0 | 0.91 | 0.61 | 0.37 | 340.41 | 0.84 | 0.34 |
| Hex | A1 | E | 3E | 0 | 5B | 3D | 25 | 154 | 54 | 22 |
| Octal | 241 | 16 | 76 | 0 | 133 | 75 | 45 | 524 | 124 | 42 |
| Binary | 10100001 | 1110 | 111110 | 0 | 1011011 | 111101 | 100101 | 101010100 | 1010100 | 100010 |
Color Harmonies of #A10E3E
Complementary color
Monochromatic Colors of #A10E3E
Black with #A10E3E
Text Example
Text Example
White with #A10E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10E3E; }
p { color: rgb(161,14,62); }
H1.HeaderClassName
{
color: #A10E3E;
}
.AnyTagClassName
{
color: #A10E3E;
}
</style>
background-color css
<style>
a { background-color: #A10E3E; }
a { background-color: rgb(161,14,62); }
div.DivClassName
{
background-color: #A10E3E;
}
.BgClassName
{
background-color: #A10E3E;
}
</style>
border-color css
<style>
span { border-color: #A10E3E; }
span { border-color: rgb(161,14,62); }
td.TdClassName
{
border-color: #A10E3E;
}
.TagClassName
{
border-color: #A10E3E;
}
</style>