#891128

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

Shades of Burgundy #891128

Tints of Burgundy #891128

Color information

#891128 (or 0x891128) is unknown color: approx Burgundy. HEX triplet: 89, 11 and 28. RGB value is (137,17,40). Sum of RGB (Red+Green+Blue) = 137+17+40=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891128 is #76EED7. Grayscale: #373737. Windows color (decimal): -7794392 or 2625929. OLE color: 2625929.

HSL color Cylindrical-coordinate representation of color #891128: hue angle of 348.5º 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 #891128 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1371740-
CMYK00.880.710.46
HSL348.5º77.92%30.2%-
HSV(B)348.5º87.59%53.73%-
XYZ10.95.872.57-
YUV55.5119.26186.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.62%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=70.62%
G=8.76%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137174000.880.710.46348.577.9230.2
Hex891128058472E15c4e1e
Octal211215001301075653411636
Binary1000100110001101000010110001000111101110101011100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891128; }

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

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

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

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

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

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

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

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