Shades of Jazzberry Jam #A80F49
Tints of Jazzberry Jam #A80F49
RGB
CMYK
RGB Variations
Color information
#A80F49 (or 0xA80F49) is known color: Jazzberry Jam. HEX triplet: A8, 0F and 49. RGB value is (168,15,73). Sum of RGB (Red+Green+Blue) = 168+15+73=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F49 is #57F0B6. Grayscale: #434343. Windows color (decimal): -5763255 or 4788136. OLE color: 4788136.
HSL color Cylindrical-coordinate representation of color #A80F49: hue angle of 337.25º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F49 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 73 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.34 |
| HSL | 337.25º | 0.84% | 0.36% | - |
| HSV(B) | 337.25º | 0.91% | 0.66% | - |
| XYZ | 17.52 | 9.15 | 7.15 | - |
| YUV | 67.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 73 | 0 | 0.91 | 0.57 | 0.34 | 337.25 | 0.84 | 0.36 |
| Hex | A8 | F | 49 | 0 | 5B | 39 | 22 | 151 | 54 | 24 |
| Octal | 250 | 17 | 111 | 0 | 133 | 71 | 42 | 521 | 124 | 44 |
| Binary | 10101000 | 1111 | 1001001 | 0 | 1011011 | 111001 | 100010 | 101010001 | 1010100 | 100100 |
Color Harmonies of #A80F49
Complementary color
Monochromatic Colors of #A80F49
Black with #A80F49
Text Example
Text Example
White with #A80F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F49; }
p { color: rgb(168,15,73); }
H1.HeaderClassName
{
color: #A80F49;
}
.AnyTagClassName
{
color: #A80F49;
}
</style>
background-color css
<style>
a { background-color: #A80F49; }
a { background-color: rgb(168,15,73); }
div.DivClassName
{
background-color: #A80F49;
}
.BgClassName
{
background-color: #A80F49;
}
</style>
border-color css
<style>
span { border-color: #A80F49; }
span { border-color: rgb(168,15,73); }
td.TdClassName
{
border-color: #A80F49;
}
.TagClassName
{
border-color: #A80F49;
}
</style>