#8A0720

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

Shades of Burgundy #8A0720

Tints of Burgundy #8A0720

Color information

#8A0720 (or 0x8A0720) is unknown color: approx Burgundy. HEX triplet: 8A, 07 and 20. RGB value is (138,7,32). Sum of RGB (Red+Green+Blue) = 138+7+32=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0720 is #75F8DF. Grayscale: #313131. Windows color (decimal): -7731424 or 2099082. OLE color: 2099082.

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

Color convert

RGB138732-
CMYK00.950.770.46
HSL348.55º90.34%28.43%-
HSV(B)348.55º94.93%54.12%-
XYZ10.825.661.89-
YUV49.02118.4191.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.97%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=77.97%
G=3.95%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13873200.950.770.46348.5590.3428.43
Hex8A72005F4D2E15d5a1c
Octal21274001371155653513234
Binary10001010111100000010111111001101101110101011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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