Shades of Jazzberry Jam #B7125D
Tints of Jazzberry Jam #B7125D
RGB
CMYK
RGB Variations
Color information
#B7125D (or 0xB7125D) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 5D. RGB value is (183,18,93). Sum of RGB (Red+Green+Blue) = 183+18+93=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7125D is #48EDA2. Grayscale: #4B4B4B. Windows color (decimal): -4779427 or 6099639. OLE color: 6099639.
HSL color Cylindrical-coordinate representation of color #B7125D: hue angle of 332.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7125D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 93 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.28 |
| HSL | 332.73º | 0.82% | 0.39% | - |
| HSV(B) | 332.73º | 0.9% | 0.72% | - |
| XYZ | 21.72 | 11.29 | 11.39 | - |
| YUV | 75.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 93 | 0 | 0.90 | 0.49 | 0.28 | 332.73 | 0.82 | 0.39 |
| Hex | B7 | 12 | 5D | 0 | 5A | 31 | 1C | 14D | 52 | 27 |
| Octal | 267 | 22 | 135 | 0 | 132 | 61 | 34 | 515 | 122 | 47 |
| Binary | 10110111 | 10010 | 1011101 | 0 | 1011010 | 110001 | 11100 | 101001101 | 1010010 | 100111 |
Color Harmonies of #B7125D
Complementary color
Monochromatic Colors of #B7125D
Black with #B7125D
Text Example
Text Example
White with #B7125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7125D; }
p { color: rgb(183,18,93); }
H1.HeaderClassName
{
color: #B7125D;
}
.AnyTagClassName
{
color: #B7125D;
}
</style>
background-color css
<style>
a { background-color: #B7125D; }
a { background-color: rgb(183,18,93); }
div.DivClassName
{
background-color: #B7125D;
}
.BgClassName
{
background-color: #B7125D;
}
</style>
border-color css
<style>
span { border-color: #B7125D; }
span { border-color: rgb(183,18,93); }
td.TdClassName
{
border-color: #B7125D;
}
.TagClassName
{
border-color: #B7125D;
}
</style>