#8E083E

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

Shades of Burgundy #8E083E

Tints of Burgundy #8E083E

Color information

#8E083E (or 0x8E083E) is unknown color: approx Burgundy. HEX triplet: 8E, 08 and 3E. RGB value is (142,8,62). Sum of RGB (Red+Green+Blue) = 142+8+62=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E083E is #71F7C1. Grayscale: #363636. Windows color (decimal): -7468994 or 4065422. OLE color: 4065422.

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

Color convert

RGB142862-
CMYK00.940.560.44
HSL335.82º89.33%29.41%-
HSV(B)335.82º94.37%55.69%-
XYZ12.116.275.13-
YUV54.22132.39190.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=66.98%
G=3.77%
B=29.25%

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
Decimal14286200.940.560.44335.8289.3329.41
Hex8E83E05E382C150591d
Octal21610760136705452013135
Binary10001110100011111001011110111000101100101010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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