#920037

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

Shades of Burgundy #920037

Tints of Burgundy #920037

Color information

#920037 (or 0x920037) is unknown color: approx Burgundy. HEX triplet: 92, 00 and 37. RGB value is (146,0,55). Sum of RGB (Red+Green+Blue) = 146+0+55=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #920037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920037 is #6DFFC8. Grayscale: #313131. Windows color (decimal): -7208905 or 3604626. OLE color: 3604626.

HSL color Cylindrical-coordinate representation of color #920037: hue angle of 337.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920037 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB146055-
CMYK010.620.43
HSL337.4º100%28.63%-
HSV(B)337.4º100%57.25%-
XYZ12.546.394.19-
YUV49.92130.87196.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=72.64%
G=0%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146055010.620.43337.410028.63
Hex920370643E2B151641d
Octal2220670144765352114435
Binary10010010011011101100100111110101011101010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920037; }

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

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

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

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

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

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

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

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