#890E1E

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

Shades of Burgundy #890E1E

Tints of Burgundy #890E1E

Color information

#890E1E (or 0x890E1E) is unknown color: approx Burgundy. HEX triplet: 89, 0E and 1E. RGB value is (137,14,30). Sum of RGB (Red+Green+Blue) = 137+14+30=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E1E is #76F1E1. Grayscale: #343434. Windows color (decimal): -7795170 or 1969801. OLE color: 1969801.

HSL color Cylindrical-coordinate representation of color #890E1E: hue angle of 352.2º 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 #890E1E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1371430-
CMYK00.900.780.46
HSL352.2º81.46%29.61%-
HSV(B)352.2º89.78%53.73%-
XYZ10.715.731.77-
YUV52.6115.25188.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 75.69%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=75.69%
G=7.73%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137143000.900.780.46352.281.4629.61
Hex89E1E05A4E2E160511e
Octal211163601321165654012136
Binary10001001111011110010110101001110101110101100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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