Shades of Jazzberry Jam #8B1457
Tints of Jazzberry Jam #8B1457
RGB
CMYK
RGB Variations
Color information
#8B1457 (or 0x8B1457) is known color: Jazzberry Jam. HEX triplet: 8B, 14 and 57. RGB value is (139,20,87). Sum of RGB (Red+Green+Blue) = 139+20+87=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1457 is #74EBA8. Grayscale: #3F3F3F. Windows color (decimal): -7662505 or 5706891. OLE color: 5706891.
HSL color Cylindrical-coordinate representation of color #8B1457: hue angle of 326.22º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1457 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 87 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.45 |
| HSL | 326.22º | 0.75% | 0.31% | - |
| HSV(B) | 326.22º | 0.86% | 0.55% | - |
| XYZ | 12.62 | 6.68 | 9.64 | - |
| YUV | 63.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 87 | 0 | 0.86 | 0.37 | 0.45 | 326.22 | 0.75 | 0.31 |
| Hex | 8B | 14 | 57 | 0 | 56 | 25 | 2D | 146 | 4B | 1F |
| Octal | 213 | 24 | 127 | 0 | 126 | 45 | 55 | 506 | 113 | 37 |
| Binary | 10001011 | 10100 | 1010111 | 0 | 1010110 | 100101 | 101101 | 101000110 | 1001011 | 11111 |
Color Harmonies of #8B1457
Complementary color
Monochromatic Colors of #8B1457
Black with #8B1457
Text Example
Text Example
White with #8B1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1457; }
p { color: rgb(139,20,87); }
H1.HeaderClassName
{
color: #8B1457;
}
.AnyTagClassName
{
color: #8B1457;
}
</style>
background-color css
<style>
a { background-color: #8B1457; }
a { background-color: rgb(139,20,87); }
div.DivClassName
{
background-color: #8B1457;
}
.BgClassName
{
background-color: #8B1457;
}
</style>
border-color css
<style>
span { border-color: #8B1457; }
span { border-color: rgb(139,20,87); }
td.TdClassName
{
border-color: #8B1457;
}
.TagClassName
{
border-color: #8B1457;
}
</style>