#891129

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

Shades of Burgundy #891129

Tints of Burgundy #891129

Color information

#891129 (or 0x891129) is unknown color: approx Burgundy. HEX triplet: 89, 11 and 29. RGB value is (137,17,41). Sum of RGB (Red+Green+Blue) = 137+17+41=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891129 is #76EED6. Grayscale: #373737. Windows color (decimal): -7794391 or 2691465. OLE color: 2691465.

HSL color Cylindrical-coordinate representation of color #891129: hue angle of 348º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891129 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1371741-
CMYK00.880.700.46
HSL348º77.92%30.2%-
HSV(B)348º87.59%53.73%-
XYZ10.925.882.66-
YUV55.62119.76186.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=70.26%
G=8.72%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137174100.880.700.4634877.9230.2
Hex891129058462E15c4e1e
Octal211215101301065653411636
Binary1000100110001101001010110001000110101110101011100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891129; }

 p { color: rgb(137,17,41); }

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

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

 a { background-color: rgb(137,17,41); }

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

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

 span { border-color: rgb(137,17,41); }

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