#880225

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

Shades of Burgundy #880225

Tints of Burgundy #880225

Color information

#880225 (or 0x880225) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 25. RGB value is (136,2,37). Sum of RGB (Red+Green+Blue) = 136+2+37=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880225 is #77FDDA. Grayscale: #2E2E2E. Windows color (decimal): -7863771 or 2425480. OLE color: 2425480.

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

Color convert

RGB136237-
CMYK00.990.730.47
HSL344.33º97.1%27.06%-
HSV(B)344.33º98.53%53.33%-
XYZ10.515.412.24-
YUV46.06122.89192.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=77.71%
G=1.14%
B=21.14%

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
Decimal13623700.990.730.47344.3397.127.06
Hex88225063492F158611b
Octal21024501431115753014133
Binary1000100010100101011000111001001101111101011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880225; }

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

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

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

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

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

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

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

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