Shades of Jazzberry Jam #A3083E
Tints of Jazzberry Jam #A3083E
RGB
CMYK
RGB Variations
Color information
#A3083E (or 0xA3083E) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 3E. RGB value is (163,8,62). Sum of RGB (Red+Green+Blue) = 163+8+62=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3083E is #5CF7C1. Grayscale: #3C3C3C. Windows color (decimal): -6092738 or 4065443. OLE color: 4065443.
HSL color Cylindrical-coordinate representation of color #A3083E: hue angle of 339.1º 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 #A3083E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 62 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.36 |
| HSL | 339.1º | 0.91% | 0.34% | - |
| HSV(B) | 339.1º | 0.95% | 0.64% | - |
| XYZ | 16.06 | 8.31 | 5.31 | - |
| YUV | 60.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 62 | 0 | 0.95 | 0.62 | 0.36 | 339.1 | 0.91 | 0.34 |
| Hex | A3 | 8 | 3E | 0 | 5F | 3E | 24 | 153 | 5B | 22 |
| Octal | 243 | 10 | 76 | 0 | 137 | 76 | 44 | 523 | 133 | 42 |
| Binary | 10100011 | 1000 | 111110 | 0 | 1011111 | 111110 | 100100 | 101010011 | 1011011 | 100010 |
Color Harmonies of #A3083E
Complementary color
Monochromatic Colors of #A3083E
Black with #A3083E
Text Example
Text Example
White with #A3083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3083E; }
p { color: rgb(163,8,62); }
H1.HeaderClassName
{
color: #A3083E;
}
.AnyTagClassName
{
color: #A3083E;
}
</style>
background-color css
<style>
a { background-color: #A3083E; }
a { background-color: rgb(163,8,62); }
div.DivClassName
{
background-color: #A3083E;
}
.BgClassName
{
background-color: #A3083E;
}
</style>
border-color css
<style>
span { border-color: #A3083E; }
span { border-color: rgb(163,8,62); }
td.TdClassName
{
border-color: #A3083E;
}
.TagClassName
{
border-color: #A3083E;
}
</style>