#8A081E

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

Shades of Burgundy #8A081E

Tints of Burgundy #8A081E

Color information

#8A081E (or 0x8A081E) is unknown color: approx Burgundy. HEX triplet: 8A, 08 and 1E. RGB value is (138,8,30). Sum of RGB (Red+Green+Blue) = 138+8+30=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A081E is #75F7E1. Grayscale: #313131. Windows color (decimal): -7731170 or 1968266. OLE color: 1968266.

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

Color convert

RGB138830-
CMYK00.940.780.46
HSL349.85º89.04%28.63%-
HSV(B)349.85º94.2%54.12%-
XYZ10.85.671.75-
YUV49.38117.07191.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.41%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=78.41%
G=4.55%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13883000.940.780.46349.8589.0428.63
Hex8A81E05E4E2E15e591d
Octal212103601361165653613135
Binary10001010100011110010111101001110101110101011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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