#8B013C

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

Shades of Burgundy #8B013C

Tints of Burgundy #8B013C

Color information

#8B013C (or 0x8B013C) is unknown color: approx Burgundy. HEX triplet: 8B, 01 and 3C. RGB value is (139,1,60). Sum of RGB (Red+Green+Blue) = 139+1+60=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B013C is #74FEC3. Grayscale: #303030. Windows color (decimal): -7667396 or 3932555. OLE color: 3932555.

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

Color convert

RGB139160-
CMYK00.990.570.45
HSL334.35º98.57%27.45%-
HSV(B)334.35º99.28%54.51%-
XYZ11.475.844.8-
YUV48.99134.22192.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=69.5%
G=0.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13916000.990.570.45334.3598.5727.45
Hex8B13C063392D14e631b
Octal2131740143715551614333
Binary10001011111110001100011111001101101101001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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