#8C0839

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

Shades of Burgundy #8C0839

Tints of Burgundy #8C0839

Color information

#8C0839 (or 0x8C0839) is unknown color: approx Burgundy. HEX triplet: 8C, 08 and 39. RGB value is (140,8,57). Sum of RGB (Red+Green+Blue) = 140+8+57=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0839 is #73F7C6. Grayscale: #343434. Windows color (decimal): -7600071 or 3737740. OLE color: 3737740.

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

Color convert

RGB140857-
CMYK00.940.590.45
HSL337.73º89.19%29.02%-
HSV(B)337.73º94.29%54.9%-
XYZ11.646.044.42-
YUV53.05130.23190.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=68.29%
G=3.90%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14085700.940.590.45337.7389.1929.02
Hex8C83905E3B2D152591d
Octal21410710136735552213135
Binary10001100100011100101011110111011101101101010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,57); }

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

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

 a { background-color: rgb(140,8,57); }

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

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

 span { border-color: rgb(140,8,57); }

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