Shades of Jazzberry Jam #92084C
Tints of Jazzberry Jam #92084C
RGB
CMYK
RGB Variations
Color information
#92084C (or 0x92084C) is known color: Jazzberry Jam. HEX triplet: 92, 08 and 4C. RGB value is (146,8,76). Sum of RGB (Red+Green+Blue) = 146+8+76=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #92084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92084C is #6DF7B3. Grayscale: #383838. Windows color (decimal): -7206836 or 4982930. OLE color: 4982930.
HSL color Cylindrical-coordinate representation of color #92084C: hue angle of 330.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92084C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 76 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.43 |
| HSL | 330.43º | 0.9% | 0.3% | - |
| HSV(B) | 330.43º | 0.95% | 0.57% | - |
| XYZ | 13.25 | 6.81 | 7.45 | - |
| YUV | 57.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 76 | 0 | 0.95 | 0.48 | 0.43 | 330.43 | 0.9 | 0.3 |
| Hex | 92 | 8 | 4C | 0 | 5F | 30 | 2B | 14A | 5A | 1E |
| Octal | 222 | 10 | 114 | 0 | 137 | 60 | 53 | 512 | 132 | 36 |
| Binary | 10010010 | 1000 | 1001100 | 0 | 1011111 | 110000 | 101011 | 101001010 | 1011010 | 11110 |
Color Harmonies of #92084C
Complementary color
Monochromatic Colors of #92084C
Black with #92084C
Text Example
Text Example
White with #92084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92084C; }
p { color: rgb(146,8,76); }
H1.HeaderClassName
{
color: #92084C;
}
.AnyTagClassName
{
color: #92084C;
}
</style>
background-color css
<style>
a { background-color: #92084C; }
a { background-color: rgb(146,8,76); }
div.DivClassName
{
background-color: #92084C;
}
.BgClassName
{
background-color: #92084C;
}
</style>
border-color css
<style>
span { border-color: #92084C; }
span { border-color: rgb(146,8,76); }
td.TdClassName
{
border-color: #92084C;
}
.TagClassName
{
border-color: #92084C;
}
</style>