Shades of Jazzberry Jam #A3093B
Tints of Jazzberry Jam #A3093B
RGB
CMYK
RGB Variations
Color information
#A3093B (or 0xA3093B) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 3B. RGB value is (163,9,59). Sum of RGB (Red+Green+Blue) = 163+9+59=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3093B is #5CF6C4. Grayscale: #3C3C3C. Windows color (decimal): -6092485 or 3869091. OLE color: 3869091.
HSL color Cylindrical-coordinate representation of color #A3093B: hue angle of 340.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3093B is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 9 | 59 | - |
CMYK | 0 | 0.94 | 0.64 | 0.36 |
HSL | 340.52º | 0.9% | 0.34% | - |
HSV(B) | 340.52º | 0.94% | 0.64% | - |
XYZ | 15.99 | 8.3 | 4.9 | - |
YUV | 60.75 | 127.02 | 200.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 9 | 59 | 0 | 0.94 | 0.64 | 0.36 | 340.52 | 0.9 | 0.34 |
Hex | A3 | 9 | 3B | 0 | 5E | 40 | 24 | 155 | 5A | 22 |
Octal | 243 | 11 | 73 | 0 | 136 | 100 | 44 | 525 | 132 | 42 |
Binary | 10100011 | 1001 | 111011 | 0 | 1011110 | 1000000 | 100100 | 101010101 | 1011010 | 100010 |
Color Harmonies of #A3093B
Complementary color
Monochromatic Colors of #A3093B
Black with #A3093B
Text Example
Text Example
White with #A3093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3093B; }
p { color: rgb(163,9,59); }
H1.HeaderClassName
{
color: #A3093B;
}
.AnyTagClassName
{
color: #A3093B;
}
</style>
background-color css
<style>
a { background-color: #A3093B; }
a { background-color: rgb(163,9,59); }
div.DivClassName
{
background-color: #A3093B;
}
.BgClassName
{
background-color: #A3093B;
}
</style>
border-color css
<style>
span { border-color: #A3093B; }
span { border-color: rgb(163,9,59); }
td.TdClassName
{
border-color: #A3093B;
}
.TagClassName
{
border-color: #A3093B;
}
</style>