Shades of Jazzberry Jam #A80F47
Tints of Jazzberry Jam #A80F47
RGB
CMYK
RGB Variations
Color information
#A80F47 (or 0xA80F47) is known color: Jazzberry Jam. HEX triplet: A8, 0F and 47. RGB value is (168,15,71). Sum of RGB (Red+Green+Blue) = 168+15+71=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F47 is #57F0B8. Grayscale: #434343. Windows color (decimal): -5763257 or 4657064. OLE color: 4657064.
HSL color Cylindrical-coordinate representation of color #A80F47: hue angle of 338.04º 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 #A80F47 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 71 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.34 |
| HSL | 338.04º | 0.84% | 0.36% | - |
| HSV(B) | 338.04º | 0.91% | 0.66% | - |
| XYZ | 17.46 | 9.12 | 6.8 | - |
| YUV | 67.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 71 | 0 | 0.91 | 0.58 | 0.34 | 338.04 | 0.84 | 0.36 |
| Hex | A8 | F | 47 | 0 | 5B | 3A | 22 | 152 | 54 | 24 |
| Octal | 250 | 17 | 107 | 0 | 133 | 72 | 42 | 522 | 124 | 44 |
| Binary | 10101000 | 1111 | 1000111 | 0 | 1011011 | 111010 | 100010 | 101010010 | 1010100 | 100100 |
Color Harmonies of #A80F47
Complementary color
Monochromatic Colors of #A80F47
Black with #A80F47
Text Example
Text Example
White with #A80F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F47; }
p { color: rgb(168,15,71); }
H1.HeaderClassName
{
color: #A80F47;
}
.AnyTagClassName
{
color: #A80F47;
}
</style>
background-color css
<style>
a { background-color: #A80F47; }
a { background-color: rgb(168,15,71); }
div.DivClassName
{
background-color: #A80F47;
}
.BgClassName
{
background-color: #A80F47;
}
</style>
border-color css
<style>
span { border-color: #A80F47; }
span { border-color: rgb(168,15,71); }
td.TdClassName
{
border-color: #A80F47;
}
.TagClassName
{
border-color: #A80F47;
}
</style>