#880132

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

Shades of Burgundy #880132

Tints of Burgundy #880132

Color information

#880132 (or 0x880132) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 32. RGB value is (136,1,50). Sum of RGB (Red+Green+Blue) = 136+1+50=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880132 is #77FECD. Grayscale: #2E2E2E. Windows color (decimal): -7864014 or 3277192. OLE color: 3277192.

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

Color convert

RGB136150-
CMYK00.990.630.47
HSL338.22º98.54%26.86%-
HSV(B)338.22º99.26%53.33%-
XYZ10.745.493.51-
YUV46.95129.73191.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=72.73%
G=0.53%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13615000.990.630.47338.2298.5426.86
Hex881320633F2F152631b
Octal2101620143775752214333
Binary10001000111001001100011111111101111101010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880132; }

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

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

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

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

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

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

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

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