#8B0322

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

Shades of Burgundy #8B0322

Tints of Burgundy #8B0322

Color information

#8B0322 (or 0x8B0322) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 22. RGB value is (139,3,34). Sum of RGB (Red+Green+Blue) = 139+3+34=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0322 is #74FCDD. Grayscale: #2F2F2F. Windows color (decimal): -7666910 or 2229131. OLE color: 2229131.

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

Color convert

RGB139334-
CMYK00.980.760.45
HSL346.32º95.77%27.84%-
HSV(B)346.32º97.84%54.51%-
XYZ10.975.672.03-
YUV47.2120.56193.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.98%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=78.98%
G=1.70%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933400.980.760.45346.3295.7727.84
Hex8B3220624C2D15a601c
Octal21334201421145553214034
Binary1000101111100010011000101001100101101101011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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