#8B0320

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

Shades of Burgundy #8B0320

Tints of Burgundy #8B0320

Color information

#8B0320 (or 0x8B0320) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 20. RGB value is (139,3,32). Sum of RGB (Red+Green+Blue) = 139+3+32=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0320 is #74FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7666912 or 2098059. OLE color: 2098059.

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

Color convert

RGB139332-
CMYK00.980.770.45
HSL347.21º95.77%27.84%-
HSV(B)347.21º97.84%54.51%-
XYZ10.945.661.88-
YUV46.97119.56193.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=79.89%
G=1.72%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933200.980.770.45347.2195.7727.84
Hex8B3200624D2D15b601c
Octal21334001421155553314034
Binary1000101111100000011000101001101101101101011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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