#880A39

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

Shades of Burgundy #880A39

Tints of Burgundy #880A39

Color information

#880A39 (or 0x880A39) is unknown color: approx Burgundy. HEX triplet: 88, 0A and 39. RGB value is (136,10,57). Sum of RGB (Red+Green+Blue) = 136+10+57=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #880A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A39 is #77F5C6. Grayscale: #343434. Windows color (decimal): -7861703 or 3738248. OLE color: 3738248.

HSL color Cylindrical-coordinate representation of color #880A39: hue angle of 337.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A39 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1361057-
CMYK00.930.580.47
HSL337.62º86.3%28.63%-
HSV(B)337.62º92.65%53.33%-
XYZ115.754.4-
YUV53.03130.24187.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 57 (22.66% from 255) = 28.08%
R=67.00%
G=4.93%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136105700.930.580.47337.6286.328.63
Hex88A3905D3A2F152561d
Octal21012710135725752212635
Binary10001000101011100101011101111010101111101010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A39; }

 p { color: rgb(136,10,57); }

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

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

 a { background-color: rgb(136,10,57); }

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

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

 span { border-color: rgb(136,10,57); }

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