#880633

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

Shades of Burgundy #880633

Tints of Burgundy #880633

Color information

#880633 (or 0x880633) is unknown color: approx Burgundy. HEX triplet: 88, 06 and 33. RGB value is (136,6,51). Sum of RGB (Red+Green+Blue) = 136+6+51=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880633 is #77F9CC. Grayscale: #313131. Windows color (decimal): -7862733 or 3344008. OLE color: 3344008.

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

Color convert

RGB136651-
CMYK00.960.620.47
HSL339.23º91.55%27.84%-
HSV(B)339.23º95.59%53.33%-
XYZ10.825.63.64-
YUV50128.57189.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 70.47%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=70.47%
G=3.11%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13665100.960.620.47339.2391.5527.84
Hex886330603E2F1535c1c
Octal2106630140765752313434
Binary1000100011011001101100000111110101111101010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880633; }

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

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

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

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

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

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

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

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