Shades of Jazzberry Jam #A81343
Tints of Jazzberry Jam #A81343
RGB
CMYK
RGB Variations
Color information
#A81343 (or 0xA81343) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 43. RGB value is (168,19,67). Sum of RGB (Red+Green+Blue) = 168+19+67=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81343 is #57ECBC. Grayscale: #444444. Windows color (decimal): -5762237 or 4395944. OLE color: 4395944.
HSL color Cylindrical-coordinate representation of color #A81343: hue angle of 340.67º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81343 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 67 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.34 |
| HSL | 340.67º | 0.8% | 0.37% | - |
| HSV(B) | 340.67º | 0.89% | 0.66% | - |
| XYZ | 17.39 | 9.2 | 6.17 | - |
| YUV | 69.02 | 126.86 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 67 | 0 | 0.89 | 0.60 | 0.34 | 340.67 | 0.8 | 0.37 |
| Hex | A8 | 13 | 43 | 0 | 59 | 3C | 22 | 155 | 50 | 25 |
| Octal | 250 | 23 | 103 | 0 | 131 | 74 | 42 | 525 | 120 | 45 |
| Binary | 10101000 | 10011 | 1000011 | 0 | 1011001 | 111100 | 100010 | 101010101 | 1010000 | 100101 |
Color Harmonies of #A81343
Complementary color
Monochromatic Colors of #A81343
Black with #A81343
Text Example
Text Example
White with #A81343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81343; }
p { color: rgb(168,19,67); }
H1.HeaderClassName
{
color: #A81343;
}
.AnyTagClassName
{
color: #A81343;
}
</style>
background-color css
<style>
a { background-color: #A81343; }
a { background-color: rgb(168,19,67); }
div.DivClassName
{
background-color: #A81343;
}
.BgClassName
{
background-color: #A81343;
}
</style>
border-color css
<style>
span { border-color: #A81343; }
span { border-color: rgb(168,19,67); }
td.TdClassName
{
border-color: #A81343;
}
.TagClassName
{
border-color: #A81343;
}
</style>