#920F50

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

Shades of Jazzberry Jam #920F50

Tints of Jazzberry Jam #920F50

Color information

#920F50 (or 0x920F50) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0F and 50. RGB value is (146,15,80). Sum of RGB (Red+Green+Blue) = 146+15+80=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #920F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F50 is #6DF0AF. Grayscale: #3D3D3D. Windows color (decimal): -7205040 or 5246866. OLE color: 5246866.

HSL color Cylindrical-coordinate representation of color #920F50: hue angle of 330.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F50 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1461580-
CMYK00.900.450.43
HSL330.23º81.37%31.57%-
HSV(B)330.23º89.73%57.25%-
XYZ13.477.038.24-
YUV61.58138.4188.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.58%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=60.58%
G=6.22%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146158000.900.450.43330.2381.3731.57
Hex92F5005A2D2B14a5120
Octal222171200132555351212140
Binary1001001011111010000010110101011011010111010010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920F50; }

 p { color: rgb(146,15,80); }

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

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

 a { background-color: rgb(146,15,80); }

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

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

 span { border-color: rgb(146,15,80); }

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