#8E093E

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

Shades of Burgundy #8E093E

Tints of Burgundy #8E093E

Color information

#8E093E (or 0x8E093E) is unknown color: approx Burgundy. HEX triplet: 8E, 09 and 3E. RGB value is (142,9,62). Sum of RGB (Red+Green+Blue) = 142+9+62=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E093E is #71F6C1. Grayscale: #363636. Windows color (decimal): -7468738 or 4065678. OLE color: 4065678.

HSL color Cylindrical-coordinate representation of color #8E093E: hue angle of 336.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E093E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB142962-
CMYK00.940.560.44
HSL336.09º88.08%29.61%-
HSV(B)336.09º93.66%55.69%-
XYZ12.126.295.13-
YUV54.81132.06190.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=66.67%
G=4.23%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14296200.940.560.44336.0988.0829.61
Hex8E93E05E382C150581e
Octal21611760136705452013036
Binary10001110100111111001011110111000101100101010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E093E; }

 p { color: rgb(142,9,62); }

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

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

 a { background-color: rgb(142,9,62); }

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

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

 span { border-color: rgb(142,9,62); }

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