#890E26

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

Shades of Burgundy #890E26

Tints of Burgundy #890E26

Color information

#890E26 (or 0x890E26) is unknown color: approx Burgundy. HEX triplet: 89, 0E and 26. RGB value is (137,14,38). Sum of RGB (Red+Green+Blue) = 137+14+38=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E26 is #76F1D9. Grayscale: #353535. Windows color (decimal): -7795162 or 2494089. OLE color: 2494089.

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

Color convert

RGB1371438-
CMYK00.900.720.46
HSL348.29º81.46%29.61%-
HSV(B)348.29º89.78%53.73%-
XYZ10.825.772.38-
YUV53.51119.25187.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=72.49%
G=7.41%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137143800.900.720.46348.2981.4629.61
Hex89E2605A482E15c511e
Octal211164601321105653412136
Binary100010011110100110010110101001000101110101011100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890E26; }

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

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

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

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

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

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

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

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