Shades of Jazzberry Jam #A9003D
Tints of Jazzberry Jam #A9003D
RGB
CMYK
RGB Variations
Color information
#A9003D (or 0xA9003D) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 3D. RGB value is (169,0,61). Sum of RGB (Red+Green+Blue) = 169+0+61=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A9003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9003D is #56FFC2. Grayscale: #393939. Windows color (decimal): -5701571 or 3997865. OLE color: 3997865.
HSL color Cylindrical-coordinate representation of color #A9003D: hue angle of 338.34º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9003D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.64 | 0.34 |
| HSL | 338.34º | 1% | 0.33% | - |
| HSV(B) | 338.34º | 1% | 0.66% | - |
| XYZ | 17.2 | 8.77 | 5.2 | - |
| YUV | 57.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 61 | 0 | 1 | 0.64 | 0.34 | 338.34 | 1 | 0.33 |
| Hex | A9 | 0 | 3D | 0 | 64 | 40 | 22 | 152 | 64 | 21 |
| Octal | 251 | 0 | 75 | 0 | 144 | 100 | 42 | 522 | 144 | 41 |
| Binary | 10101001 | 0 | 111101 | 0 | 1100100 | 1000000 | 100010 | 101010010 | 1100100 | 100001 |
Color Harmonies of #A9003D
Complementary color
Monochromatic Colors of #A9003D
Black with #A9003D
Text Example
Text Example
White with #A9003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9003D; }
p { color: rgb(169,0,61); }
H1.HeaderClassName
{
color: #A9003D;
}
.AnyTagClassName
{
color: #A9003D;
}
</style>
background-color css
<style>
a { background-color: #A9003D; }
a { background-color: rgb(169,0,61); }
div.DivClassName
{
background-color: #A9003D;
}
.BgClassName
{
background-color: #A9003D;
}
</style>
border-color css
<style>
span { border-color: #A9003D; }
span { border-color: rgb(169,0,61); }
td.TdClassName
{
border-color: #A9003D;
}
.TagClassName
{
border-color: #A9003D;
}
</style>