Shades of Jazzberry Jam #AB0949
Tints of Jazzberry Jam #AB0949
RGB
CMYK
RGB Variations
Color information
#AB0949 (or 0xAB0949) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 49. RGB value is (171,9,73). Sum of RGB (Red+Green+Blue) = 171+9+73=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0949 is #54F6B6. Grayscale: #404040. Windows color (decimal): -5568183 or 4786603. OLE color: 4786603.
HSL color Cylindrical-coordinate representation of color #AB0949: hue angle of 336.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0949 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.33 |
| HSL | 336.3º | 0.9% | 0.35% | - |
| HSV(B) | 336.3º | 0.95% | 0.67% | - |
| XYZ | 18.09 | 9.33 | 7.15 | - |
| YUV | 64.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 73 | 0 | 0.95 | 0.57 | 0.33 | 336.3 | 0.9 | 0.35 |
| Hex | AB | 9 | 49 | 0 | 5F | 39 | 21 | 150 | 5A | 23 |
| Octal | 253 | 11 | 111 | 0 | 137 | 71 | 41 | 520 | 132 | 43 |
| Binary | 10101011 | 1001 | 1001001 | 0 | 1011111 | 111001 | 100001 | 101010000 | 1011010 | 100011 |
Color Harmonies of #AB0949
Complementary color
Monochromatic Colors of #AB0949
Black with #AB0949
Text Example
Text Example
White with #AB0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0949; }
p { color: rgb(171,9,73); }
H1.HeaderClassName
{
color: #AB0949;
}
.AnyTagClassName
{
color: #AB0949;
}
</style>
background-color css
<style>
a { background-color: #AB0949; }
a { background-color: rgb(171,9,73); }
div.DivClassName
{
background-color: #AB0949;
}
.BgClassName
{
background-color: #AB0949;
}
</style>
border-color css
<style>
span { border-color: #AB0949; }
span { border-color: rgb(171,9,73); }
td.TdClassName
{
border-color: #AB0949;
}
.TagClassName
{
border-color: #AB0949;
}
</style>