#891226

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

Shades of Burgundy #891226

Tints of Burgundy #891226

Color information

#891226 (or 0x891226) is unknown color: approx Burgundy. HEX triplet: 89, 12 and 26. RGB value is (137,18,38). Sum of RGB (Red+Green+Blue) = 137+18+38=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #891226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891226 is #76EDD9. Grayscale: #373737. Windows color (decimal): -7794138 or 2495113. OLE color: 2495113.

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

Color convert

RGB1371838-
CMYK00.870.720.46
HSL349.92º76.77%30.39%-
HSV(B)349.92º86.86%53.73%-
XYZ10.885.892.4-
YUV55.86117.92185.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.98%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=70.98%
G=9.33%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137183800.870.720.46349.9276.7730.39
Hex891226057482E15e4d1e
Octal211224601271105653611536
Binary1000100110010100110010101111001000101110101011110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891226; }

 p { color: rgb(137,18,38); }

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

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

 a { background-color: rgb(137,18,38); }

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

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

 span { border-color: rgb(137,18,38); }

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