Shades of Jazzberry Jam #A8063D
Tints of Jazzberry Jam #A8063D
RGB
CMYK
RGB Variations
Color information
#A8063D (or 0xA8063D) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 3D. RGB value is (168,6,61). Sum of RGB (Red+Green+Blue) = 168+6+61=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8063D is #57F9C2. Grayscale: #3C3C3C. Windows color (decimal): -5765571 or 3999400. OLE color: 3999400.
HSL color Cylindrical-coordinate representation of color #A8063D: hue angle of 339.63º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8063D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.34 |
| HSL | 339.63º | 0.93% | 0.34% | - |
| HSV(B) | 339.63º | 0.96% | 0.66% | - |
| XYZ | 17.06 | 8.79 | 5.21 | - |
| YUV | 60.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 61 | 0 | 0.96 | 0.64 | 0.34 | 339.63 | 0.93 | 0.34 |
| Hex | A8 | 6 | 3D | 0 | 60 | 40 | 22 | 154 | 5D | 22 |
| Octal | 250 | 6 | 75 | 0 | 140 | 100 | 42 | 524 | 135 | 42 |
| Binary | 10101000 | 110 | 111101 | 0 | 1100000 | 1000000 | 100010 | 101010100 | 1011101 | 100010 |
Color Harmonies of #A8063D
Complementary color
Monochromatic Colors of #A8063D
Black with #A8063D
Text Example
Text Example
White with #A8063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8063D; }
p { color: rgb(168,6,61); }
H1.HeaderClassName
{
color: #A8063D;
}
.AnyTagClassName
{
color: #A8063D;
}
</style>
background-color css
<style>
a { background-color: #A8063D; }
a { background-color: rgb(168,6,61); }
div.DivClassName
{
background-color: #A8063D;
}
.BgClassName
{
background-color: #A8063D;
}
</style>
border-color css
<style>
span { border-color: #A8063D; }
span { border-color: rgb(168,6,61); }
td.TdClassName
{
border-color: #A8063D;
}
.TagClassName
{
border-color: #A8063D;
}
</style>