#8A043A

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

Shades of Burgundy #8A043A

Tints of Burgundy #8A043A

Color information

#8A043A (or 0x8A043A) is unknown color: approx Burgundy. HEX triplet: 8A, 04 and 3A. RGB value is (138,4,58). Sum of RGB (Red+Green+Blue) = 138+4+58=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A043A is #75FBC5. Grayscale: #323232. Windows color (decimal): -7732166 or 3802250. OLE color: 3802250.

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

Color convert

RGB138458-
CMYK00.970.580.46
HSL335.82º94.37%27.84%-
HSV(B)335.82º97.1%54.12%-
XYZ11.295.84.53-
YUV50.22132.39190.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 58 (23.05% from 255) = 29%
R=69%
G=2%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13845800.970.580.46335.8294.3727.84
Hex8A43A0613A2E1505e1c
Octal2124720141725652013634
Binary1000101010011101001100001111010101110101010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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