#880432

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

Shades of Burgundy #880432

Tints of Burgundy #880432

Color information

#880432 (or 0x880432) is unknown color: approx Burgundy. HEX triplet: 88, 04 and 32. RGB value is (136,4,50). Sum of RGB (Red+Green+Blue) = 136+4+50=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880432 is #77FBCD. Grayscale: #303030. Windows color (decimal): -7863246 or 3277960. OLE color: 3277960.

HSL color Cylindrical-coordinate representation of color #880432: hue angle of 339.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880432 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB136450-
CMYK00.970.630.47
HSL339.09º94.29%27.45%-
HSV(B)339.09º97.06%53.33%-
XYZ10.775.553.52-
YUV48.71128.73190.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=71.58%
G=2.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13645000.970.630.47339.0994.2927.45
Hex884320613F2F1535e1b
Octal2104620141775752313633
Binary1000100010011001001100001111111101111101010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880432; }

 p { color: rgb(136,4,50); }

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

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

 a { background-color: rgb(136,4,50); }

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

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

 span { border-color: rgb(136,4,50); }

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