Shades of Jazzberry Jam #92084A
Tints of Jazzberry Jam #92084A
RGB
CMYK
RGB Variations
Color information
#92084A (or 0x92084A) is known color: Jazzberry Jam. HEX triplet: 92, 08 and 4A. RGB value is (146,8,74). Sum of RGB (Red+Green+Blue) = 146+8+74=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #92084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92084A is #6DF7B5. Grayscale: #383838. Windows color (decimal): -7206838 or 4851858. OLE color: 4851858.
HSL color Cylindrical-coordinate representation of color #92084A: hue angle of 331.3º 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 #92084A is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.43 |
| HSL | 331.3º | 0.9% | 0.3% | - |
| HSV(B) | 331.3º | 0.95% | 0.57% | - |
| XYZ | 13.18 | 6.78 | 7.09 | - |
| YUV | 56.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 74 | 0 | 0.95 | 0.49 | 0.43 | 331.3 | 0.9 | 0.3 |
| Hex | 92 | 8 | 4A | 0 | 5F | 31 | 2B | 14B | 5A | 1E |
| Octal | 222 | 10 | 112 | 0 | 137 | 61 | 53 | 513 | 132 | 36 |
| Binary | 10010010 | 1000 | 1001010 | 0 | 1011111 | 110001 | 101011 | 101001011 | 1011010 | 11110 |
Color Harmonies of #92084A
Complementary color
Monochromatic Colors of #92084A
Black with #92084A
Text Example
Text Example
White with #92084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92084A; }
p { color: rgb(146,8,74); }
H1.HeaderClassName
{
color: #92084A;
}
.AnyTagClassName
{
color: #92084A;
}
</style>
background-color css
<style>
a { background-color: #92084A; }
a { background-color: rgb(146,8,74); }
div.DivClassName
{
background-color: #92084A;
}
.BgClassName
{
background-color: #92084A;
}
</style>
border-color css
<style>
span { border-color: #92084A; }
span { border-color: rgb(146,8,74); }
td.TdClassName
{
border-color: #92084A;
}
.TagClassName
{
border-color: #92084A;
}
</style>