#880126

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

Shades of Burgundy #880126

Tints of Burgundy #880126

Color information

#880126 (or 0x880126) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 26. RGB value is (136,1,38). Sum of RGB (Red+Green+Blue) = 136+1+38=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880126 is #77FED9. Grayscale: #2D2D2D. Windows color (decimal): -7864026 or 2490760. OLE color: 2490760.

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

Color convert

RGB136138-
CMYK00.990.720.47
HSL343.56º98.54%26.86%-
HSV(B)343.56º99.26%53.33%-
XYZ10.515.42.32-
YUV45.58123.73192.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=77.71%
G=0.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613800.990.720.47343.5698.5426.86
Hex88126063482F158631b
Octal21014601431105753014333
Binary100010001100110011000111001000101111101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880126; }

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

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

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

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

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

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

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

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