#880834

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

Shades of Burgundy #880834

Tints of Burgundy #880834

Color information

#880834 (or 0x880834) is unknown color: approx Burgundy. HEX triplet: 88, 08 and 34. RGB value is (136,8,52). Sum of RGB (Red+Green+Blue) = 136+8+52=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880834 is #77F7CB. Grayscale: #333333. Windows color (decimal): -7862220 or 3410056. OLE color: 3410056.

HSL color Cylindrical-coordinate representation of color #880834: hue angle of 339.38º 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 #880834 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB136852-
CMYK00.940.620.47
HSL339.38º88.89%28.24%-
HSV(B)339.38º94.12%53.33%-
XYZ10.865.663.77-
YUV51.29128.41188.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.39%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=69.39%
G=4.08%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13685200.940.620.47339.3888.8928.24
Hex8883405E3E2F153591c
Octal21010640136765752313134
Binary10001000100011010001011110111110101111101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880834; }

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

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

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

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

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

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

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

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