#8A011C

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

Shades of Burgundy #8A011C

Tints of Burgundy #8A011C

Color information

#8A011C (or 0x8A011C) is unknown color: approx Burgundy. HEX triplet: 8A, 01 and 1C. RGB value is (138,1,28). Sum of RGB (Red+Green+Blue) = 138+1+28=167 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.63% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 138 - color contains mainly: red. Hex color #8A011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A011C is #75FEE3. Grayscale: #2D2D2D. Windows color (decimal): -7732964 or 1835402. OLE color: 1835402.

HSL color Cylindrical-coordinate representation of color #8A011C: hue angle of 348.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A011C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB138128-
CMYK00.990.800.46
HSL348.18º98.56%27.25%-
HSV(B)348.18º99.28%54.12%-
XYZ10.75.511.6-
YUV45.04118.39194.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.63%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=82.63%
G=0.60%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812800.990.800.46348.1898.5627.25
Hex8A11C063502E15c631b
Octal21213401431205653414333
Binary10001010111100011000111010000101110101011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,28); }

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

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

 a { background-color: rgb(138,1,28); }

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

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

 span { border-color: rgb(138,1,28); }

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