Shades of Jazzberry Jam #A50F44
Tints of Jazzberry Jam #A50F44
RGB
CMYK
RGB Variations
Color information
#A50F44 (or 0xA50F44) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 44. RGB value is (165,15,68). Sum of RGB (Red+Green+Blue) = 165+15+68=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F44 is #5AF0BB. Grayscale: #414141. Windows color (decimal): -5959868 or 4460453. OLE color: 4460453.
HSL color Cylindrical-coordinate representation of color #A50F44: hue angle of 338.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F44 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 68 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.35 |
| HSL | 338.8º | 0.83% | 0.35% | - |
| HSV(B) | 338.8º | 0.91% | 0.65% | - |
| XYZ | 16.73 | 8.76 | 6.28 | - |
| YUV | 65.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 68 | 0 | 0.91 | 0.59 | 0.35 | 338.8 | 0.83 | 0.35 |
| Hex | A5 | F | 44 | 0 | 5B | 3B | 23 | 153 | 53 | 23 |
| Octal | 245 | 17 | 104 | 0 | 133 | 73 | 43 | 523 | 123 | 43 |
| Binary | 10100101 | 1111 | 1000100 | 0 | 1011011 | 111011 | 100011 | 101010011 | 1010011 | 100011 |
Color Harmonies of #A50F44
Complementary color
Monochromatic Colors of #A50F44
Black with #A50F44
Text Example
Text Example
White with #A50F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F44; }
p { color: rgb(165,15,68); }
H1.HeaderClassName
{
color: #A50F44;
}
.AnyTagClassName
{
color: #A50F44;
}
</style>
background-color css
<style>
a { background-color: #A50F44; }
a { background-color: rgb(165,15,68); }
div.DivClassName
{
background-color: #A50F44;
}
.BgClassName
{
background-color: #A50F44;
}
</style>
border-color css
<style>
span { border-color: #A50F44; }
span { border-color: rgb(165,15,68); }
td.TdClassName
{
border-color: #A50F44;
}
.TagClassName
{
border-color: #A50F44;
}
</style>