#8A031E

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

Shades of Burgundy #8A031E

Tints of Burgundy #8A031E

Color information

#8A031E (or 0x8A031E) is unknown color: approx Burgundy. HEX triplet: 8A, 03 and 1E. RGB value is (138,3,30). Sum of RGB (Red+Green+Blue) = 138+3+30=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A031E is #75FCE1. Grayscale: #2E2E2E. Windows color (decimal): -7732450 or 1966986. OLE color: 1966986.

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

Color convert

RGB138330-
CMYK00.980.780.46
HSL348º95.74%27.65%-
HSV(B)348º97.83%54.12%-
XYZ10.755.561.74-
YUV46.44118.73193.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 80.70%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=80.70%
G=1.75%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13833000.980.780.4634895.7427.65
Hex8A31E0624E2E15c601c
Octal21233601421165653414034
Binary100010101111110011000101001110101110101011100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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