Shades of Jazzberry Jam #92093F
Tints of Jazzberry Jam #92093F
RGB
CMYK
RGB Variations
Color information
#92093F (or 0x92093F) is known color: Jazzberry Jam. HEX triplet: 92, 09 and 3F. RGB value is (146,9,63). Sum of RGB (Red+Green+Blue) = 146+9+63=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #92093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92093F is #6DF6C0. Grayscale: #383838. Windows color (decimal): -7206593 or 4131218. OLE color: 4131218.
HSL color Cylindrical-coordinate representation of color #92093F: hue angle of 336.35º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92093F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 63 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.43 |
| HSL | 336.35º | 0.88% | 0.3% | - |
| HSV(B) | 336.35º | 0.94% | 0.57% | - |
| XYZ | 12.85 | 6.67 | 5.31 | - |
| YUV | 56.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 63 | 0 | 0.94 | 0.57 | 0.43 | 336.35 | 0.88 | 0.3 |
| Hex | 92 | 9 | 3F | 0 | 5E | 39 | 2B | 150 | 58 | 1E |
| Octal | 222 | 11 | 77 | 0 | 136 | 71 | 53 | 520 | 130 | 36 |
| Binary | 10010010 | 1001 | 111111 | 0 | 1011110 | 111001 | 101011 | 101010000 | 1011000 | 11110 |
Color Harmonies of #92093F
Complementary color
Monochromatic Colors of #92093F
Black with #92093F
Text Example
Text Example
White with #92093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92093F; }
p { color: rgb(146,9,63); }
H1.HeaderClassName
{
color: #92093F;
}
.AnyTagClassName
{
color: #92093F;
}
</style>
background-color css
<style>
a { background-color: #92093F; }
a { background-color: rgb(146,9,63); }
div.DivClassName
{
background-color: #92093F;
}
.BgClassName
{
background-color: #92093F;
}
</style>
border-color css
<style>
span { border-color: #92093F; }
span { border-color: rgb(146,9,63); }
td.TdClassName
{
border-color: #92093F;
}
.TagClassName
{
border-color: #92093F;
}
</style>