#89002E

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

Shades of Burgundy #89002E

Tints of Burgundy #89002E

Color information

#89002E (or 0x89002E) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 2E. RGB value is (137,0,46). Sum of RGB (Red+Green+Blue) = 137+0+46=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002E is #76FFD1. Grayscale: #2E2E2E. Windows color (decimal): -7798738 or 3014793. OLE color: 3014793.

HSL color Cylindrical-coordinate representation of color #89002E: hue angle of 339.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89002E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB137046-
CMYK010.660.46
HSL339.85º100%26.86%-
HSV(B)339.85º100%53.73%-
XYZ10.815.523.08-
YUV46.21127.89192.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=74.86%
G=0%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137046010.660.46339.8510026.86
Hex8902E064422E154641b
Octal21105601441025652414433
Binary100010010101110011001001000010101110101010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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