#8A0322

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

Shades of Burgundy #8A0322

Tints of Burgundy #8A0322

Color information

#8A0322 (or 0x8A0322) is unknown color: approx Burgundy. HEX triplet: 8A, 03 and 22. RGB value is (138,3,34). Sum of RGB (Red+Green+Blue) = 138+3+34=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0322 is #75FCDD. Grayscale: #2E2E2E. Windows color (decimal): -7732446 or 2229130. OLE color: 2229130.

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

Color convert

RGB138334-
CMYK00.980.750.46
HSL346.22º95.74%27.65%-
HSV(B)346.22º97.83%54.12%-
XYZ10.85.582.02-
YUV46.9120.73192.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.86%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=78.86%
G=1.71%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13833400.980.750.46346.2295.7427.65
Hex8A3220624B2E15a601c
Octal21234201421135653214034
Binary1000101011100010011000101001011101110101011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,34); }

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

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

 a { background-color: rgb(138,3,34); }

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

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

 span { border-color: rgb(138,3,34); }

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