#8D0938

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

Shades of Burgundy #8D0938

Tints of Burgundy #8D0938

Color information

#8D0938 (or 0x8D0938) is unknown color: approx Burgundy. HEX triplet: 8D, 09 and 38. RGB value is (141,9,56). Sum of RGB (Red+Green+Blue) = 141+9+56=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0938 is #72F6C7. Grayscale: #353535. Windows color (decimal): -7534280 or 3672461. OLE color: 3672461.

HSL color Cylindrical-coordinate representation of color #8D0938: hue angle of 338.64º degrees, saturation: 0.88, 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 #8D0938 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB141956-
CMYK00.940.600.45
HSL338.64º88%29.41%-
HSV(B)338.64º93.62%55.29%-
XYZ11.86.144.31-
YUV53.83129.23190.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=68.45%
G=4.37%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14195600.940.600.45338.648829.41
Hex8D93805E3C2D153581d
Octal21511700136745552313035
Binary10001101100111100001011110111100101101101010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,9,56); }

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

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

 a { background-color: rgb(141,9,56); }

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

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

 span { border-color: rgb(141,9,56); }

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