Shades of Jazzberry Jam #92063F
Tints of Jazzberry Jam #92063F
RGB
CMYK
RGB Variations
Color information
#92063F (or 0x92063F) is known color: Jazzberry Jam. HEX triplet: 92, 06 and 3F. RGB value is (146,6,63). Sum of RGB (Red+Green+Blue) = 146+6+63=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #92063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92063F is #6DF9C0. Grayscale: #363636. Windows color (decimal): -7207361 or 4130450. OLE color: 4130450.
HSL color Cylindrical-coordinate representation of color #92063F: hue angle of 335.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92063F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.43 |
| HSL | 335.57º | 0.92% | 0.3% | - |
| HSV(B) | 335.57º | 0.96% | 0.57% | - |
| XYZ | 12.82 | 6.6 | 5.3 | - |
| YUV | 54.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 63 | 0 | 0.96 | 0.57 | 0.43 | 335.57 | 0.92 | 0.3 |
| Hex | 92 | 6 | 3F | 0 | 60 | 39 | 2B | 150 | 5C | 1E |
| Octal | 222 | 6 | 77 | 0 | 140 | 71 | 53 | 520 | 134 | 36 |
| Binary | 10010010 | 110 | 111111 | 0 | 1100000 | 111001 | 101011 | 101010000 | 1011100 | 11110 |
Color Harmonies of #92063F
Complementary color
Monochromatic Colors of #92063F
Black with #92063F
Text Example
Text Example
White with #92063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92063F; }
p { color: rgb(146,6,63); }
H1.HeaderClassName
{
color: #92063F;
}
.AnyTagClassName
{
color: #92063F;
}
</style>
background-color css
<style>
a { background-color: #92063F; }
a { background-color: rgb(146,6,63); }
div.DivClassName
{
background-color: #92063F;
}
.BgClassName
{
background-color: #92063F;
}
</style>
border-color css
<style>
span { border-color: #92063F; }
span { border-color: rgb(146,6,63); }
td.TdClassName
{
border-color: #92063F;
}
.TagClassName
{
border-color: #92063F;
}
</style>