#8A0529

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

Shades of Burgundy #8A0529

Tints of Burgundy #8A0529

Color information

#8A0529 (or 0x8A0529) is unknown color: approx Burgundy. HEX triplet: 8A, 05 and 29. RGB value is (138,5,41). Sum of RGB (Red+Green+Blue) = 138+5+41=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0529 is #75FAD6. Grayscale: #303030. Windows color (decimal): -7731927 or 2688394. OLE color: 2688394.

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

Color convert

RGB138541-
CMYK00.960.700.46
HSL343.76º93.01%28.04%-
HSV(B)343.76º96.38%54.12%-
XYZ10.945.672.62-
YUV48.87123.56191.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=75%
G=2.72%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13854100.960.700.46343.7693.0128.04
Hex8A529060462E1585d1c
Octal21255101401065653013534
Binary10001010101101001011000001000110101110101011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,41); }

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

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

 a { background-color: rgb(138,5,41); }

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

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

 span { border-color: rgb(138,5,41); }

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