#8D093D

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

Shades of Burgundy #8D093D

Tints of Burgundy #8D093D

Color information

#8D093D (or 0x8D093D) is unknown color: approx Burgundy. HEX triplet: 8D, 09 and 3D. RGB value is (141,9,61). Sum of RGB (Red+Green+Blue) = 141+9+61=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D093D is #72F6C2. Grayscale: #363636. Windows color (decimal): -7534275 or 4000141. OLE color: 4000141.

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

Color convert

RGB141961-
CMYK00.940.570.45
HSL336.36º88%29.41%-
HSV(B)336.36º93.62%55.29%-
XYZ11.926.24.98-
YUV54.4131.73189.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.82%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=66.82%
G=4.27%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14196100.940.570.45336.368829.41
Hex8D93D05E392D150581d
Octal21511750136715552013035
Binary10001101100111110101011110111001101101101010000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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