#8E0D2B

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

Shades of Burgundy #8E0D2B

Tints of Burgundy #8E0D2B

Color information

#8E0D2B (or 0x8E0D2B) is unknown color: approx Burgundy. HEX triplet: 8E, 0D and 2B. RGB value is (142,13,43). Sum of RGB (Red+Green+Blue) = 142+13+43=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D2B is #71F2D4. Grayscale: #373737. Windows color (decimal): -7467733 or 2821518. OLE color: 2821518.

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

Color convert

RGB1421343-
CMYK00.910.700.44
HSL346.05º83.23%30.39%-
HSV(B)346.05º90.85%55.69%-
XYZ11.746.212.87-
YUV54.99121.24190.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.72%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=71.72%
G=6.57%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142134300.910.700.44346.0583.2330.39
Hex8ED2B05B462C15a531e
Octal216155301331065453212336
Binary100011101101101011010110111000110101100101011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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