Shades of Jazzberry Jam #A3144C
Tints of Jazzberry Jam #A3144C
RGB
CMYK
RGB Variations
Color information
#A3144C (or 0xA3144C) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 4C. RGB value is (163,20,76). Sum of RGB (Red+Green+Blue) = 163+20+76=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3144C is #5CEBB3. Grayscale: #454545. Windows color (decimal): -6089652 or 4986019. OLE color: 4986019.
HSL color Cylindrical-coordinate representation of color #A3144C: hue angle of 336.5º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3144C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 76 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.36 |
| HSL | 336.5º | 0.78% | 0.36% | - |
| HSV(B) | 336.5º | 0.88% | 0.64% | - |
| XYZ | 16.66 | 8.81 | 7.66 | - |
| YUV | 69.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 76 | 0 | 0.88 | 0.53 | 0.36 | 336.5 | 0.78 | 0.36 |
| Hex | A3 | 14 | 4C | 0 | 58 | 35 | 24 | 151 | 4E | 24 |
| Octal | 243 | 24 | 114 | 0 | 130 | 65 | 44 | 521 | 116 | 44 |
| Binary | 10100011 | 10100 | 1001100 | 0 | 1011000 | 110101 | 100100 | 101010001 | 1001110 | 100100 |
Color Harmonies of #A3144C
Complementary color
Monochromatic Colors of #A3144C
Black with #A3144C
Text Example
Text Example
White with #A3144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3144C; }
p { color: rgb(163,20,76); }
H1.HeaderClassName
{
color: #A3144C;
}
.AnyTagClassName
{
color: #A3144C;
}
</style>
background-color css
<style>
a { background-color: #A3144C; }
a { background-color: rgb(163,20,76); }
div.DivClassName
{
background-color: #A3144C;
}
.BgClassName
{
background-color: #A3144C;
}
</style>
border-color css
<style>
span { border-color: #A3144C; }
span { border-color: rgb(163,20,76); }
td.TdClassName
{
border-color: #A3144C;
}
.TagClassName
{
border-color: #A3144C;
}
</style>