#8C082C

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

Shades of Burgundy #8C082C

Tints of Burgundy #8C082C

Color information

#8C082C (or 0x8C082C) is unknown color: approx Burgundy. HEX triplet: 8C, 08 and 2C. RGB value is (140,8,44). Sum of RGB (Red+Green+Blue) = 140+8+44=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C082C is #73F7D3. Grayscale: #333333. Windows color (decimal): -7600084 or 2885772. OLE color: 2885772.

HSL color Cylindrical-coordinate representation of color #8C082C: hue angle of 343.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C082C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB140844-
CMYK00.940.690.45
HSL343.64º89.19%29.02%-
HSV(B)343.64º94.29%54.9%-
XYZ11.365.932.93-
YUV51.57123.73191.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.92%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=72.92%
G=4.17%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14084400.940.690.45343.6489.1929.02
Hex8C82C05E452D158591d
Octal214105401361055553013135
Binary100011001000101100010111101000101101101101011000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,44); }

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

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

 a { background-color: rgb(140,8,44); }

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

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

 span { border-color: rgb(140,8,44); }

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