#8E0123

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

Shades of Burgundy #8E0123

Tints of Burgundy #8E0123

Color information

#8E0123 (or 0x8E0123) is unknown color: approx Burgundy. HEX triplet: 8E, 01 and 23. RGB value is (142,1,35). Sum of RGB (Red+Green+Blue) = 142+1+35=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0123 is #71FEDC. Grayscale: #2F2F2F. Windows color (decimal): -7470813 or 2294158. OLE color: 2294158.

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

Color convert

RGB142135-
CMYK00.990.750.44
HSL345.53º98.6%28.04%-
HSV(B)345.53º99.3%55.69%-
XYZ11.475.892.12-
YUV47.04121.21195.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 79.78%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=79.78%
G=0.56%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213500.990.750.44345.5398.628.04
Hex8E1230634B2C15a631c
Octal21614301431135453214334
Binary100011101100011011000111001011101100101011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,1,35); }

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

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

 a { background-color: rgb(142,1,35); }

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

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

 span { border-color: rgb(142,1,35); }

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