#8C042E

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

Shades of Burgundy #8C042E

Tints of Burgundy #8C042E

Color information

#8C042E (or 0x8C042E) is unknown color: approx Burgundy. HEX triplet: 8C, 04 and 2E. RGB value is (140,4,46). Sum of RGB (Red+Green+Blue) = 140+4+46=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C042E is #73FBD1. Grayscale: #313131. Windows color (decimal): -7601106 or 3015820. OLE color: 3015820.

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

Color convert

RGB140446-
CMYK00.970.670.45
HSL341.47º94.44%28.24%-
HSV(B)341.47º97.14%54.9%-
XYZ11.355.863.12-
YUV49.45126.06192.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 73.68%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=73.68%
G=2.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14044600.970.670.45341.4794.4428.24
Hex8C42E061432D1555e1c
Octal21445601411035552513634
Binary10001100100101110011000011000011101101101010101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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