Shades of Jazzberry Jam #A8184D
Tints of Jazzberry Jam #A8184D
RGB
CMYK
RGB Variations
Color information
#A8184D (or 0xA8184D) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 4D. RGB value is (168,24,77). Sum of RGB (Red+Green+Blue) = 168+24+77=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8184D is #57E7B2. Grayscale: #494949. Windows color (decimal): -5760947 or 5052584. OLE color: 5052584.
HSL color Cylindrical-coordinate representation of color #A8184D: hue angle of 337.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8184D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 77 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.34 |
| HSL | 337.92º | 0.75% | 0.38% | - |
| HSV(B) | 337.92º | 0.86% | 0.66% | - |
| XYZ | 17.81 | 9.51 | 7.92 | - |
| YUV | 73.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 77 | 0 | 0.86 | 0.54 | 0.34 | 337.92 | 0.75 | 0.38 |
| Hex | A8 | 18 | 4D | 0 | 56 | 36 | 22 | 152 | 4B | 26 |
| Octal | 250 | 30 | 115 | 0 | 126 | 66 | 42 | 522 | 113 | 46 |
| Binary | 10101000 | 11000 | 1001101 | 0 | 1010110 | 110110 | 100010 | 101010010 | 1001011 | 100110 |
Color Harmonies of #A8184D
Complementary color
Monochromatic Colors of #A8184D
Black with #A8184D
Text Example
Text Example
White with #A8184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8184D; }
p { color: rgb(168,24,77); }
H1.HeaderClassName
{
color: #A8184D;
}
.AnyTagClassName
{
color: #A8184D;
}
</style>
background-color css
<style>
a { background-color: #A8184D; }
a { background-color: rgb(168,24,77); }
div.DivClassName
{
background-color: #A8184D;
}
.BgClassName
{
background-color: #A8184D;
}
</style>
border-color css
<style>
span { border-color: #A8184D; }
span { border-color: rgb(168,24,77); }
td.TdClassName
{
border-color: #A8184D;
}
.TagClassName
{
border-color: #A8184D;
}
</style>