#8D063F

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

Shades of Burgundy #8D063F

Tints of Burgundy #8D063F

Color information

#8D063F (or 0x8D063F) is unknown color: approx Burgundy. HEX triplet: 8D, 06 and 3F. RGB value is (141,6,63). Sum of RGB (Red+Green+Blue) = 141+6+63=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D063F is #72F9C0. Grayscale: #343434. Windows color (decimal): -7535041 or 4130445. OLE color: 4130445.

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

Color convert

RGB141663-
CMYK00.960.550.45
HSL334.67º91.84%28.82%-
HSV(B)334.67º95.74%55.29%-
XYZ11.956.155.26-
YUV52.86133.73190.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.14%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 63 (25% from 255) = 30%
R=67.14%
G=2.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14166300.960.550.45334.6791.8428.82
Hex8D63F060372D14f5c1d
Octal2156770140675551713435
Binary1000110111011111101100000110111101101101001111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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