#8E0128

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

Shades of Burgundy #8E0128

Tints of Burgundy #8E0128

Color information

#8E0128 (or 0x8E0128) is unknown color: approx Burgundy. HEX triplet: 8E, 01 and 28. RGB value is (142,1,40). Sum of RGB (Red+Green+Blue) = 142+1+40=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0128 is #71FED7. Grayscale: #2F2F2F. Windows color (decimal): -7470808 or 2621838. OLE color: 2621838.

HSL color Cylindrical-coordinate representation of color #8E0128: hue angle of 343.4º 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 #8E0128 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB142140-
CMYK00.990.720.44
HSL343.4º98.6%28.04%-
HSV(B)343.4º99.3%55.69%-
XYZ11.555.932.54-
YUV47.6123.71195.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.60%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=77.60%
G=0.55%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214000.990.720.44343.498.628.04
Hex8E128063482C157631c
Octal21615001431105452714334
Binary100011101101000011000111001000101100101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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