#8C012B

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

Shades of Burgundy #8C012B

Tints of Burgundy #8C012B

Color information

#8C012B (or 0x8C012B) is unknown color: approx Burgundy. HEX triplet: 8C, 01 and 2B. RGB value is (140,1,43). Sum of RGB (Red+Green+Blue) = 140+1+43=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C012B is #73FED4. Grayscale: #2F2F2F. Windows color (decimal): -7601877 or 2818444. OLE color: 2818444.

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

Color convert

RGB140143-
CMYK00.990.690.45
HSL341.87º98.58%27.65%-
HSV(B)341.87º99.29%54.9%-
XYZ11.265.772.81-
YUV47.35125.55194.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 76.09%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=76.09%
G=0.54%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14014300.990.690.45341.8798.5827.65
Hex8C12B063452D156631c
Octal21415301431055552614334
Binary100011001101011011000111000101101101101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,43); }

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

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

 a { background-color: rgb(140,1,43); }

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

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

 span { border-color: rgb(140,1,43); }

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