Shades of Jazzberry Jam #A5093F
Tints of Jazzberry Jam #A5093F
RGB
CMYK
RGB Variations
Color information
#A5093F (or 0xA5093F) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 3F. RGB value is (165,9,63). Sum of RGB (Red+Green+Blue) = 165+9+63=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A5093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5093F is #5AF6C0. Grayscale: #3D3D3D. Windows color (decimal): -5961409 or 4131237. OLE color: 4131237.
HSL color Cylindrical-coordinate representation of color #A5093F: hue angle of 339.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5093F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 63 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.35 |
| HSL | 339.23º | 0.9% | 0.34% | - |
| HSV(B) | 339.23º | 0.95% | 0.65% | - |
| XYZ | 16.51 | 8.55 | 5.48 | - |
| YUV | 61.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 63 | 0 | 0.95 | 0.62 | 0.35 | 339.23 | 0.9 | 0.34 |
| Hex | A5 | 9 | 3F | 0 | 5F | 3E | 23 | 153 | 5A | 22 |
| Octal | 245 | 11 | 77 | 0 | 137 | 76 | 43 | 523 | 132 | 42 |
| Binary | 10100101 | 1001 | 111111 | 0 | 1011111 | 111110 | 100011 | 101010011 | 1011010 | 100010 |
Color Harmonies of #A5093F
Complementary color
Monochromatic Colors of #A5093F
Black with #A5093F
Text Example
Text Example
White with #A5093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5093F; }
p { color: rgb(165,9,63); }
H1.HeaderClassName
{
color: #A5093F;
}
.AnyTagClassName
{
color: #A5093F;
}
</style>
background-color css
<style>
a { background-color: #A5093F; }
a { background-color: rgb(165,9,63); }
div.DivClassName
{
background-color: #A5093F;
}
.BgClassName
{
background-color: #A5093F;
}
</style>
border-color css
<style>
span { border-color: #A5093F; }
span { border-color: rgb(165,9,63); }
td.TdClassName
{
border-color: #A5093F;
}
.TagClassName
{
border-color: #A5093F;
}
</style>