#890A1E

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

Shades of Burgundy #890A1E

Tints of Burgundy #890A1E

Color information

#890A1E (or 0x890A1E) is unknown color: approx Burgundy. HEX triplet: 89, 0A and 1E. RGB value is (137,10,30). Sum of RGB (Red+Green+Blue) = 137+10+30=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A1E is #76F5E1. Grayscale: #323232. Windows color (decimal): -7796194 or 1968777. OLE color: 1968777.

HSL color Cylindrical-coordinate representation of color #890A1E: hue angle of 350.55º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A1E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1371030-
CMYK00.930.780.46
HSL350.55º86.39%28.82%-
HSV(B)350.55º92.7%53.73%-
XYZ10.665.631.75-
YUV50.25116.58189.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 10 (4.30% from 255) = 5.65%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=77.40%
G=5.65%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137103000.930.780.46350.5586.3928.82
Hex89A1E05D4E2E15f561d
Octal211123601351165653712635
Binary10001001101011110010111011001110101110101011111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,10,30); }

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

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

 a { background-color: rgb(137,10,30); }

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

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

 span { border-color: rgb(137,10,30); }

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