Shades of Jazzberry Jam #A50441
Tints of Jazzberry Jam #A50441
RGB
CMYK
RGB Variations
Color information
#A50441 (or 0xA50441) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 41. RGB value is (165,4,65). Sum of RGB (Red+Green+Blue) = 165+4+65=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A50441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50441 is #5AFBBE. Grayscale: #3B3B3B. Windows color (decimal): -5962687 or 4261029. OLE color: 4261029.
HSL color Cylindrical-coordinate representation of color #A50441: hue angle of 337.27º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50441 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.35 |
| HSL | 337.27º | 0.95% | 0.33% | - |
| HSV(B) | 337.27º | 0.98% | 0.65% | - |
| XYZ | 16.51 | 8.47 | 5.77 | - |
| YUV | 59.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 65 | 0 | 0.98 | 0.61 | 0.35 | 337.27 | 0.95 | 0.33 |
| Hex | A5 | 4 | 41 | 0 | 62 | 3D | 23 | 151 | 5F | 21 |
| Octal | 245 | 4 | 101 | 0 | 142 | 75 | 43 | 521 | 137 | 41 |
| Binary | 10100101 | 100 | 1000001 | 0 | 1100010 | 111101 | 100011 | 101010001 | 1011111 | 100001 |
Color Harmonies of #A50441
Complementary color
Monochromatic Colors of #A50441
Black with #A50441
Text Example
Text Example
White with #A50441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50441; }
p { color: rgb(165,4,65); }
H1.HeaderClassName
{
color: #A50441;
}
.AnyTagClassName
{
color: #A50441;
}
</style>
background-color css
<style>
a { background-color: #A50441; }
a { background-color: rgb(165,4,65); }
div.DivClassName
{
background-color: #A50441;
}
.BgClassName
{
background-color: #A50441;
}
</style>
border-color css
<style>
span { border-color: #A50441; }
span { border-color: rgb(165,4,65); }
td.TdClassName
{
border-color: #A50441;
}
.TagClassName
{
border-color: #A50441;
}
</style>