#8A0436

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

Shades of Burgundy #8A0436

Tints of Burgundy #8A0436

Color information

#8A0436 (or 0x8A0436) is unknown color: approx Burgundy. HEX triplet: 8A, 04 and 36. RGB value is (138,4,54). Sum of RGB (Red+Green+Blue) = 138+4+54=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0436 is #75FBC9. Grayscale: #313131. Windows color (decimal): -7732170 or 3540106. OLE color: 3540106.

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

Color convert

RGB138454-
CMYK00.970.610.46
HSL337.61º94.37%27.84%-
HSV(B)337.61º97.1%54.12%-
XYZ11.195.764.01-
YUV49.77130.39190.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.41%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=70.41%
G=2.04%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13845400.970.610.46337.6194.3727.84
Hex8A4360613D2E1525e1c
Octal2124660141755652213634
Binary1000101010011011001100001111101101110101010010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,4,54); }

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

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

 a { background-color: rgb(138,4,54); }

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

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

 span { border-color: rgb(138,4,54); }

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