#8A082E

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

Shades of Burgundy #8A082E

Tints of Burgundy #8A082E

Color information

#8A082E (or 0x8A082E) is unknown color: approx Burgundy. HEX triplet: 8A, 08 and 2E. RGB value is (138,8,46). Sum of RGB (Red+Green+Blue) = 138+8+46=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A082E is #75F7D1. Grayscale: #333333. Windows color (decimal): -7731154 or 3016842. OLE color: 3016842.

HSL color Cylindrical-coordinate representation of color #8A082E: hue angle of 342.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A082E is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB138846-
CMYK00.940.670.46
HSL342.46º89.04%28.63%-
HSV(B)342.46º94.2%54.12%-
XYZ11.065.773.12-
YUV51.2125.07189.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.88%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=71.88%
G=4.17%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13884600.940.670.46342.4689.0428.63
Hex8A82E05E432E156591d
Octal212105601361035652613135
Binary100010101000101110010111101000011101110101010110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,46); }

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

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

 a { background-color: rgb(138,8,46); }

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

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

 span { border-color: rgb(138,8,46); }

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