#89031A

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

Shades of Burgundy #89031A

Tints of Burgundy #89031A

Color information

#89031A (or 0x89031A) is unknown color: approx Burgundy. HEX triplet: 89, 03 and 1A. RGB value is (137,3,26). Sum of RGB (Red+Green+Blue) = 137+3+26=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89031A is #76FCE5. Grayscale: #2D2D2D. Windows color (decimal): -7797990 or 1704841. OLE color: 1704841.

HSL color Cylindrical-coordinate representation of color #89031A: hue angle of 349.7º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89031A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB137326-
CMYK00.980.810.46
HSL349.7º95.71%27.45%-
HSV(B)349.7º97.81%53.73%-
XYZ10.545.461.48-
YUV45.69116.89193.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.53%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=82.53%
G=1.81%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13732600.980.810.46349.795.7127.45
Hex8931A062512E15e601b
Octal21133201421215653614033
Binary100010011111010011000101010001101110101011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89031A; }

 p { color: rgb(137,3,26); }

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

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

 a { background-color: rgb(137,3,26); }

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

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

 span { border-color: rgb(137,3,26); }

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