Shades of Jazzberry Jam #8B0544
Tints of Jazzberry Jam #8B0544
RGB
CMYK
RGB Variations
Color information
#8B0544 (or 0x8B0544) is known color: Jazzberry Jam. HEX triplet: 8B, 05 and 44. RGB value is (139,5,68). Sum of RGB (Red+Green+Blue) = 139+5+68=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0544 is #74FABB. Grayscale: #343434. Windows color (decimal): -7666364 or 4457867. OLE color: 4457867.
HSL color Cylindrical-coordinate representation of color #8B0544: hue angle of 331.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0544 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 68 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.45 |
| HSL | 331.79º | 0.93% | 0.28% | - |
| HSV(B) | 331.79º | 0.96% | 0.55% | - |
| XYZ | 11.75 | 6.01 | 6.01 | - |
| YUV | 52.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 68 | 0 | 0.96 | 0.51 | 0.45 | 331.79 | 0.93 | 0.28 |
| Hex | 8B | 5 | 44 | 0 | 60 | 33 | 2D | 14C | 5D | 1C |
| Octal | 213 | 5 | 104 | 0 | 140 | 63 | 55 | 514 | 135 | 34 |
| Binary | 10001011 | 101 | 1000100 | 0 | 1100000 | 110011 | 101101 | 101001100 | 1011101 | 11100 |
Color Harmonies of #8B0544
Complementary color
Monochromatic Colors of #8B0544
Black with #8B0544
Text Example
Text Example
White with #8B0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0544; }
p { color: rgb(139,5,68); }
H1.HeaderClassName
{
color: #8B0544;
}
.AnyTagClassName
{
color: #8B0544;
}
</style>
background-color css
<style>
a { background-color: #8B0544; }
a { background-color: rgb(139,5,68); }
div.DivClassName
{
background-color: #8B0544;
}
.BgClassName
{
background-color: #8B0544;
}
</style>
border-color css
<style>
span { border-color: #8B0544; }
span { border-color: rgb(139,5,68); }
td.TdClassName
{
border-color: #8B0544;
}
.TagClassName
{
border-color: #8B0544;
}
</style>