#8C112E

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

Shades of Burgundy #8C112E

Tints of Burgundy #8C112E

Color information

#8C112E (or 0x8C112E) is unknown color: approx Burgundy. HEX triplet: 8C, 11 and 2E. RGB value is (140,17,46). Sum of RGB (Red+Green+Blue) = 140+17+46=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C112E is #73EED1. Grayscale: #393939. Windows color (decimal): -7597778 or 3019148. OLE color: 3019148.

HSL color Cylindrical-coordinate representation of color #8C112E: hue angle of 345.85º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C112E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1401746-
CMYK00.880.670.45
HSL345.85º78.34%30.78%-
HSV(B)345.85º87.86%54.9%-
XYZ11.516.173.17-
YUV57.08121.75187.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.97%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=68.97%
G=8.37%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140174600.880.670.45345.8578.3430.78
Hex8C112E058432D15a4e1f
Octal214215601301035553211637
Binary1000110010001101110010110001000011101101101011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,17,46); }

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

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

 a { background-color: rgb(140,17,46); }

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

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

 span { border-color: rgb(140,17,46); }

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