#8D0B36

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

Shades of Burgundy #8D0B36

Tints of Burgundy #8D0B36

Color information

#8D0B36 (or 0x8D0B36) is unknown color: approx Burgundy. HEX triplet: 8D, 0B and 36. RGB value is (141,11,54). Sum of RGB (Red+Green+Blue) = 141+11+54=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B36 is #72F4C9. Grayscale: #363636. Windows color (decimal): -7533770 or 3541901. OLE color: 3541901.

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

Color convert

RGB1411154-
CMYK00.920.620.45
HSL340.15º85.53%29.8%-
HSV(B)340.15º92.2%55.29%-
XYZ11.776.174.06-
YUV54.77127.57189.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=68.45%
G=5.34%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141115400.920.620.45340.1585.5329.8
Hex8DB3605C3E2D154561e
Octal21513660134765552412636
Binary10001101101111011001011100111110101101101010100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,11,54); }

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

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

 a { background-color: rgb(141,11,54); }

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

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

 span { border-color: rgb(141,11,54); }

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