#880525

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

Shades of Burgundy #880525

Tints of Burgundy #880525

Color information

#880525 (or 0x880525) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 25. RGB value is (136,5,37). Sum of RGB (Red+Green+Blue) = 136+5+37=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880525 is #77FADA. Grayscale: #2F2F2F. Windows color (decimal): -7863003 or 2426248. OLE color: 2426248.

HSL color Cylindrical-coordinate representation of color #880525: hue angle of 345.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880525 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB136537-
CMYK00.960.730.47
HSL345.34º92.91%27.65%-
HSV(B)345.34º96.32%53.33%-
XYZ10.545.482.25-
YUV47.82121.9190.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.40%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=76.40%
G=2.81%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13653700.960.730.47345.3492.9127.65
Hex88525060492F1595d1c
Octal21054501401115753113534
Binary10001000101100101011000001001001101111101011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880525; }

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

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

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

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

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

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

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

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