#8E0626

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

Shades of Burgundy #8E0626

Tints of Burgundy #8E0626

Color information

#8E0626 (or 0x8E0626) is unknown color: approx Burgundy. HEX triplet: 8E, 06 and 26. RGB value is (142,6,38). Sum of RGB (Red+Green+Blue) = 142+6+38=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0626 is #71F9D9. Grayscale: #323232. Windows color (decimal): -7469530 or 2492046. OLE color: 2492046.

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

Color convert

RGB142638-
CMYK00.960.730.44
HSL345.88º91.89%29.02%-
HSV(B)345.88º95.77%55.69%-
XYZ11.576.022.39-
YUV50.31121.06193.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.34%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=76.34%
G=3.23%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14263800.960.730.44345.8891.8929.02
Hex8E626060492C15a5c1d
Octal21664601401115453213435
Binary10001110110100110011000001001001101100101011010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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