Shades of Jazzberry Jam #92004D
Tints of Jazzberry Jam #92004D
RGB
CMYK
RGB Variations
Color information
#92004D (or 0x92004D) is known color: Jazzberry Jam. HEX triplet: 92, 00 and 4D. RGB value is (146,0,77). Sum of RGB (Red+Green+Blue) = 146+0+77=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92004D is #6DFFB2. Grayscale: #343434. Windows color (decimal): -7208883 or 5046418. OLE color: 5046418.
HSL color Cylindrical-coordinate representation of color #92004D: hue angle of 328.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92004D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.47 | 0.43 |
| HSL | 328.36º | 1% | 0.29% | - |
| HSV(B) | 328.36º | 1% | 0.57% | - |
| XYZ | 13.19 | 6.65 | 7.61 | - |
| YUV | 52.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 77 | 0 | 1 | 0.47 | 0.43 | 328.36 | 1 | 0.29 |
| Hex | 92 | 0 | 4D | 0 | 64 | 2F | 2B | 148 | 64 | 1D |
| Octal | 222 | 0 | 115 | 0 | 144 | 57 | 53 | 510 | 144 | 35 |
| Binary | 10010010 | 0 | 1001101 | 0 | 1100100 | 101111 | 101011 | 101001000 | 1100100 | 11101 |
Color Harmonies of #92004D
Complementary color
Monochromatic Colors of #92004D
Black with #92004D
Text Example
Text Example
White with #92004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92004D; }
p { color: rgb(146,0,77); }
H1.HeaderClassName
{
color: #92004D;
}
.AnyTagClassName
{
color: #92004D;
}
</style>
background-color css
<style>
a { background-color: #92004D; }
a { background-color: rgb(146,0,77); }
div.DivClassName
{
background-color: #92004D;
}
.BgClassName
{
background-color: #92004D;
}
</style>
border-color css
<style>
span { border-color: #92004D; }
span { border-color: rgb(146,0,77); }
td.TdClassName
{
border-color: #92004D;
}
.TagClassName
{
border-color: #92004D;
}
</style>