#8D023C

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

Shades of Burgundy #8D023C

Tints of Burgundy #8D023C

Color information

#8D023C (or 0x8D023C) is unknown color: approx Burgundy. HEX triplet: 8D, 02 and 3C. RGB value is (141,2,60). Sum of RGB (Red+Green+Blue) = 141+2+60=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D023C is #72FDC3. Grayscale: #323232. Windows color (decimal): -7536068 or 3932813. OLE color: 3932813.

HSL color Cylindrical-coordinate representation of color #8D023C: hue angle of 334.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D023C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB141260-
CMYK00.990.570.45
HSL334.96º97.2%28.04%-
HSV(B)334.96º98.58%55.29%-
XYZ11.826.034.82-
YUV50.17133.55192.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=69.46%
G=0.99%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14126000.990.570.45334.9697.228.04
Hex8D23C063392D14f611c
Octal2152740143715551714134
Binary100011011011110001100011111001101101101001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,60); }

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

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

 a { background-color: rgb(141,2,60); }

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

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

 span { border-color: rgb(141,2,60); }

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