#8B012D

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

Shades of Burgundy #8B012D

Tints of Burgundy #8B012D

Color information

#8B012D (or 0x8B012D) is unknown color: approx Burgundy. HEX triplet: 8B, 01 and 2D. RGB value is (139,1,45). Sum of RGB (Red+Green+Blue) = 139+1+45=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B012D is #74FED2. Grayscale: #2F2F2F. Windows color (decimal): -7667411 or 2949515. OLE color: 2949515.

HSL color Cylindrical-coordinate representation of color #8B012D: hue angle of 340.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B012D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB139145-
CMYK00.990.680.45
HSL340.87º98.57%27.45%-
HSV(B)340.87º99.28%54.51%-
XYZ11.135.73-
YUV47.28126.72193.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.14%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=75.14%
G=0.54%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13914500.990.680.45340.8798.5727.45
Hex8B12D063442D155631b
Octal21315501431045552514333
Binary100010111101101011000111000100101101101010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,45); }

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

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

 a { background-color: rgb(139,1,45); }

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

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

 span { border-color: rgb(139,1,45); }

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