#880621

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

Shades of Burgundy #880621

Tints of Burgundy #880621

Color information

#880621 (or 0x880621) is unknown color: approx Burgundy. HEX triplet: 88, 06 and 21. RGB value is (136,6,33). Sum of RGB (Red+Green+Blue) = 136+6+33=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880621 is #77F9DE. Grayscale: #2F2F2F. Windows color (decimal): -7862751 or 2164360. OLE color: 2164360.

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

Color convert

RGB136633-
CMYK00.960.760.47
HSL347.54º91.55%27.84%-
HSV(B)347.54º95.59%53.33%-
XYZ10.495.471.94-
YUV47.95119.57190.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=77.71%
G=3.43%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13663300.960.760.47347.5491.5527.84
Hex886210604C2F15c5c1c
Octal21064101401145753413434
Binary10001000110100001011000001001100101111101011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880621; }

 p { color: rgb(136,6,33); }

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

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

 a { background-color: rgb(136,6,33); }

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

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

 span { border-color: rgb(136,6,33); }

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