#920948

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

Shades of Jazzberry Jam #920948

Tints of Jazzberry Jam #920948

Color information

#920948 (or 0x920948) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 48. RGB value is (146,9,72). Sum of RGB (Red+Green+Blue) = 146+9+72=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #920948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920948 is #6DF6B7. Grayscale: #393939. Windows color (decimal): -7206584 or 4721042. OLE color: 4721042.

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

Color convert

RGB146972-
CMYK00.940.510.43
HSL332.41º88.39%30.39%-
HSV(B)332.41º93.84%57.25%-
XYZ13.126.776.75-
YUV57.14136.39191.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=64.32%
G=3.96%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14697200.940.510.43332.4188.3930.39
Hex9294805E332B14c581e
Octal222111100136635351413036
Binary100100101001100100001011110110011101011101001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920948; }

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

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

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

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

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

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

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

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