#8E0B27

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

Shades of Burgundy #8E0B27

Tints of Burgundy #8E0B27

Color information

#8E0B27 (or 0x8E0B27) is unknown color: approx Burgundy. HEX triplet: 8E, 0B and 27. RGB value is (142,11,39). Sum of RGB (Red+Green+Blue) = 142+11+39=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B27 is #71F4D8. Grayscale: #353535. Windows color (decimal): -7468249 or 2558862. OLE color: 2558862.

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

Color convert

RGB1421139-
CMYK00.920.730.44
HSL347.18º85.62%30%-
HSV(B)347.18º92.25%55.69%-
XYZ11.646.142.49-
YUV53.36119.9191.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.96%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=73.96%
G=5.73%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142113900.920.730.44347.1885.6230
Hex8EB2705C492C15b561e
Octal216134701341115453312636
Binary100011101011100111010111001001001101100101011011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,39); }

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

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

 a { background-color: rgb(142,11,39); }

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

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

 span { border-color: rgb(142,11,39); }

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