#8B012B

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

Shades of Burgundy #8B012B

Tints of Burgundy #8B012B

Color information

#8B012B (or 0x8B012B) is unknown color: approx Burgundy. HEX triplet: 8B, 01 and 2B. RGB value is (139,1,43). Sum of RGB (Red+Green+Blue) = 139+1+43=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B012B is #74FED4. Grayscale: #2F2F2F. Windows color (decimal): -7667413 or 2818443. OLE color: 2818443.

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

Color convert

RGB139143-
CMYK00.990.690.45
HSL341.74º98.57%27.45%-
HSV(B)341.74º99.28%54.51%-
XYZ11.095.692.8-
YUV47.05125.72193.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.96%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=75.96%
G=0.55%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13914300.990.690.45341.7498.5727.45
Hex8B12B063452D156631b
Octal21315301431055552614333
Binary100010111101011011000111000101101101101010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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