#8B031F

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

Shades of Burgundy #8B031F

Tints of Burgundy #8B031F

Color information

#8B031F (or 0x8B031F) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 1F. RGB value is (139,3,31). Sum of RGB (Red+Green+Blue) = 139+3+31=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B031F is #74FCE0. Grayscale: #2E2E2E. Windows color (decimal): -7666913 or 2032523. OLE color: 2032523.

HSL color Cylindrical-coordinate representation of color #8B031F: hue angle of 347.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B031F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB139331-
CMYK00.980.780.45
HSL347.65º95.77%27.84%-
HSV(B)347.65º97.84%54.51%-
XYZ10.935.651.81-
YUV46.86119.06193.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=80.35%
G=1.73%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933100.980.780.45347.6595.7727.84
Hex8B31F0624E2D15c601c
Octal21333701421165553414034
Binary100010111111111011000101001110101101101011100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,31); }

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

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

 a { background-color: rgb(139,3,31); }

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

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

 span { border-color: rgb(139,3,31); }

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