#880738

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

Shades of Burgundy #880738

Tints of Burgundy #880738

Color information

#880738 (or 0x880738) is unknown color: approx Burgundy. HEX triplet: 88, 07 and 38. RGB value is (136,7,56). Sum of RGB (Red+Green+Blue) = 136+7+56=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880738 is #77F8C7. Grayscale: #333333. Windows color (decimal): -7862472 or 3671944. OLE color: 3671944.

HSL color Cylindrical-coordinate representation of color #880738: hue angle of 337.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880738 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB136756-
CMYK00.950.590.47
HSL337.21º90.21%28.04%-
HSV(B)337.21º94.85%53.33%-
XYZ10.945.674.26-
YUV51.16130.74188.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=68.34%
G=3.52%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13675600.950.590.47337.2190.2128.04
Hex8873805F3B2F1515a1c
Octal2107700137735752113234
Binary1000100011111100001011111111011101111101010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880738; }

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

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

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

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

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

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

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

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