#920639

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

Shades of Burgundy #920639

Tints of Burgundy #920639

Color information

#920639 (or 0x920639) is unknown color: approx Burgundy. HEX triplet: 92, 06 and 39. RGB value is (146,6,57). Sum of RGB (Red+Green+Blue) = 146+6+57=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #920639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920639 is #6DF9C6. Grayscale: #353535. Windows color (decimal): -7207367 or 3737234. OLE color: 3737234.

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

Color convert

RGB146657-
CMYK00.960.610.43
HSL338.14º92.11%29.8%-
HSV(B)338.14º95.89%57.25%-
XYZ12.666.544.47-
YUV53.67129.88193.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.86%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=69.86%
G=2.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14665700.960.610.43338.1492.1129.8
Hex926390603D2B1525c1e
Octal2226710140755352213436
Binary1001001011011100101100000111101101011101010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920639; }

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

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

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

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

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

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

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

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