#880136

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

Shades of Burgundy #880136

Tints of Burgundy #880136

Color information

#880136 (or 0x880136) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 36. RGB value is (136,1,54). Sum of RGB (Red+Green+Blue) = 136+1+54=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880136 is #77FEC9. Grayscale: #2F2F2F. Windows color (decimal): -7864010 or 3539336. OLE color: 3539336.

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

Color convert

RGB136154-
CMYK00.990.600.47
HSL336.44º98.54%26.86%-
HSV(B)336.44º99.26%53.33%-
XYZ10.835.523.99-
YUV47.41131.73191.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=71.20%
G=0.52%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13615400.990.600.47336.4498.5426.86
Hex881360633C2F150631b
Octal2101660143745752014333
Binary10001000111011001100011111100101111101010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880136; }

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

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

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

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

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

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

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

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