#880524

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

Shades of Burgundy #880524

Tints of Burgundy #880524

Color information

#880524 (or 0x880524) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 24. RGB value is (136,5,36). Sum of RGB (Red+Green+Blue) = 136+5+36=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880524 is #77FADB. Grayscale: #2F2F2F. Windows color (decimal): -7863004 or 2360712. OLE color: 2360712.

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

Color convert

RGB136536-
CMYK00.960.740.47
HSL345.8º92.91%27.65%-
HSV(B)345.8º96.32%53.33%-
XYZ10.535.472.17-
YUV47.7121.4190.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.84%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=76.84%
G=2.82%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13653600.960.740.47345.892.9127.65
Hex885240604A2F15a5d1c
Octal21054401401125753213534
Binary10001000101100100011000001001010101111101011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880524; }

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

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

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

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

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

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

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

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