#8A112A

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

Shades of Burgundy #8A112A

Tints of Burgundy #8A112A

Color information

#8A112A (or 0x8A112A) is unknown color: approx Burgundy. HEX triplet: 8A, 11 and 2A. RGB value is (138,17,42). Sum of RGB (Red+Green+Blue) = 138+17+42=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A112A is #75EED5. Grayscale: #383838. Windows color (decimal): -7728854 or 2757002. OLE color: 2757002.

HSL color Cylindrical-coordinate representation of color #8A112A: hue angle of 347.6º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A112A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1381742-
CMYK00.880.700.46
HSL347.6º78.06%30.39%-
HSV(B)347.6º87.68%54.12%-
XYZ11.15.972.76-
YUV56.03120.09186.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.05%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=70.05%
G=8.63%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138174200.880.700.46347.678.0630.39
Hex8A112A058462E15c4e1e
Octal212215201301065653411636
Binary1000101010001101010010110001000110101110101011100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,42); }

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

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

 a { background-color: rgb(138,17,42); }

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

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

 span { border-color: rgb(138,17,42); }

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