#920944

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

Shades of Jazzberry Jam #920944

Tints of Jazzberry Jam #920944

Color information

#920944 (or 0x920944) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 44. RGB value is (146,9,68). Sum of RGB (Red+Green+Blue) = 146+9+68=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #920944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920944 is #6DF6BB. Grayscale: #383838. Windows color (decimal): -7206588 or 4458898. OLE color: 4458898.

HSL color Cylindrical-coordinate representation of color #920944: hue angle of 334.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920944 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB146968-
CMYK00.940.530.43
HSL334.16º88.39%30.39%-
HSV(B)334.16º93.84%57.25%-
XYZ136.726.08-
YUV56.69134.39191.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=65.47%
G=4.04%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696800.940.530.43334.1688.3930.39
Hex9294405E352B14e581e
Octal222111040136655351613036
Binary100100101001100010001011110110101101011101001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920944; }

 p { color: rgb(146,9,68); }

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

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

 a { background-color: rgb(146,9,68); }

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

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

 span { border-color: rgb(146,9,68); }

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