Shades of Jazzberry Jam #A3093C
Tints of Jazzberry Jam #A3093C
RGB
CMYK
RGB Variations
Color information
#A3093C (or 0xA3093C) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 3C. RGB value is (163,9,60). Sum of RGB (Red+Green+Blue) = 163+9+60=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3093C is #5CF6C3. Grayscale: #3C3C3C. Windows color (decimal): -6092484 or 3934627. OLE color: 3934627.
HSL color Cylindrical-coordinate representation of color #A3093C: hue angle of 340.13º 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 #A3093C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.36 |
| HSL | 340.13º | 0.9% | 0.34% | - |
| HSV(B) | 340.13º | 0.94% | 0.64% | - |
| XYZ | 16.02 | 8.31 | 5.03 | - |
| YUV | 60.86 | 127.52 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 60 | 0 | 0.94 | 0.63 | 0.36 | 340.13 | 0.9 | 0.34 |
| Hex | A3 | 9 | 3C | 0 | 5E | 3F | 24 | 154 | 5A | 22 |
| Octal | 243 | 11 | 74 | 0 | 136 | 77 | 44 | 524 | 132 | 42 |
| Binary | 10100011 | 1001 | 111100 | 0 | 1011110 | 111111 | 100100 | 101010100 | 1011010 | 100010 |
Color Harmonies of #A3093C
Complementary color
Monochromatic Colors of #A3093C
Black with #A3093C
Text Example
Text Example
White with #A3093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3093C; }
p { color: rgb(163,9,60); }
H1.HeaderClassName
{
color: #A3093C;
}
.AnyTagClassName
{
color: #A3093C;
}
</style>
background-color css
<style>
a { background-color: #A3093C; }
a { background-color: rgb(163,9,60); }
div.DivClassName
{
background-color: #A3093C;
}
.BgClassName
{
background-color: #A3093C;
}
</style>
border-color css
<style>
span { border-color: #A3093C; }
span { border-color: rgb(163,9,60); }
td.TdClassName
{
border-color: #A3093C;
}
.TagClassName
{
border-color: #A3093C;
}
</style>