Shades of Jazzberry Jam #92004C
Tints of Jazzberry Jam #92004C
RGB
CMYK
RGB Variations
Color information
#92004C (or 0x92004C) is known color: Jazzberry Jam. HEX triplet: 92, 00 and 4C. RGB value is (146,0,76). Sum of RGB (Red+Green+Blue) = 146+0+76=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #92004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92004C is #6DFFB3. Grayscale: #343434. Windows color (decimal): -7208884 or 4980882. OLE color: 4980882.
HSL color Cylindrical-coordinate representation of color #92004C: hue angle of 328.77º 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 #92004C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.48 | 0.43 |
| HSL | 328.77º | 1% | 0.29% | - |
| HSV(B) | 328.77º | 1% | 0.57% | - |
| XYZ | 13.16 | 6.63 | 7.42 | - |
| YUV | 52.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 76 | 0 | 1 | 0.48 | 0.43 | 328.77 | 1 | 0.29 |
| Hex | 92 | 0 | 4C | 0 | 64 | 30 | 2B | 149 | 64 | 1D |
| Octal | 222 | 0 | 114 | 0 | 144 | 60 | 53 | 511 | 144 | 35 |
| Binary | 10010010 | 0 | 1001100 | 0 | 1100100 | 110000 | 101011 | 101001001 | 1100100 | 11101 |
Color Harmonies of #92004C
Complementary color
Monochromatic Colors of #92004C
Black with #92004C
Text Example
Text Example
White with #92004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92004C; }
p { color: rgb(146,0,76); }
H1.HeaderClassName
{
color: #92004C;
}
.AnyTagClassName
{
color: #92004C;
}
</style>
background-color css
<style>
a { background-color: #92004C; }
a { background-color: rgb(146,0,76); }
div.DivClassName
{
background-color: #92004C;
}
.BgClassName
{
background-color: #92004C;
}
</style>
border-color css
<style>
span { border-color: #92004C; }
span { border-color: rgb(146,0,76); }
td.TdClassName
{
border-color: #92004C;
}
.TagClassName
{
border-color: #92004C;
}
</style>