#920836

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

Shades of Burgundy #920836

Tints of Burgundy #920836

Color information

#920836 (or 0x920836) is unknown color: approx Burgundy. HEX triplet: 92, 08 and 36. RGB value is (146,8,54). Sum of RGB (Red+Green+Blue) = 146+8+54=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #920836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920836 is #6DF7C9. Grayscale: #363636. Windows color (decimal): -7206858 or 3541138. OLE color: 3541138.

HSL color Cylindrical-coordinate representation of color #920836: hue angle of 340º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920836 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB146854-
CMYK00.950.630.43
HSL340º89.61%30.2%-
HSV(B)340º94.52%57.25%-
XYZ12.616.554.09-
YUV54.51127.72193.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.19%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=70.19%
G=3.85%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14685400.950.630.4334089.6130.2
Hex9283605F3F2B1545a1e
Octal22210660137775352413236
Binary10010010100011011001011111111111101011101010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920836; }

 p { color: rgb(146,8,54); }

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

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

 a { background-color: rgb(146,8,54); }

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

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

 span { border-color: rgb(146,8,54); }

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