Shades of Jazzberry Jam #A50C40
Tints of Jazzberry Jam #A50C40
RGB
CMYK
RGB Variations
Color information
#A50C40 (or 0xA50C40) is known color: Jazzberry Jam. HEX triplet: A5, 0C and 40. RGB value is (165,12,64). Sum of RGB (Red+Green+Blue) = 165+12+64=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C40 is #5AF3BF. Grayscale: #3F3F3F. Windows color (decimal): -5960640 or 4197541. OLE color: 4197541.
HSL color Cylindrical-coordinate representation of color #A50C40: hue angle of 339.61º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C40 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 64 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.35 |
| HSL | 339.61º | 0.86% | 0.35% | - |
| HSV(B) | 339.61º | 0.93% | 0.65% | - |
| XYZ | 16.57 | 8.63 | 5.64 | - |
| YUV | 63.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 64 | 0 | 0.93 | 0.61 | 0.35 | 339.61 | 0.86 | 0.35 |
| Hex | A5 | C | 40 | 0 | 5D | 3D | 23 | 154 | 56 | 23 |
| Octal | 245 | 14 | 100 | 0 | 135 | 75 | 43 | 524 | 126 | 43 |
| Binary | 10100101 | 1100 | 1000000 | 0 | 1011101 | 111101 | 100011 | 101010100 | 1010110 | 100011 |
Color Harmonies of #A50C40
Complementary color
Monochromatic Colors of #A50C40
Black with #A50C40
Text Example
Text Example
White with #A50C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C40; }
p { color: rgb(165,12,64); }
H1.HeaderClassName
{
color: #A50C40;
}
.AnyTagClassName
{
color: #A50C40;
}
</style>
background-color css
<style>
a { background-color: #A50C40; }
a { background-color: rgb(165,12,64); }
div.DivClassName
{
background-color: #A50C40;
}
.BgClassName
{
background-color: #A50C40;
}
</style>
border-color css
<style>
span { border-color: #A50C40; }
span { border-color: rgb(165,12,64); }
td.TdClassName
{
border-color: #A50C40;
}
.TagClassName
{
border-color: #A50C40;
}
</style>