#8C062D

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

Shades of Burgundy #8C062D

Tints of Burgundy #8C062D

Color information

#8C062D (or 0x8C062D) is unknown color: approx Burgundy. HEX triplet: 8C, 06 and 2D. RGB value is (140,6,45). Sum of RGB (Red+Green+Blue) = 140+6+45=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C062D is #73F9D2. Grayscale: #323232. Windows color (decimal): -7600595 or 2950796. OLE color: 2950796.

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

Color convert

RGB140645-
CMYK00.960.680.45
HSL342.54º91.78%28.63%-
HSV(B)342.54º95.71%54.9%-
XYZ11.355.93.02-
YUV50.51124.89191.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 73.30%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=73.30%
G=3.14%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14064500.960.680.45342.5491.7828.63
Hex8C62D060442D1575c1d
Octal21465501401045552713435
Binary10001100110101101011000001000100101101101010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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