#89001A

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

Shades of Burgundy #89001A

Tints of Burgundy #89001A

Color information

#89001A (or 0x89001A) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 1A. RGB value is (137,0,26). Sum of RGB (Red+Green+Blue) = 137+0+26=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #89001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89001A is #76FFE5. Grayscale: #2B2B2B. Windows color (decimal): -7798758 or 1704073. OLE color: 1704073.

HSL color Cylindrical-coordinate representation of color #89001A: hue angle of 348.61º 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 #89001A is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB137026-
CMYK010.810.46
HSL348.61º100%26.86%-
HSV(B)348.61º100%53.73%-
XYZ10.55.391.46-
YUV43.93117.89194.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 84.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=84.05%
G=0%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137026010.810.46348.6110026.86
Hex8901A064512E15d641b
Octal21103201441215653514433
Binary10001001011010011001001010001101110101011101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89001A; }

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

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

<style>
 a { background-color: #89001A; }

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

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

<style>
 span { border-color: #89001A; }

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

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