#880932

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

Shades of Burgundy #880932

Tints of Burgundy #880932

Color information

#880932 (or 0x880932) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 32. RGB value is (136,9,50). Sum of RGB (Red+Green+Blue) = 136+9+50=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880932 is #77F6CD. Grayscale: #333333. Windows color (decimal): -7861966 or 3279240. OLE color: 3279240.

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

Color convert

RGB136950-
CMYK00.930.630.47
HSL340.63º87.59%28.43%-
HSV(B)340.63º93.38%53.33%-
XYZ10.835.663.54-
YUV51.65127.08188.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=69.74%
G=4.62%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13695000.930.630.47340.6387.5928.43
Hex8893205D3F2F155581c
Octal21011620135775752513034
Binary10001000100111001001011101111111101111101010101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880932; }

 p { color: rgb(136,9,50); }

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

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

 a { background-color: rgb(136,9,50); }

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

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

 span { border-color: rgb(136,9,50); }

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