#89033E

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

Shades of Burgundy #89033E

Tints of Burgundy #89033E

Color information

#89033E (or 0x89033E) is unknown color: approx Burgundy. HEX triplet: 89, 03 and 3E. RGB value is (137,3,62). Sum of RGB (Red+Green+Blue) = 137+3+62=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89033E is #76FCC1. Grayscale: #313131. Windows color (decimal): -7797954 or 4064137. OLE color: 4064137.

HSL color Cylindrical-coordinate representation of color #89033E: hue angle of 333.58º 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 #89033E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB137362-
CMYK00.980.550.46
HSL333.58º95.71%27.45%-
HSV(B)333.58º97.81%53.73%-
XYZ11.225.735.07-
YUV49.79134.89190.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=67.82%
G=1.49%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13736200.980.550.46333.5895.7127.45
Hex8933E062372E14e601b
Octal2113760142675651614033
Binary100010011111111001100010110111101110101001110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89033E; }

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

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

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

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

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

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

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

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