Shades of Jazzberry Jam #A61D5D
Tints of Jazzberry Jam #A61D5D
RGB
CMYK
RGB Variations
Color information
#A61D5D (or 0xA61D5D) is known color: Jazzberry Jam. HEX triplet: A6, 1D and 5D. RGB value is (166,29,93). Sum of RGB (Red+Green+Blue) = 166+29+93=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D5D is #59E2A2. Grayscale: #4D4D4D. Windows color (decimal): -5890723 or 6102438. OLE color: 6102438.
HSL color Cylindrical-coordinate representation of color #A61D5D: hue angle of 331.97º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D5D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 93 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.35 |
| HSL | 331.97º | 0.7% | 0.38% | - |
| HSV(B) | 331.97º | 0.83% | 0.65% | - |
| XYZ | 18.14 | 9.78 | 11.29 | - |
| YUV | 77.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 93 | 0 | 0.83 | 0.44 | 0.35 | 331.97 | 0.7 | 0.38 |
| Hex | A6 | 1D | 5D | 0 | 53 | 2C | 23 | 14C | 46 | 26 |
| Octal | 246 | 35 | 135 | 0 | 123 | 54 | 43 | 514 | 106 | 46 |
| Binary | 10100110 | 11101 | 1011101 | 0 | 1010011 | 101100 | 100011 | 101001100 | 1000110 | 100110 |
Color Harmonies of #A61D5D
Complementary color
Monochromatic Colors of #A61D5D
Black with #A61D5D
Text Example
Text Example
White with #A61D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D5D; }
p { color: rgb(166,29,93); }
H1.HeaderClassName
{
color: #A61D5D;
}
.AnyTagClassName
{
color: #A61D5D;
}
</style>
background-color css
<style>
a { background-color: #A61D5D; }
a { background-color: rgb(166,29,93); }
div.DivClassName
{
background-color: #A61D5D;
}
.BgClassName
{
background-color: #A61D5D;
}
</style>
border-color css
<style>
span { border-color: #A61D5D; }
span { border-color: rgb(166,29,93); }
td.TdClassName
{
border-color: #A61D5D;
}
.TagClassName
{
border-color: #A61D5D;
}
</style>