#8C0E2D

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

Shades of Burgundy #8C0E2D

Tints of Burgundy #8C0E2D

Color information

#8C0E2D (or 0x8C0E2D) is unknown color: approx Burgundy. HEX triplet: 8C, 0E and 2D. RGB value is (140,14,45). Sum of RGB (Red+Green+Blue) = 140+14+45=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E2D is #73F1D2. Grayscale: #373737. Windows color (decimal): -7598547 or 2952844. OLE color: 2952844.

HSL color Cylindrical-coordinate representation of color #8C0E2D: hue angle of 345.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E2D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1401445-
CMYK00.900.680.45
HSL345.24º81.82%30.2%-
HSV(B)345.24º90%54.9%-
XYZ11.456.083.05-
YUV55.21122.24188.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=70.35%
G=7.04%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140144500.900.680.45345.2481.8230.2
Hex8CE2D05A442D159521e
Octal214165501321045553112236
Binary100011001110101101010110101000100101101101011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,14,45); }

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

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

 a { background-color: rgb(140,14,45); }

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

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

 span { border-color: rgb(140,14,45); }

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