Shades of Jazzberry Jam #A10A3E
Tints of Jazzberry Jam #A10A3E
RGB
CMYK
RGB Variations
Color information
#A10A3E (or 0xA10A3E) is known color: Jazzberry Jam. HEX triplet: A1, 0A and 3E. RGB value is (161,10,62). Sum of RGB (Red+Green+Blue) = 161+10+62=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A3E is #5EF5C1. Grayscale: #3D3D3D. Windows color (decimal): -6223298 or 4065953. OLE color: 4065953.
HSL color Cylindrical-coordinate representation of color #A10A3E: hue angle of 339.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A3E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 62 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.37 |
| HSL | 339.34º | 0.88% | 0.34% | - |
| HSV(B) | 339.34º | 0.94% | 0.63% | - |
| XYZ | 15.68 | 8.14 | 5.3 | - |
| YUV | 61.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 62 | 0 | 0.94 | 0.61 | 0.37 | 339.34 | 0.88 | 0.34 |
| Hex | A1 | A | 3E | 0 | 5E | 3D | 25 | 153 | 58 | 22 |
| Octal | 241 | 12 | 76 | 0 | 136 | 75 | 45 | 523 | 130 | 42 |
| Binary | 10100001 | 1010 | 111110 | 0 | 1011110 | 111101 | 100101 | 101010011 | 1011000 | 100010 |
Color Harmonies of #A10A3E
Complementary color
Monochromatic Colors of #A10A3E
Black with #A10A3E
Text Example
Text Example
White with #A10A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A3E; }
p { color: rgb(161,10,62); }
H1.HeaderClassName
{
color: #A10A3E;
}
.AnyTagClassName
{
color: #A10A3E;
}
</style>
background-color css
<style>
a { background-color: #A10A3E; }
a { background-color: rgb(161,10,62); }
div.DivClassName
{
background-color: #A10A3E;
}
.BgClassName
{
background-color: #A10A3E;
}
</style>
border-color css
<style>
span { border-color: #A10A3E; }
span { border-color: rgb(161,10,62); }
td.TdClassName
{
border-color: #A10A3E;
}
.TagClassName
{
border-color: #A10A3E;
}
</style>