Shades of Jazzberry Jam #A50445
Tints of Jazzberry Jam #A50445
RGB
CMYK
RGB Variations
Color information
#A50445 (or 0xA50445) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 45. RGB value is (165,4,69). Sum of RGB (Red+Green+Blue) = 165+4+69=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50445 is #5AFBBA. Grayscale: #3B3B3B. Windows color (decimal): -5962683 or 4523173. OLE color: 4523173.
HSL color Cylindrical-coordinate representation of color #A50445: hue angle of 335.78º 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 #A50445 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.35 |
| HSL | 335.78º | 0.95% | 0.33% | - |
| HSV(B) | 335.78º | 0.98% | 0.65% | - |
| XYZ | 16.63 | 8.52 | 6.4 | - |
| YUV | 59.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 69 | 0 | 0.98 | 0.58 | 0.35 | 335.78 | 0.95 | 0.33 |
| Hex | A5 | 4 | 45 | 0 | 62 | 3A | 23 | 150 | 5F | 21 |
| Octal | 245 | 4 | 105 | 0 | 142 | 72 | 43 | 520 | 137 | 41 |
| Binary | 10100101 | 100 | 1000101 | 0 | 1100010 | 111010 | 100011 | 101010000 | 1011111 | 100001 |
Color Harmonies of #A50445
Complementary color
Monochromatic Colors of #A50445
Black with #A50445
Text Example
Text Example
White with #A50445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50445; }
p { color: rgb(165,4,69); }
H1.HeaderClassName
{
color: #A50445;
}
.AnyTagClassName
{
color: #A50445;
}
</style>
background-color css
<style>
a { background-color: #A50445; }
a { background-color: rgb(165,4,69); }
div.DivClassName
{
background-color: #A50445;
}
.BgClassName
{
background-color: #A50445;
}
</style>
border-color css
<style>
span { border-color: #A50445; }
span { border-color: rgb(165,4,69); }
td.TdClassName
{
border-color: #A50445;
}
.TagClassName
{
border-color: #A50445;
}
</style>