#881026

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

Shades of Burgundy #881026

Tints of Burgundy #881026

Color information

#881026 (or 0x881026) is unknown color: approx Burgundy. HEX triplet: 88, 10 and 26. RGB value is (136,16,38). Sum of RGB (Red+Green+Blue) = 136+16+38=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881026 is #77EFD9. Grayscale: #363636. Windows color (decimal): -7860186 or 2494600. OLE color: 2494600.

HSL color Cylindrical-coordinate representation of color #881026: hue angle of 349º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881026 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1361638-
CMYK00.880.720.47
HSL349º78.95%29.8%-
HSV(B)349º88.24%53.33%-
XYZ10.695.742.38-
YUV54.39118.76186.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 38 (15.23% from 255) = 20%
R=71.58%
G=8.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136163800.880.720.4734978.9529.8
Hex881026058482F15d4f1e
Octal210204601301105753511736
Binary1000100010000100110010110001001000101111101011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881026; }

 p { color: rgb(136,16,38); }

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

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

 a { background-color: rgb(136,16,38); }

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

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

 span { border-color: rgb(136,16,38); }

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