#8A062B

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

Shades of Burgundy #8A062B

Tints of Burgundy #8A062B

Color information

#8A062B (or 0x8A062B) is unknown color: approx Burgundy. HEX triplet: 8A, 06 and 2B. RGB value is (138,6,43). Sum of RGB (Red+Green+Blue) = 138+6+43=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A062B is #75F9D4. Grayscale: #313131. Windows color (decimal): -7731669 or 2819722. OLE color: 2819722.

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

Color convert

RGB138643-
CMYK00.960.690.46
HSL343.18º91.67%28.24%-
HSV(B)343.18º95.65%54.12%-
XYZ10.985.712.81-
YUV49.69124.23190.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.80%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=73.80%
G=3.21%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13864300.960.690.46343.1891.6728.24
Hex8A62B060452E1575c1c
Octal21265301401055652713434
Binary10001010110101011011000001000101101110101010111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,43); }

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

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

 a { background-color: rgb(138,6,43); }

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

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

 span { border-color: rgb(138,6,43); }

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