Shades of Jazzberry Jam #870B4C
Tints of Jazzberry Jam #870B4C
RGB
CMYK
RGB Variations
Color information
#870B4C (or 0x870B4C) is known color: Jazzberry Jam. HEX triplet: 87, 0B and 4C. RGB value is (135,11,76). Sum of RGB (Red+Green+Blue) = 135+11+76=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #870B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B4C is #78F4B3. Grayscale: #373737. Windows color (decimal): -7926964 or 4983687. OLE color: 4983687.
HSL color Cylindrical-coordinate representation of color #870B4C: hue angle of 328.55º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B4C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 76 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.47 |
| HSL | 328.55º | 0.85% | 0.29% | - |
| HSV(B) | 328.55º | 0.92% | 0.53% | - |
| XYZ | 11.42 | 5.91 | 7.38 | - |
| YUV | 55.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 76 | 0 | 0.92 | 0.44 | 0.47 | 328.55 | 0.85 | 0.29 |
| Hex | 87 | B | 4C | 0 | 5C | 2C | 2F | 149 | 55 | 1D |
| Octal | 207 | 13 | 114 | 0 | 134 | 54 | 57 | 511 | 125 | 35 |
| Binary | 10000111 | 1011 | 1001100 | 0 | 1011100 | 101100 | 101111 | 101001001 | 1010101 | 11101 |
Color Harmonies of #870B4C
Complementary color
Monochromatic Colors of #870B4C
Black with #870B4C
Text Example
Text Example
White with #870B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B4C; }
p { color: rgb(135,11,76); }
H1.HeaderClassName
{
color: #870B4C;
}
.AnyTagClassName
{
color: #870B4C;
}
</style>
background-color css
<style>
a { background-color: #870B4C; }
a { background-color: rgb(135,11,76); }
div.DivClassName
{
background-color: #870B4C;
}
.BgClassName
{
background-color: #870B4C;
}
</style>
border-color css
<style>
span { border-color: #870B4C; }
span { border-color: rgb(135,11,76); }
td.TdClassName
{
border-color: #870B4C;
}
.TagClassName
{
border-color: #870B4C;
}
</style>