#89023E

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

Shades of Burgundy #89023E

Tints of Burgundy #89023E

Color information

#89023E (or 0x89023E) is unknown color: approx Burgundy. HEX triplet: 89, 02 and 3E. RGB value is (137,2,62). Sum of RGB (Red+Green+Blue) = 137+2+62=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89023E is #76FDC1. Grayscale: #313131. Windows color (decimal): -7798210 or 4063881. OLE color: 4063881.

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

Color convert

RGB137262-
CMYK00.990.550.46
HSL333.33º97.12%27.25%-
HSV(B)333.33º98.54%53.73%-
XYZ11.215.715.07-
YUV49.2135.23190.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.16%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=68.16%
G=1.00%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13726200.990.550.46333.3397.1227.25
Hex8923E063372E14d611b
Octal2112760143675651514133
Binary100010011011111001100011110111101110101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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