#8A0820

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

Shades of Burgundy #8A0820

Tints of Burgundy #8A0820

Color information

#8A0820 (or 0x8A0820) is unknown color: approx Burgundy. HEX triplet: 8A, 08 and 20. RGB value is (138,8,32). Sum of RGB (Red+Green+Blue) = 138+8+32=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0820 is #75F7DF. Grayscale: #313131. Windows color (decimal): -7731168 or 2099338. OLE color: 2099338.

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

Color convert

RGB138832-
CMYK00.940.770.46
HSL348.92º89.04%28.63%-
HSV(B)348.92º94.2%54.12%-
XYZ10.835.681.89-
YUV49.61118.07191.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.53%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=77.53%
G=4.49%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13883200.940.770.46348.9289.0428.63
Hex8A82005E4D2E15d591d
Octal212104001361155653513135
Binary100010101000100000010111101001101101110101011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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