Shades of Jazzberry Jam #A5033D
Tints of Jazzberry Jam #A5033D
RGB
CMYK
RGB Variations
Color information
#A5033D (or 0xA5033D) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 3D. RGB value is (165,3,61). Sum of RGB (Red+Green+Blue) = 165+3+61=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A5033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5033D is #5AFCC2. Grayscale: #393939. Windows color (decimal): -5962947 or 3998629. OLE color: 3998629.
HSL color Cylindrical-coordinate representation of color #A5033D: hue angle of 338.52º degrees, saturation: 0.96, 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 #A5033D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.35 |
| HSL | 338.52º | 0.96% | 0.33% | - |
| HSV(B) | 338.52º | 0.98% | 0.65% | - |
| XYZ | 16.39 | 8.4 | 5.17 | - |
| YUV | 58.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 61 | 0 | 0.98 | 0.63 | 0.35 | 338.52 | 0.96 | 0.33 |
| Hex | A5 | 3 | 3D | 0 | 62 | 3F | 23 | 153 | 60 | 21 |
| Octal | 245 | 3 | 75 | 0 | 142 | 77 | 43 | 523 | 140 | 41 |
| Binary | 10100101 | 11 | 111101 | 0 | 1100010 | 111111 | 100011 | 101010011 | 1100000 | 100001 |
Color Harmonies of #A5033D
Complementary color
Monochromatic Colors of #A5033D
Black with #A5033D
Text Example
Text Example
White with #A5033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5033D; }
p { color: rgb(165,3,61); }
H1.HeaderClassName
{
color: #A5033D;
}
.AnyTagClassName
{
color: #A5033D;
}
</style>
background-color css
<style>
a { background-color: #A5033D; }
a { background-color: rgb(165,3,61); }
div.DivClassName
{
background-color: #A5033D;
}
.BgClassName
{
background-color: #A5033D;
}
</style>
border-color css
<style>
span { border-color: #A5033D; }
span { border-color: rgb(165,3,61); }
td.TdClassName
{
border-color: #A5033D;
}
.TagClassName
{
border-color: #A5033D;
}
</style>