#8C042A

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

Shades of Burgundy #8C042A

Tints of Burgundy #8C042A

Color information

#8C042A (or 0x8C042A) is unknown color: approx Burgundy. HEX triplet: 8C, 04 and 2A. RGB value is (140,4,42). Sum of RGB (Red+Green+Blue) = 140+4+42=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C042A is #73FBD5. Grayscale: #303030. Windows color (decimal): -7601110 or 2753676. OLE color: 2753676.

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

Color convert

RGB140442-
CMYK00.970.70.45
HSL343.24º94.44%28.24%-
HSV(B)343.24º97.14%54.9%-
XYZ11.285.832.72-
YUV49124.06192.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 75.27%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=75.27%
G=2.15%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14044200.970.70.45343.2494.4428.24
Hex8C42A061462D1575e1c
Octal21445201411065552713634
Binary10001100100101010011000011000110101101101010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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