#8D0639

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

Shades of Burgundy #8D0639

Tints of Burgundy #8D0639

Color information

#8D0639 (or 0x8D0639) is unknown color: approx Burgundy. HEX triplet: 8D, 06 and 39. RGB value is (141,6,57). Sum of RGB (Red+Green+Blue) = 141+6+57=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0639 is #72F9C6. Grayscale: #343434. Windows color (decimal): -7535047 or 3737229. OLE color: 3737229.

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

Color convert

RGB141657-
CMYK00.960.600.45
HSL337.33º91.84%28.82%-
HSV(B)337.33º95.74%55.29%-
XYZ11.796.094.42-
YUV52.18130.73191.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.12%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=69.12%
G=2.94%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14165700.960.600.45337.3391.8428.82
Hex8D6390603C2D1515c1d
Octal2156710140745552113435
Binary1000110111011100101100000111100101101101010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,57); }

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

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

 a { background-color: rgb(141,6,57); }

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

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

 span { border-color: rgb(141,6,57); }

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