#8B012C

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

Shades of Burgundy #8B012C

Tints of Burgundy #8B012C

Color information

#8B012C (or 0x8B012C) is unknown color: approx Burgundy. HEX triplet: 8B, 01 and 2C. RGB value is (139,1,44). Sum of RGB (Red+Green+Blue) = 139+1+44=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B012C is #74FED3. Grayscale: #2F2F2F. Windows color (decimal): -7667412 or 2883979. OLE color: 2883979.

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

Color convert

RGB139144-
CMYK00.990.680.45
HSL341.3º98.57%27.45%-
HSV(B)341.3º99.28%54.51%-
XYZ11.115.692.9-
YUV47.16126.22193.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.54%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=75.54%
G=0.54%
B=23.91%

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
Decimal13914400.990.680.45341.398.5727.45
Hex8B12C063442D155631b
Octal21315401431045552514333
Binary100010111101100011000111000100101101101010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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