Shades of Jazzberry Jam #A1043D
Tints of Jazzberry Jam #A1043D
RGB
CMYK
RGB Variations
Color information
#A1043D (or 0xA1043D) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 3D. RGB value is (161,4,61). Sum of RGB (Red+Green+Blue) = 161+4+61=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1043D is #5EFBC2. Grayscale: #393939. Windows color (decimal): -6224835 or 3998881. OLE color: 3998881.
HSL color Cylindrical-coordinate representation of color #A1043D: hue angle of 338.22º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1043D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.37 |
| HSL | 338.22º | 0.95% | 0.32% | - |
| HSV(B) | 338.22º | 0.98% | 0.63% | - |
| XYZ | 15.58 | 8 | 5.14 | - |
| YUV | 57.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 61 | 0 | 0.98 | 0.62 | 0.37 | 338.22 | 0.95 | 0.32 |
| Hex | A1 | 4 | 3D | 0 | 62 | 3E | 25 | 152 | 5F | 20 |
| Octal | 241 | 4 | 75 | 0 | 142 | 76 | 45 | 522 | 137 | 40 |
| Binary | 10100001 | 100 | 111101 | 0 | 1100010 | 111110 | 100101 | 101010010 | 1011111 | 100000 |
Color Harmonies of #A1043D
Complementary color
Monochromatic Colors of #A1043D
Black with #A1043D
Text Example
Text Example
White with #A1043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1043D; }
p { color: rgb(161,4,61); }
H1.HeaderClassName
{
color: #A1043D;
}
.AnyTagClassName
{
color: #A1043D;
}
</style>
background-color css
<style>
a { background-color: #A1043D; }
a { background-color: rgb(161,4,61); }
div.DivClassName
{
background-color: #A1043D;
}
.BgClassName
{
background-color: #A1043D;
}
</style>
border-color css
<style>
span { border-color: #A1043D; }
span { border-color: rgb(161,4,61); }
td.TdClassName
{
border-color: #A1043D;
}
.TagClassName
{
border-color: #A1043D;
}
</style>