#920636

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

Shades of Burgundy #920636

Tints of Burgundy #920636

Color information

#920636 (or 0x920636) is unknown color: approx Burgundy. HEX triplet: 92, 06 and 36. RGB value is (146,6,54). Sum of RGB (Red+Green+Blue) = 146+6+54=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #920636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920636 is #6DF9C9. Grayscale: #353535. Windows color (decimal): -7207370 or 3540626. OLE color: 3540626.

HSL color Cylindrical-coordinate representation of color #920636: hue angle of 339.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920636 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB146654-
CMYK00.960.630.43
HSL339.43º92.11%29.8%-
HSV(B)339.43º95.89%57.25%-
XYZ12.596.514.08-
YUV53.33128.38194.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=70.87%
G=2.91%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14665400.960.630.43339.4392.1129.8
Hex926360603F2B1535c1e
Octal2226660140775352313436
Binary1001001011011011001100000111111101011101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920636; }

 p { color: rgb(146,6,54); }

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

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

 a { background-color: rgb(146,6,54); }

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

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

 span { border-color: rgb(146,6,54); }

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