#880A3F

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

Shades of Burgundy #880A3F

Tints of Burgundy #880A3F

Color information

#880A3F (or 0x880A3F) is unknown color: approx Burgundy. HEX triplet: 88, 0A and 3F. RGB value is (136,10,63). Sum of RGB (Red+Green+Blue) = 136+10+63=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A3F is #77F5C0. Grayscale: #353535. Windows color (decimal): -7861697 or 4131464. OLE color: 4131464.

HSL color Cylindrical-coordinate representation of color #880A3F: hue angle of 334.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A3F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1361063-
CMYK00.930.540.47
HSL334.76º86.3%28.63%-
HSV(B)334.76º92.65%53.33%-
XYZ11.165.815.24-
YUV53.72133.24186.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.07%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 63 (25% from 255) = 30.14%
R=65.07%
G=4.78%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136106300.930.540.47334.7686.328.63
Hex88A3F05D362F14f561d
Octal21012770135665751712635
Binary10001000101011111101011101110110101111101001111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,63); }

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

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

 a { background-color: rgb(136,10,63); }

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

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

 span { border-color: rgb(136,10,63); }

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