#8B0D3C

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

Shades of Burgundy #8B0D3C

Tints of Burgundy #8B0D3C

Color information

#8B0D3C (or 0x8B0D3C) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 3C. RGB value is (139,13,60). Sum of RGB (Red+Green+Blue) = 139+13+60=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D3C is #74F2C3. Grayscale: #373737. Windows color (decimal): -7664324 or 3935627. OLE color: 3935627.

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

Color convert

RGB1391360-
CMYK00.910.570.45
HSL337.62º82.89%29.8%-
HSV(B)337.62º90.65%54.51%-
XYZ11.616.14.84-
YUV56.03130.24187.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=65.57%
G=6.13%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139136000.910.570.45337.6282.8929.8
Hex8BD3C05B392D152531e
Octal21315740133715552212336
Binary10001011110111110001011011111001101101101010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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