#8D0B31

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

Shades of Burgundy #8D0B31

Tints of Burgundy #8D0B31

Color information

#8D0B31 (or 0x8D0B31) is unknown color: approx Burgundy. HEX triplet: 8D, 0B and 31. RGB value is (141,11,49). Sum of RGB (Red+Green+Blue) = 141+11+49=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B31 is #72F4CE. Grayscale: #363636. Windows color (decimal): -7533775 or 3214221. OLE color: 3214221.

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

Color convert

RGB1411149-
CMYK00.920.650.45
HSL342.46º85.53%29.8%-
HSV(B)342.46º92.2%55.29%-
XYZ11.666.123.47-
YUV54.2125.07189.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.15%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=70.15%
G=5.47%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141114900.920.650.45342.4685.5329.8
Hex8DB3105C412D156561e
Octal215136101341015552612636
Binary100011011011110001010111001000001101101101010110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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