#880520

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

Shades of Burgundy #880520

Tints of Burgundy #880520

Color information

#880520 (or 0x880520) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 20. RGB value is (136,5,32). Sum of RGB (Red+Green+Blue) = 136+5+32=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880520 is #77FADF. Grayscale: #2F2F2F. Windows color (decimal): -7863008 or 2098568. OLE color: 2098568.

HSL color Cylindrical-coordinate representation of color #880520: hue angle of 347.63º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880520 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB136532-
CMYK00.960.760.47
HSL347.63º92.91%27.65%-
HSV(B)347.63º96.32%53.33%-
XYZ10.475.451.87-
YUV47.25119.4191.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=78.61%
G=2.89%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13653200.960.760.47347.6392.9127.65
Hex885200604C2F15c5d1c
Octal21054001401145753413534
Binary10001000101100000011000001001100101111101011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880520; }

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

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

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

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

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

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

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

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