#880936

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

Shades of Burgundy #880936

Tints of Burgundy #880936

Color information

#880936 (or 0x880936) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 36. RGB value is (136,9,54). Sum of RGB (Red+Green+Blue) = 136+9+54=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880936 is #77F6C9. Grayscale: #343434. Windows color (decimal): -7861962 or 3541384. OLE color: 3541384.

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

Color convert

RGB136954-
CMYK00.930.600.47
HSL338.74º87.59%28.43%-
HSV(B)338.74º93.38%53.33%-
XYZ10.925.74.01-
YUV52.1129.08187.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=68.34%
G=4.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13695400.930.600.47338.7487.5928.43
Hex8893605D3C2F153581c
Octal21011660135745752313034
Binary10001000100111011001011101111100101111101010011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880936; }

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

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

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

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

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

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

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

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