#8A063F

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

Shades of Burgundy #8A063F

Tints of Burgundy #8A063F

Color information

#8A063F (or 0x8A063F) is unknown color: approx Burgundy. HEX triplet: 8A, 06 and 3F. RGB value is (138,6,63). Sum of RGB (Red+Green+Blue) = 138+6+63=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A063F is #75F9C0. Grayscale: #333333. Windows color (decimal): -7731649 or 4130442. OLE color: 4130442.

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

Color convert

RGB138663-
CMYK00.960.540.46
HSL334.09º91.67%28.24%-
HSV(B)334.09º95.65%54.12%-
XYZ11.445.895.24-
YUV51.97134.23189.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 63 (25% from 255) = 30.43%
R=66.67%
G=2.90%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13866300.960.540.46334.0991.6728.24
Hex8A63F060362E14e5c1c
Octal2126770140665651613434
Binary1000101011011111101100000110110101110101001110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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