Shades of Jazzberry Jam #A1033D
Tints of Jazzberry Jam #A1033D
RGB
CMYK
RGB Variations
Color information
#A1033D (or 0xA1033D) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 3D. RGB value is (161,3,61). Sum of RGB (Red+Green+Blue) = 161+3+61=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1033D is #5EFCC2. Grayscale: #383838. Windows color (decimal): -6225091 or 3998625. OLE color: 3998625.
HSL color Cylindrical-coordinate representation of color #A1033D: hue angle of 337.97º degrees, saturation: 0.96, 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 #A1033D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.37 |
| HSL | 337.97º | 0.96% | 0.32% | - |
| HSV(B) | 337.97º | 0.98% | 0.63% | - |
| XYZ | 15.57 | 7.98 | 5.13 | - |
| YUV | 56.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 61 | 0 | 0.98 | 0.62 | 0.37 | 337.97 | 0.96 | 0.32 |
| Hex | A1 | 3 | 3D | 0 | 62 | 3E | 25 | 152 | 60 | 20 |
| Octal | 241 | 3 | 75 | 0 | 142 | 76 | 45 | 522 | 140 | 40 |
| Binary | 10100001 | 11 | 111101 | 0 | 1100010 | 111110 | 100101 | 101010010 | 1100000 | 100000 |
Color Harmonies of #A1033D
Complementary color
Monochromatic Colors of #A1033D
Black with #A1033D
Text Example
Text Example
White with #A1033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1033D; }
p { color: rgb(161,3,61); }
H1.HeaderClassName
{
color: #A1033D;
}
.AnyTagClassName
{
color: #A1033D;
}
</style>
background-color css
<style>
a { background-color: #A1033D; }
a { background-color: rgb(161,3,61); }
div.DivClassName
{
background-color: #A1033D;
}
.BgClassName
{
background-color: #A1033D;
}
</style>
border-color css
<style>
span { border-color: #A1033D; }
span { border-color: rgb(161,3,61); }
td.TdClassName
{
border-color: #A1033D;
}
.TagClassName
{
border-color: #A1033D;
}
</style>