Shades of Jazzberry Jam #921B5E
Tints of Jazzberry Jam #921B5E
RGB
CMYK
RGB Variations
Color information
#921B5E (or 0x921B5E) is known color: Jazzberry Jam. HEX triplet: 92, 1B and 5E. RGB value is (146,27,94). Sum of RGB (Red+Green+Blue) = 146+27+94=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #921B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B5E is #6DE4A1. Grayscale: #464646. Windows color (decimal): -7201954 or 6167442. OLE color: 6167442.
HSL color Cylindrical-coordinate representation of color #921B5E: hue angle of 326.22º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B5E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 94 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.43 |
| HSL | 326.22º | 0.69% | 0.34% | - |
| HSV(B) | 326.22º | 0.82% | 0.57% | - |
| XYZ | 14.27 | 7.7 | 11.32 | - |
| YUV | 70.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 94 | 0 | 0.82 | 0.36 | 0.43 | 326.22 | 0.69 | 0.34 |
| Hex | 92 | 1B | 5E | 0 | 52 | 24 | 2B | 146 | 45 | 22 |
| Octal | 222 | 33 | 136 | 0 | 122 | 44 | 53 | 506 | 105 | 42 |
| Binary | 10010010 | 11011 | 1011110 | 0 | 1010010 | 100100 | 101011 | 101000110 | 1000101 | 100010 |
Color Harmonies of #921B5E
Complementary color
Monochromatic Colors of #921B5E
Black with #921B5E
Text Example
Text Example
White with #921B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B5E; }
p { color: rgb(146,27,94); }
H1.HeaderClassName
{
color: #921B5E;
}
.AnyTagClassName
{
color: #921B5E;
}
</style>
background-color css
<style>
a { background-color: #921B5E; }
a { background-color: rgb(146,27,94); }
div.DivClassName
{
background-color: #921B5E;
}
.BgClassName
{
background-color: #921B5E;
}
</style>
border-color css
<style>
span { border-color: #921B5E; }
span { border-color: rgb(146,27,94); }
td.TdClassName
{
border-color: #921B5E;
}
.TagClassName
{
border-color: #921B5E;
}
</style>