#8A0631

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

Shades of Burgundy #8A0631

Tints of Burgundy #8A0631

Color information

#8A0631 (or 0x8A0631) is unknown color: approx Burgundy. HEX triplet: 8A, 06 and 31. RGB value is (138,6,49). Sum of RGB (Red+Green+Blue) = 138+6+49=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0631 is #75F9CE. Grayscale: #323232. Windows color (decimal): -7731663 or 3212938. OLE color: 3212938.

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

Color convert

RGB138649-
CMYK00.960.640.46
HSL340.45º91.67%28.24%-
HSV(B)340.45º95.65%54.12%-
XYZ11.15.763.43-
YUV50.37127.23190.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.50%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=71.50%
G=3.11%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13864900.960.640.46340.4591.6728.24
Hex8A631060402E1545c1c
Octal21266101401005652413434
Binary10001010110110001011000001000000101110101010100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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