#8A112C

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

Shades of Burgundy #8A112C

Tints of Burgundy #8A112C

Color information

#8A112C (or 0x8A112C) is unknown color: approx Burgundy. HEX triplet: 8A, 11 and 2C. RGB value is (138,17,44). Sum of RGB (Red+Green+Blue) = 138+17+44=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A112C is #75EED3. Grayscale: #383838. Windows color (decimal): -7728852 or 2888074. OLE color: 2888074.

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

Color convert

RGB1381744-
CMYK00.880.680.46
HSL346.61º78.06%30.39%-
HSV(B)346.61º87.68%54.12%-
XYZ11.145.992.95-
YUV56.26121.09186.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.35%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=69.35%
G=8.54%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138174400.880.680.46346.6178.0630.39
Hex8A112C058442E15b4e1e
Octal212215401301045653311636
Binary1000101010001101100010110001000100101110101011011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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