#8C063E

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

Shades of Burgundy #8C063E

Tints of Burgundy #8C063E

Color information

#8C063E (or 0x8C063E) is unknown color: approx Burgundy. HEX triplet: 8C, 06 and 3E. RGB value is (140,6,62). Sum of RGB (Red+Green+Blue) = 140+6+62=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C063E is #73F9C1. Grayscale: #343434. Windows color (decimal): -7600578 or 4064908. OLE color: 4064908.

HSL color Cylindrical-coordinate representation of color #8C063E: hue angle of 334.93º 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 #8C063E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB140662-
CMYK00.960.560.45
HSL334.93º91.78%28.63%-
HSV(B)334.93º95.71%54.9%-
XYZ11.756.055.11-
YUV52.45133.39190.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.31%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=67.31%
G=2.88%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14066200.960.560.45334.9391.7828.63
Hex8C63E060382D14f5c1d
Octal2146760140705551713435
Binary1000110011011111001100000111000101101101001111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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