#880519

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

Shades of Burgundy #880519

Tints of Burgundy #880519

Color information

#880519 (or 0x880519) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 19. RGB value is (136,5,25). Sum of RGB (Red+Green+Blue) = 136+5+25=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880519 is #77FAE6. Grayscale: #2E2E2E. Windows color (decimal): -7863015 or 1639816. OLE color: 1639816.

HSL color Cylindrical-coordinate representation of color #880519: hue angle of 350.84º 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 #880519 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB136525-
CMYK00.960.820.47
HSL350.84º92.91%27.65%-
HSV(B)350.84º96.32%53.33%-
XYZ10.385.411.42-
YUV46.45115.9191.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.93%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=81.93%
G=3.01%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13652500.960.820.47350.8492.9127.65
Hex88519060522F15f5d1c
Octal21053101401225753713534
Binary1000100010111001011000001010010101111101011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880519; }

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

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

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

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

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

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

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

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