#8A0320

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

Shades of Burgundy #8A0320

Tints of Burgundy #8A0320

Color information

#8A0320 (or 0x8A0320) is unknown color: approx Burgundy. HEX triplet: 8A, 03 and 20. RGB value is (138,3,32). Sum of RGB (Red+Green+Blue) = 138+3+32=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0320 is #75FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7732448 or 2098058. OLE color: 2098058.

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

Color convert

RGB138332-
CMYK00.980.770.46
HSL347.11º95.74%27.65%-
HSV(B)347.11º97.83%54.12%-
XYZ10.775.571.87-
YUV46.67119.73193.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.77%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=79.77%
G=1.73%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13833200.980.770.46347.1195.7427.65
Hex8A3200624D2E15b601c
Octal21234001421155653314034
Binary1000101011100000011000101001101101110101011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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