#920956

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

Shades of Jazzberry Jam #920956

Tints of Jazzberry Jam #920956

Color information

#920956 (or 0x920956) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 56. RGB value is (146,9,86). Sum of RGB (Red+Green+Blue) = 146+9+86=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #920956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920956 is #6DF6A9. Grayscale: #3A3A3A. Windows color (decimal): -7206570 or 5638546. OLE color: 5638546.

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

Color convert

RGB146986-
CMYK00.940.410.43
HSL326.28º88.39%30.39%-
HSV(B)326.28º93.84%57.25%-
XYZ13.636.989.43-
YUV58.74143.39190.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.58%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=60.58%
G=3.73%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14698600.940.410.43326.2888.3930.39
Hex9295605E292B146581e
Octal222111260136515350613036
Binary100100101001101011001011110101001101011101000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920956; }

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

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

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

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

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

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

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

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