#920E32

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

Shades of Burgundy #920E32

Tints of Burgundy #920E32

Color information

#920E32 (or 0x920E32) is unknown color: approx Burgundy. HEX triplet: 92, 0E and 32. RGB value is (146,14,50). Sum of RGB (Red+Green+Blue) = 146+14+50=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #920E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E32 is #6DF1CD. Grayscale: #393939. Windows color (decimal): -7205326 or 3280530. OLE color: 3280530.

HSL color Cylindrical-coordinate representation of color #920E32: hue angle of 343.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E32 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1461450-
CMYK00.900.660.43
HSL343.64º82.5%31.37%-
HSV(B)343.64º90.41%57.25%-
XYZ12.596.663.64-
YUV57.57123.73191.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.52%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=69.52%
G=6.67%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146145000.900.660.43343.6482.531.37
Hex92E3205A422B158521f
Octal222166201321025353012237
Binary100100101110110010010110101000010101011101011000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E32; }

 p { color: rgb(146,14,50); }

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

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

 a { background-color: rgb(146,14,50); }

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

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

 span { border-color: rgb(146,14,50); }

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