#920E31

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

Shades of Burgundy #920E31

Tints of Burgundy #920E31

Color information

#920E31 (or 0x920E31) is unknown color: approx Burgundy. HEX triplet: 92, 0E and 31. RGB value is (146,14,49). Sum of RGB (Red+Green+Blue) = 146+14+49=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #920E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E31 is #6DF1CE. Grayscale: #393939. Windows color (decimal): -7205327 or 3214994. OLE color: 3214994.

HSL color Cylindrical-coordinate representation of color #920E31: hue angle of 344.09º 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 #920E31 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1461449-
CMYK00.900.660.43
HSL344.09º82.5%31.37%-
HSV(B)344.09º90.41%57.25%-
XYZ12.576.653.53-
YUV57.46123.23191.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.86%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=69.86%
G=6.70%
B=23.44%

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
Decimal146144900.900.660.43344.0982.531.37
Hex92E3105A422B158521f
Octal222166101321025353012237
Binary100100101110110001010110101000010101011101011000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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