Shades of Jazzberry Jam #A80F41
Tints of Jazzberry Jam #A80F41
RGB
CMYK
RGB Variations
Color information
#A80F41 (or 0xA80F41) is known color: Jazzberry Jam. HEX triplet: A8, 0F and 41. RGB value is (168,15,65). Sum of RGB (Red+Green+Blue) = 168+15+65=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F41 is #57F0BE. Grayscale: #424242. Windows color (decimal): -5763263 or 4263848. OLE color: 4263848.
HSL color Cylindrical-coordinate representation of color #A80F41: hue angle of 340.39º 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 #A80F41 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 65 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.34 |
| HSL | 340.39º | 0.84% | 0.36% | - |
| HSV(B) | 340.39º | 0.91% | 0.66% | - |
| XYZ | 17.27 | 9.05 | 5.84 | - |
| YUV | 66.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 65 | 0 | 0.91 | 0.61 | 0.34 | 340.39 | 0.84 | 0.36 |
| Hex | A8 | F | 41 | 0 | 5B | 3D | 22 | 154 | 54 | 24 |
| Octal | 250 | 17 | 101 | 0 | 133 | 75 | 42 | 524 | 124 | 44 |
| Binary | 10101000 | 1111 | 1000001 | 0 | 1011011 | 111101 | 100010 | 101010100 | 1010100 | 100100 |
Color Harmonies of #A80F41
Complementary color
Monochromatic Colors of #A80F41
Black with #A80F41
Text Example
Text Example
White with #A80F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F41; }
p { color: rgb(168,15,65); }
H1.HeaderClassName
{
color: #A80F41;
}
.AnyTagClassName
{
color: #A80F41;
}
</style>
background-color css
<style>
a { background-color: #A80F41; }
a { background-color: rgb(168,15,65); }
div.DivClassName
{
background-color: #A80F41;
}
.BgClassName
{
background-color: #A80F41;
}
</style>
border-color css
<style>
span { border-color: #A80F41; }
span { border-color: rgb(168,15,65); }
td.TdClassName
{
border-color: #A80F41;
}
.TagClassName
{
border-color: #A80F41;
}
</style>