#920646

Color #920646 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #920646

Tints of Jazzberry Jam #920646

Color information

#920646 (or 0x920646) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 06 and 46. RGB value is (146,6,70). Sum of RGB (Red+Green+Blue) = 146+6+70=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #920646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920646 is #6DF9B9. Grayscale: #373737. Windows color (decimal): -7207354 or 4589202. OLE color: 4589202.

HSL color Cylindrical-coordinate representation of color #920646: hue angle of 332.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 #920646 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB146670-
CMYK00.960.520.43
HSL332.57º92.11%29.8%-
HSV(B)332.57º95.89%57.25%-
XYZ13.026.686.4-
YUV55.16136.38192.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 65.77%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=65.77%
G=2.70%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14667000.960.520.43332.5792.1129.8
Hex92646060342B14d5c1e
Octal22261060140645351513436
Binary10010010110100011001100000110100101011101001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920646; }

 p { color: rgb(146,6,70); }

 H1.HeaderClassName
 {
   color: #920646;
 }
 .AnyTagClassName
 {
   color: #920646;
 }
</style>
background-color css

<style>
 a { background-color: #920646; }

 a { background-color: rgb(146,6,70); }

 div.DivClassName
 {
   background-color: #920646;
 }
 .BgClassName
 {
   background-color: #920646;
 }
</style>
border-color css

<style>
 span { border-color: #920646; }

 span { border-color: rgb(146,6,70); }

 td.TdClassName
 {
   border-color: #920646;
 }
 .TagClassName
 {
   border-color: #920646;
 }
</style>