#8E0D26

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

Shades of Burgundy #8E0D26

Tints of Burgundy #8E0D26

Color information

#8E0D26 (or 0x8E0D26) is unknown color: approx Burgundy. HEX triplet: 8E, 0D and 26. RGB value is (142,13,38). Sum of RGB (Red+Green+Blue) = 142+13+38=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D26 is #71F2D9. Grayscale: #363636. Windows color (decimal): -7467738 or 2493838. OLE color: 2493838.

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

Color convert

RGB1421338-
CMYK00.910.730.44
HSL348.37º83.23%30.39%-
HSV(B)348.37º90.85%55.69%-
XYZ11.656.182.41-
YUV54.42118.74190.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.58%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=73.58%
G=6.74%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142133800.910.730.44348.3783.2330.39
Hex8ED2605B492C15c531e
Octal216154601331115453412336
Binary100011101101100110010110111001001101100101011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,38); }

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

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

 a { background-color: rgb(142,13,38); }

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

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

 span { border-color: rgb(142,13,38); }

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