#89082E

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

Shades of Burgundy #89082E

Tints of Burgundy #89082E

Color information

#89082E (or 0x89082E) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 2E. RGB value is (137,8,46). Sum of RGB (Red+Green+Blue) = 137+8+46=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #89082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082E is #76F7D1. Grayscale: #323232. Windows color (decimal): -7796690 or 3016841. OLE color: 3016841.

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

Color convert

RGB137846-
CMYK00.940.660.46
HSL342.33º88.97%28.43%-
HSV(B)342.33º94.16%53.73%-
XYZ10.95.693.11-
YUV50.9125.24189.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 71.73%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=71.73%
G=4.19%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13784600.940.660.46342.3388.9728.43
Hex8982E05E422E156591c
Octal211105601361025652613134
Binary100010011000101110010111101000010101110101010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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