#920949

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

Shades of Jazzberry Jam #920949

Tints of Jazzberry Jam #920949

Color information

#920949 (or 0x920949) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 49. RGB value is (146,9,73). Sum of RGB (Red+Green+Blue) = 146+9+73=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #920949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920949 is #6DF6B6. Grayscale: #393939. Windows color (decimal): -7206583 or 4786578. OLE color: 4786578.

HSL color Cylindrical-coordinate representation of color #920949: hue angle of 331.97º 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 #920949 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB146973-
CMYK00.940.50.43
HSL331.97º88.39%30.39%-
HSV(B)331.97º93.84%57.25%-
XYZ13.156.796.92-
YUV57.26136.89191.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.04%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=64.04%
G=3.95%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14697300.940.50.43331.9788.3930.39
Hex9294905E322B14c581e
Octal222111110136625351413036
Binary100100101001100100101011110110010101011101001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920949; }

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

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

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

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

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

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

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

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