Shades of Jazzberry Jam #A1013D
Tints of Jazzberry Jam #A1013D
RGB
CMYK
RGB Variations
Color information
#A1013D (or 0xA1013D) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 3D. RGB value is (161,1,61). Sum of RGB (Red+Green+Blue) = 161+1+61=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1013D is #5EFEC2. Grayscale: #373737. Windows color (decimal): -6225603 or 3998113. OLE color: 3998113.
HSL color Cylindrical-coordinate representation of color #A1013D: hue angle of 337.5º 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 #A1013D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.37 |
| HSL | 337.5º | 0.99% | 0.32% | - |
| HSV(B) | 337.5º | 0.99% | 0.63% | - |
| XYZ | 15.55 | 7.94 | 5.13 | - |
| YUV | 55.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 61 | 0 | 0.99 | 0.62 | 0.37 | 337.5 | 0.99 | 0.32 |
| Hex | A1 | 1 | 3D | 0 | 63 | 3E | 25 | 152 | 63 | 20 |
| Octal | 241 | 1 | 75 | 0 | 143 | 76 | 45 | 522 | 143 | 40 |
| Binary | 10100001 | 1 | 111101 | 0 | 1100011 | 111110 | 100101 | 101010010 | 1100011 | 100000 |
Color Harmonies of #A1013D
Complementary color
Monochromatic Colors of #A1013D
Black with #A1013D
Text Example
Text Example
White with #A1013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1013D; }
p { color: rgb(161,1,61); }
H1.HeaderClassName
{
color: #A1013D;
}
.AnyTagClassName
{
color: #A1013D;
}
</style>
background-color css
<style>
a { background-color: #A1013D; }
a { background-color: rgb(161,1,61); }
div.DivClassName
{
background-color: #A1013D;
}
.BgClassName
{
background-color: #A1013D;
}
</style>
border-color css
<style>
span { border-color: #A1013D; }
span { border-color: rgb(161,1,61); }
td.TdClassName
{
border-color: #A1013D;
}
.TagClassName
{
border-color: #A1013D;
}
</style>