#8A052B

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

Shades of Burgundy #8A052B

Tints of Burgundy #8A052B

Color information

#8A052B (or 0x8A052B) is unknown color: approx Burgundy. HEX triplet: 8A, 05 and 2B. RGB value is (138,5,43). Sum of RGB (Red+Green+Blue) = 138+5+43=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A052B is #75FAD4. Grayscale: #313131. Windows color (decimal): -7731925 or 2819466. OLE color: 2819466.

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

Color convert

RGB138543-
CMYK00.960.690.46
HSL342.86º93.01%28.04%-
HSV(B)342.86º96.38%54.12%-
XYZ10.975.692.8-
YUV49.1124.56191.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 74.19%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=74.19%
G=2.69%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13854300.960.690.46342.8693.0128.04
Hex8A52B060452E1575d1c
Octal21255301401055652713534
Binary10001010101101011011000001000101101110101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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