#920637

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

Shades of Burgundy #920637

Tints of Burgundy #920637

Color information

#920637 (or 0x920637) is unknown color: approx Burgundy. HEX triplet: 92, 06 and 37. RGB value is (146,6,55). Sum of RGB (Red+Green+Blue) = 146+6+55=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #920637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920637 is #6DF9C8. Grayscale: #353535. Windows color (decimal): -7207369 or 3606162. OLE color: 3606162.

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

Color convert

RGB146655-
CMYK00.960.620.43
HSL339º92.11%29.8%-
HSV(B)339º95.89%57.25%-
XYZ12.616.524.21-
YUV53.45128.88194.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=70.53%
G=2.90%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14665500.960.620.4333992.1129.8
Hex926370603E2B1535c1e
Octal2226670140765352313436
Binary1001001011011011101100000111110101011101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920637; }

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

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

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

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

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

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

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

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