#880E38

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

Shades of Burgundy #880E38

Tints of Burgundy #880E38

Color information

#880E38 (or 0x880E38) is unknown color: approx Burgundy. HEX triplet: 88, 0E and 38. RGB value is (136,14,56). Sum of RGB (Red+Green+Blue) = 136+14+56=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E38 is #77F1C7. Grayscale: #373737. Windows color (decimal): -7860680 or 3673736. OLE color: 3673736.

HSL color Cylindrical-coordinate representation of color #880E38: hue angle of 339.34º 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 #880E38 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1361456-
CMYK00.900.590.47
HSL339.34º81.33%29.41%-
HSV(B)339.34º89.71%53.33%-
XYZ11.025.834.29-
YUV55.27128.42185.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=66.02%
G=6.80%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136145600.900.590.47339.3481.3329.41
Hex88E3805A3B2F153511d
Octal21016700132735752312135
Binary10001000111011100001011010111011101111101010011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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