#880823

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

Shades of Burgundy #880823

Tints of Burgundy #880823

Color information

#880823 (or 0x880823) is unknown color: approx Burgundy. HEX triplet: 88, 08 and 23. RGB value is (136,8,35). Sum of RGB (Red+Green+Blue) = 136+8+35=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #880823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880823 is #77F7DC. Grayscale: #313131. Windows color (decimal): -7862237 or 2295944. OLE color: 2295944.

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

Color convert

RGB136835-
CMYK00.940.740.47
HSL347.34º88.89%28.24%-
HSV(B)347.34º94.12%53.33%-
XYZ10.545.532.1-
YUV49.35119.91189.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.98%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=75.98%
G=4.47%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13683500.940.740.47347.3488.8928.24
Hex8882305E4A2F15b591c
Octal210104301361125753313134
Binary100010001000100011010111101001010101111101011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880823; }

 p { color: rgb(136,8,35); }

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

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

 a { background-color: rgb(136,8,35); }

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

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

 span { border-color: rgb(136,8,35); }

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