#880E28

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

Shades of Burgundy #880E28

Tints of Burgundy #880E28

Color information

#880E28 (or 0x880E28) is unknown color: approx Burgundy. HEX triplet: 88, 0E and 28. RGB value is (136,14,40). Sum of RGB (Red+Green+Blue) = 136+14+40=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E28 is #77F1D7. Grayscale: #353535. Windows color (decimal): -7860696 or 2625160. OLE color: 2625160.

HSL color Cylindrical-coordinate representation of color #880E28: hue angle of 347.21º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E28 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1361440-
CMYK00.900.710.47
HSL347.21º81.33%29.41%-
HSV(B)347.21º89.71%53.33%-
XYZ10.695.72.54-
YUV53.44120.42186.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 14 (5.86% from 255) = 7.37%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=71.58%
G=7.37%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136144000.900.710.47347.2181.3329.41
Hex88E2805A472F15b511d
Octal210165001321075753312135
Binary100010001110101000010110101000111101111101011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,14,40); }

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

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

 a { background-color: rgb(136,14,40); }

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

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

 span { border-color: rgb(136,14,40); }

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