#8C0520

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

Shades of Burgundy #8C0520

Tints of Burgundy #8C0520

Color information

#8C0520 (or 0x8C0520) is unknown color: approx Burgundy. HEX triplet: 8C, 05 and 20. RGB value is (140,5,32). Sum of RGB (Red+Green+Blue) = 140+5+32=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0520 is #73FADF. Grayscale: #303030. Windows color (decimal): -7600864 or 2098572. OLE color: 2098572.

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

Color convert

RGB140532-
CMYK00.960.770.45
HSL348º93.1%28.43%-
HSV(B)348º96.43%54.9%-
XYZ11.135.791.9-
YUV48.44118.73193.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 79.10%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=79.10%
G=2.82%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14053200.960.770.4534893.128.43
Hex8C5200604D2D15c5d1c
Octal21454001401155553413534
Binary10001100101100000011000001001101101101101011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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