Shades of Jazzberry Jam #A9013D
Tints of Jazzberry Jam #A9013D
RGB
CMYK
RGB Variations
Color information
#A9013D (or 0xA9013D) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 3D. RGB value is (169,1,61). Sum of RGB (Red+Green+Blue) = 169+1+61=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9013D is #56FEC2. Grayscale: #3A3A3A. Windows color (decimal): -5701315 or 3998121. OLE color: 3998121.
HSL color Cylindrical-coordinate representation of color #A9013D: hue angle of 338.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9013D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.34 |
| HSL | 338.57º | 0.99% | 0.33% | - |
| HSV(B) | 338.57º | 0.99% | 0.66% | - |
| XYZ | 17.22 | 8.79 | 5.2 | - |
| YUV | 58.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 61 | 0 | 0.99 | 0.64 | 0.34 | 338.57 | 0.99 | 0.33 |
| Hex | A9 | 1 | 3D | 0 | 63 | 40 | 22 | 153 | 63 | 21 |
| Octal | 251 | 1 | 75 | 0 | 143 | 100 | 42 | 523 | 143 | 41 |
| Binary | 10101001 | 1 | 111101 | 0 | 1100011 | 1000000 | 100010 | 101010011 | 1100011 | 100001 |
Color Harmonies of #A9013D
Complementary color
Monochromatic Colors of #A9013D
Black with #A9013D
Text Example
Text Example
White with #A9013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9013D; }
p { color: rgb(169,1,61); }
H1.HeaderClassName
{
color: #A9013D;
}
.AnyTagClassName
{
color: #A9013D;
}
</style>
background-color css
<style>
a { background-color: #A9013D; }
a { background-color: rgb(169,1,61); }
div.DivClassName
{
background-color: #A9013D;
}
.BgClassName
{
background-color: #A9013D;
}
</style>
border-color css
<style>
span { border-color: #A9013D; }
span { border-color: rgb(169,1,61); }
td.TdClassName
{
border-color: #A9013D;
}
.TagClassName
{
border-color: #A9013D;
}
</style>