#8C0020

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

Shades of Burgundy #8C0020

Tints of Burgundy #8C0020

Color information

#8C0020 (or 0x8C0020) is unknown color: approx Burgundy. HEX triplet: 8C, 00 and 20. RGB value is (140,0,32). Sum of RGB (Red+Green+Blue) = 140+0+32=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0020 is #73FFDF. Grayscale: #2D2D2D. Windows color (decimal): -7602144 or 2097292. OLE color: 2097292.

HSL color Cylindrical-coordinate representation of color #8C0020: hue angle of 346.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0020 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB140032-
CMYK010.770.45
HSL346.29º100%27.45%-
HSV(B)346.29º100%54.9%-
XYZ11.085.681.88-
YUV45.51120.38195.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 81.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=81.40%
G=0%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140032010.770.45346.2910027.45
Hex8C0200644D2D15a641b
Octal21404001441155553214433
Binary100011000100000011001001001101101101101011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,32); }

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

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

 a { background-color: rgb(140,0,32); }

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

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

 span { border-color: rgb(140,0,32); }

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