#8B0D3D

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

Shades of Burgundy #8B0D3D

Tints of Burgundy #8B0D3D

Color information

#8B0D3D (or 0x8B0D3D) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 3D. RGB value is (139,13,61). Sum of RGB (Red+Green+Blue) = 139+13+61=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D3D is #74F2C2. Grayscale: #383838. Windows color (decimal): -7664323 or 4001163. OLE color: 4001163.

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

Color convert

RGB1391361-
CMYK00.910.560.45
HSL337.14º82.89%29.8%-
HSV(B)337.14º90.65%54.51%-
XYZ11.636.114.98-
YUV56.15130.74187.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.26%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=65.26%
G=6.10%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139136100.910.560.45337.1482.8929.8
Hex8BD3D05B382D151531e
Octal21315750133705552112336
Binary10001011110111110101011011111000101101101010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,61); }

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

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

 a { background-color: rgb(139,13,61); }

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

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

 span { border-color: rgb(139,13,61); }

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