#8C112D

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

Shades of Burgundy #8C112D

Tints of Burgundy #8C112D

Color information

#8C112D (or 0x8C112D) is unknown color: approx Burgundy. HEX triplet: 8C, 11 and 2D. RGB value is (140,17,45). Sum of RGB (Red+Green+Blue) = 140+17+45=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C112D is #73EED2. Grayscale: #383838. Windows color (decimal): -7597779 or 2953612. OLE color: 2953612.

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

Color convert

RGB1401745-
CMYK00.880.680.45
HSL346.34º78.34%30.78%-
HSV(B)346.34º87.86%54.9%-
XYZ11.496.173.07-
YUV56.97121.25187.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=69.31%
G=8.42%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140174500.880.680.45346.3478.3430.78
Hex8C112D058442D15a4e1f
Octal214215501301045553211637
Binary1000110010001101101010110001000100101101101011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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