#920F5C

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

Shades of Jazzberry Jam #920F5C

Tints of Jazzberry Jam #920F5C

Color information

#920F5C (or 0x920F5C) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0F and 5C. RGB value is (146,15,92). Sum of RGB (Red+Green+Blue) = 146+15+92=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #920F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F5C is #6DF0A3. Grayscale: #3E3E3E. Windows color (decimal): -7205028 or 6033298. OLE color: 6033298.

HSL color Cylindrical-coordinate representation of color #920F5C: hue angle of 324.73º 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 #920F5C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1461592-
CMYK00.900.370.43
HSL324.73º81.37%31.57%-
HSV(B)324.73º89.73%57.25%-
XYZ13.967.2310.78-
YUV62.95144.4187.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=57.71%
G=5.93%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146159200.900.370.43324.7381.3731.57
Hex92F5C05A252B1455120
Octal222171340132455350512140
Binary1001001011111011100010110101001011010111010001011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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