#89083E

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

Shades of Burgundy #89083E

Tints of Burgundy #89083E

Color information

#89083E (or 0x89083E) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 3E. RGB value is (137,8,62). Sum of RGB (Red+Green+Blue) = 137+8+62=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #89083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89083E is #76F7C1. Grayscale: #343434. Windows color (decimal): -7796674 or 4065417. OLE color: 4065417.

HSL color Cylindrical-coordinate representation of color #89083E: hue angle of 334.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89083E is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB137862-
CMYK00.940.550.46
HSL334.88º88.97%28.43%-
HSV(B)334.88º94.16%53.73%-
XYZ11.275.845.09-
YUV52.73133.24188.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=66.18%
G=3.86%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13786200.940.550.46334.8888.9728.43
Hex8983E05E372E14f591c
Octal21110760136675651713134
Binary10001001100011111001011110110111101110101001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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