#8B0620

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

Shades of Burgundy #8B0620

Tints of Burgundy #8B0620

Color information

#8B0620 (or 0x8B0620) is unknown color: approx Burgundy. HEX triplet: 8B, 06 and 20. RGB value is (139,6,32). Sum of RGB (Red+Green+Blue) = 139+6+32=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0620 is #74F9DF. Grayscale: #303030. Windows color (decimal): -7666144 or 2098827. OLE color: 2098827.

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

Color convert

RGB139632-
CMYK00.960.770.45
HSL348.27º91.72%28.43%-
HSV(B)348.27º95.68%54.51%-
XYZ10.975.721.89-
YUV48.73118.56192.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.53%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=78.53%
G=3.39%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13963200.960.770.45348.2791.7228.43
Hex8B6200604D2D15c5c1c
Octal21364001401155553413434
Binary10001011110100000011000001001101101101101011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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