#880026

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

Shades of Burgundy #880026

Tints of Burgundy #880026

Color information

#880026 (or 0x880026) is unknown color: approx Burgundy. HEX triplet: 88, 00 and 26. RGB value is (136,0,38). Sum of RGB (Red+Green+Blue) = 136+0+38=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880026 is #77FFD9. Grayscale: #2C2C2C. Windows color (decimal): -7864282 or 2490504. OLE color: 2490504.

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

Color convert

RGB136038-
CMYK010.720.47
HSL343.24º100%26.67%-
HSV(B)343.24º100%53.33%-
XYZ10.55.372.32-
YUV45124.06192.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=78.16%
G=0%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136038010.720.47343.2410026.67
Hex88026064482F157641b
Octal21004601441105752714433
Binary100010000100110011001001001000101111101010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880026; }

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

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

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

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

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

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

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

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