#890426

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

Shades of Burgundy #890426

Tints of Burgundy #890426

Color information

#890426 (or 0x890426) is unknown color: approx Burgundy. HEX triplet: 89, 04 and 26. RGB value is (137,4,38). Sum of RGB (Red+Green+Blue) = 137+4+38=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890426 is #76FBD9. Grayscale: #2F2F2F. Windows color (decimal): -7797722 or 2491529. OLE color: 2491529.

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

Color convert

RGB137438-
CMYK00.970.720.46
HSL344.66º94.33%27.65%-
HSV(B)344.66º97.08%53.73%-
XYZ10.715.552.34-
YUV47.64122.56191.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=76.54%
G=2.23%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13743800.970.720.46344.6694.3327.65
Hex89426061482E1595e1c
Octal21144601411105653113634
Binary10001001100100110011000011001000101110101011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890426; }

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

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

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

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

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

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

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

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