#89033C

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

Shades of Burgundy #89033C

Tints of Burgundy #89033C

Color information

#89033C (or 0x89033C) is unknown color: approx Burgundy. HEX triplet: 89, 03 and 3C. RGB value is (137,3,60). Sum of RGB (Red+Green+Blue) = 137+3+60=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89033C is #76FCC3. Grayscale: #313131. Windows color (decimal): -7797956 or 3933065. OLE color: 3933065.

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

Color convert

RGB137360-
CMYK00.980.560.46
HSL334.48º95.71%27.45%-
HSV(B)334.48º97.81%53.73%-
XYZ11.165.714.79-
YUV49.56133.89190.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=68.5%
G=1.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13736000.980.560.46334.4895.7127.45
Hex8933C062382E14e601b
Octal2113740142705651614033
Binary100010011111110001100010111000101110101001110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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