Shades of Jazzberry Jam #A10D3D
Tints of Jazzberry Jam #A10D3D
RGB
CMYK
RGB Variations
Color information
#A10D3D (or 0xA10D3D) is known color: Jazzberry Jam. HEX triplet: A1, 0D and 3D. RGB value is (161,13,61). Sum of RGB (Red+Green+Blue) = 161+13+61=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10D3D is #5EF2C2. Grayscale: #3E3E3E. Windows color (decimal): -6222531 or 4001185. OLE color: 4001185.
HSL color Cylindrical-coordinate representation of color #A10D3D: hue angle of 340.54º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10D3D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 13 | 61 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.37 |
| HSL | 340.54º | 0.85% | 0.34% | - |
| HSV(B) | 340.54º | 0.92% | 0.63% | - |
| XYZ | 15.68 | 8.2 | 5.17 | - |
| YUV | 62.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 61 | 0 | 0.92 | 0.62 | 0.37 | 340.54 | 0.85 | 0.34 |
| Hex | A1 | D | 3D | 0 | 5C | 3E | 25 | 155 | 55 | 22 |
| Octal | 241 | 15 | 75 | 0 | 134 | 76 | 45 | 525 | 125 | 42 |
| Binary | 10100001 | 1101 | 111101 | 0 | 1011100 | 111110 | 100101 | 101010101 | 1010101 | 100010 |
Color Harmonies of #A10D3D
Complementary color
Monochromatic Colors of #A10D3D
Black with #A10D3D
Text Example
Text Example
White with #A10D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10D3D; }
p { color: rgb(161,13,61); }
H1.HeaderClassName
{
color: #A10D3D;
}
.AnyTagClassName
{
color: #A10D3D;
}
</style>
background-color css
<style>
a { background-color: #A10D3D; }
a { background-color: rgb(161,13,61); }
div.DivClassName
{
background-color: #A10D3D;
}
.BgClassName
{
background-color: #A10D3D;
}
</style>
border-color css
<style>
span { border-color: #A10D3D; }
span { border-color: rgb(161,13,61); }
td.TdClassName
{
border-color: #A10D3D;
}
.TagClassName
{
border-color: #A10D3D;
}
</style>