#880125

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

Shades of Burgundy #880125

Tints of Burgundy #880125

Color information

#880125 (or 0x880125) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 25. RGB value is (136,1,37). Sum of RGB (Red+Green+Blue) = 136+1+37=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880125 is #77FEDA. Grayscale: #2D2D2D. Windows color (decimal): -7864027 or 2425224. OLE color: 2425224.

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

Color convert

RGB136137-
CMYK00.990.730.47
HSL344º98.54%26.86%-
HSV(B)344º99.26%53.33%-
XYZ10.55.392.24-
YUV45.47123.23192.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.16%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=78.16%
G=0.57%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613700.990.730.4734498.5426.86
Hex88125063492F158631b
Octal21014501431115753014333
Binary100010001100101011000111001001101111101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880125; }

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

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

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

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

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

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

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

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