#8B062E

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

Shades of Burgundy #8B062E

Tints of Burgundy #8B062E

Color information

#8B062E (or 0x8B062E) is unknown color: approx Burgundy. HEX triplet: 8B, 06 and 2E. RGB value is (139,6,46). Sum of RGB (Red+Green+Blue) = 139+6+46=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B062E is #74F9D1. Grayscale: #323232. Windows color (decimal): -7666130 or 3016331. OLE color: 3016331.

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

Color convert

RGB139646-
CMYK00.960.670.45
HSL341.95º91.72%28.43%-
HSV(B)341.95º95.68%54.51%-
XYZ11.215.823.12-
YUV50.33125.56191.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.77%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=72.77%
G=3.14%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13964600.960.670.45341.9591.7228.43
Hex8B62E060432D1565c1c
Octal21365601401035552613434
Binary10001011110101110011000001000011101101101010110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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