Shades of Jazzberry Jam #A3083F
Tints of Jazzberry Jam #A3083F
RGB
CMYK
RGB Variations
Color information
#A3083F (or 0xA3083F) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 3F. RGB value is (163,8,63). Sum of RGB (Red+Green+Blue) = 163+8+63=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A3083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3083F is #5CF7C0. Grayscale: #3C3C3C. Windows color (decimal): -6092737 or 4130979. OLE color: 4130979.
HSL color Cylindrical-coordinate representation of color #A3083F: hue angle of 338.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3083F is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.36 |
| HSL | 338.71º | 0.91% | 0.34% | - |
| HSV(B) | 338.71º | 0.95% | 0.64% | - |
| XYZ | 16.09 | 8.32 | 5.46 | - |
| YUV | 60.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 63 | 0 | 0.95 | 0.61 | 0.36 | 338.71 | 0.91 | 0.34 |
| Hex | A3 | 8 | 3F | 0 | 5F | 3D | 24 | 153 | 5B | 22 |
| Octal | 243 | 10 | 77 | 0 | 137 | 75 | 44 | 523 | 133 | 42 |
| Binary | 10100011 | 1000 | 111111 | 0 | 1011111 | 111101 | 100100 | 101010011 | 1011011 | 100010 |
Color Harmonies of #A3083F
Complementary color
Monochromatic Colors of #A3083F
Black with #A3083F
Text Example
Text Example
White with #A3083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3083F; }
p { color: rgb(163,8,63); }
H1.HeaderClassName
{
color: #A3083F;
}
.AnyTagClassName
{
color: #A3083F;
}
</style>
background-color css
<style>
a { background-color: #A3083F; }
a { background-color: rgb(163,8,63); }
div.DivClassName
{
background-color: #A3083F;
}
.BgClassName
{
background-color: #A3083F;
}
</style>
border-color css
<style>
span { border-color: #A3083F; }
span { border-color: rgb(163,8,63); }
td.TdClassName
{
border-color: #A3083F;
}
.TagClassName
{
border-color: #A3083F;
}
</style>