Shades of Jazzberry Jam #A3013D
Tints of Jazzberry Jam #A3013D
RGB
CMYK
RGB Variations
Color information
#A3013D (or 0xA3013D) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 3D. RGB value is (163,1,61). Sum of RGB (Red+Green+Blue) = 163+1+61=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013D is #5CFEC2. Grayscale: #383838. Windows color (decimal): -6094531 or 3998115. OLE color: 3998115.
HSL color Cylindrical-coordinate representation of color #A3013D: hue angle of 337.78º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3013D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.36 |
| HSL | 337.78º | 0.99% | 0.32% | - |
| HSV(B) | 337.78º | 0.99% | 0.64% | - |
| XYZ | 15.96 | 8.15 | 5.15 | - |
| YUV | 56.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 61 | 0 | 0.99 | 0.63 | 0.36 | 337.78 | 0.99 | 0.32 |
| Hex | A3 | 1 | 3D | 0 | 63 | 3F | 24 | 152 | 63 | 20 |
| Octal | 243 | 1 | 75 | 0 | 143 | 77 | 44 | 522 | 143 | 40 |
| Binary | 10100011 | 1 | 111101 | 0 | 1100011 | 111111 | 100100 | 101010010 | 1100011 | 100000 |
Color Harmonies of #A3013D
Complementary color
Monochromatic Colors of #A3013D
Black with #A3013D
Text Example
Text Example
White with #A3013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3013D; }
p { color: rgb(163,1,61); }
H1.HeaderClassName
{
color: #A3013D;
}
.AnyTagClassName
{
color: #A3013D;
}
</style>
background-color css
<style>
a { background-color: #A3013D; }
a { background-color: rgb(163,1,61); }
div.DivClassName
{
background-color: #A3013D;
}
.BgClassName
{
background-color: #A3013D;
}
</style>
border-color css
<style>
span { border-color: #A3013D; }
span { border-color: rgb(163,1,61); }
td.TdClassName
{
border-color: #A3013D;
}
.TagClassName
{
border-color: #A3013D;
}
</style>