Shades of Jazzberry Jam #A5083B
Tints of Jazzberry Jam #A5083B
RGB
CMYK
RGB Variations
Color information
#A5083B (or 0xA5083B) is known color: Jazzberry Jam. HEX triplet: A5, 08 and 3B. RGB value is (165,8,59). Sum of RGB (Red+Green+Blue) = 165+8+59=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5083B is #5AF7C4. Grayscale: #3C3C3C. Windows color (decimal): -5961669 or 3868837. OLE color: 3868837.
HSL color Cylindrical-coordinate representation of color #A5083B: hue angle of 340.51º degrees, saturation: 0.91, 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 #A5083B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 59 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.35 |
| HSL | 340.51º | 0.91% | 0.34% | - |
| HSV(B) | 340.51º | 0.95% | 0.65% | - |
| XYZ | 16.39 | 8.49 | 4.91 | - |
| YUV | 60.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 59 | 0 | 0.95 | 0.64 | 0.35 | 340.51 | 0.91 | 0.34 |
| Hex | A5 | 8 | 3B | 0 | 5F | 40 | 23 | 155 | 5B | 22 |
| Octal | 245 | 10 | 73 | 0 | 137 | 100 | 43 | 525 | 133 | 42 |
| Binary | 10100101 | 1000 | 111011 | 0 | 1011111 | 1000000 | 100011 | 101010101 | 1011011 | 100010 |
Color Harmonies of #A5083B
Complementary color
Monochromatic Colors of #A5083B
Black with #A5083B
Text Example
Text Example
White with #A5083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5083B; }
p { color: rgb(165,8,59); }
H1.HeaderClassName
{
color: #A5083B;
}
.AnyTagClassName
{
color: #A5083B;
}
</style>
background-color css
<style>
a { background-color: #A5083B; }
a { background-color: rgb(165,8,59); }
div.DivClassName
{
background-color: #A5083B;
}
.BgClassName
{
background-color: #A5083B;
}
</style>
border-color css
<style>
span { border-color: #A5083B; }
span { border-color: rgb(165,8,59); }
td.TdClassName
{
border-color: #A5083B;
}
.TagClassName
{
border-color: #A5083B;
}
</style>