Shades of Jazzberry Jam #A1174D
Tints of Jazzberry Jam #A1174D
RGB
CMYK
RGB Variations
Color information
#A1174D (or 0xA1174D) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 4D. RGB value is (161,23,77). Sum of RGB (Red+Green+Blue) = 161+23+77=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1174D is #5EE8B2. Grayscale: #464646. Windows color (decimal): -6219955 or 5052321. OLE color: 5052321.
HSL color Cylindrical-coordinate representation of color #A1174D: hue angle of 336.52º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1174D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 77 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.37 |
| HSL | 336.52º | 0.75% | 0.36% | - |
| HSV(B) | 336.52º | 0.86% | 0.63% | - |
| XYZ | 16.34 | 8.73 | 7.84 | - |
| YUV | 70.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 77 | 0 | 0.86 | 0.52 | 0.37 | 336.52 | 0.75 | 0.36 |
| Hex | A1 | 17 | 4D | 0 | 56 | 34 | 25 | 151 | 4B | 24 |
| Octal | 241 | 27 | 115 | 0 | 126 | 64 | 45 | 521 | 113 | 44 |
| Binary | 10100001 | 10111 | 1001101 | 0 | 1010110 | 110100 | 100101 | 101010001 | 1001011 | 100100 |
Color Harmonies of #A1174D
Complementary color
Monochromatic Colors of #A1174D
Black with #A1174D
Text Example
Text Example
White with #A1174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1174D; }
p { color: rgb(161,23,77); }
H1.HeaderClassName
{
color: #A1174D;
}
.AnyTagClassName
{
color: #A1174D;
}
</style>
background-color css
<style>
a { background-color: #A1174D; }
a { background-color: rgb(161,23,77); }
div.DivClassName
{
background-color: #A1174D;
}
.BgClassName
{
background-color: #A1174D;
}
</style>
border-color css
<style>
span { border-color: #A1174D; }
span { border-color: rgb(161,23,77); }
td.TdClassName
{
border-color: #A1174D;
}
.TagClassName
{
border-color: #A1174D;
}
</style>