#8C043C

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

Shades of Burgundy #8C043C

Tints of Burgundy #8C043C

Color information

#8C043C (or 0x8C043C) is unknown color: approx Burgundy. HEX triplet: 8C, 04 and 3C. RGB value is (140,4,60). Sum of RGB (Red+Green+Blue) = 140+4+60=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C043C is #73FBC3. Grayscale: #323232. Windows color (decimal): -7601092 or 3933324. OLE color: 3933324.

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

Color convert

RGB140460-
CMYK00.970.570.45
HSL335.29º94.44%28.24%-
HSV(B)335.29º97.14%54.9%-
XYZ11.675.994.82-
YUV51.05133.06191.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.63%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=68.63%
G=1.96%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14046000.970.570.45335.2994.4428.24
Hex8C43C061392D14f5e1c
Octal2144740141715551713634
Binary1000110010011110001100001111001101101101001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,60); }

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

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

 a { background-color: rgb(140,4,60); }

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

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

 span { border-color: rgb(140,4,60); }

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