#8B0D2A

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

Shades of Burgundy #8B0D2A

Tints of Burgundy #8B0D2A

Color information

#8B0D2A (or 0x8B0D2A) is unknown color: approx Burgundy. HEX triplet: 8B, 0D and 2A. RGB value is (139,13,42). Sum of RGB (Red+Green+Blue) = 139+13+42=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D2A is #74F2D5. Grayscale: #353535. Windows color (decimal): -7664342 or 2755979. OLE color: 2755979.

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

Color convert

RGB1391342-
CMYK00.910.700.45
HSL346.19º82.89%29.8%-
HSV(B)346.19º90.65%54.51%-
XYZ11.215.942.75-
YUV53.98121.24188.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.65%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=71.65%
G=6.70%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139134200.910.700.45346.1982.8929.8
Hex8BD2A05B462D15a531e
Octal213155201331065553212336
Binary100010111101101010010110111000110101101101011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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