#920237

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

Shades of Burgundy #920237

Tints of Burgundy #920237

Color information

#920237 (or 0x920237) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 37. RGB value is (146,2,55). Sum of RGB (Red+Green+Blue) = 146+2+55=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #920237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920237 is #6DFDC8. Grayscale: #333333. Windows color (decimal): -7208393 or 3605138. OLE color: 3605138.

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

Color convert

RGB146255-
CMYK00.990.620.43
HSL337.92º97.3%29.02%-
HSV(B)337.92º98.63%57.25%-
XYZ12.576.434.19-
YUV51.1130.21195.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.92%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=71.92%
G=0.99%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14625500.990.620.43337.9297.329.02
Hex922370633E2B152611d
Octal2222670143765352214135
Binary100100101011011101100011111110101011101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920237; }

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

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

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

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

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

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

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

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