#880527

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

Shades of Burgundy #880527

Tints of Burgundy #880527

Color information

#880527 (or 0x880527) is unknown color: approx Burgundy. HEX triplet: 88, 05 and 27. RGB value is (136,5,39). Sum of RGB (Red+Green+Blue) = 136+5+39=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880527 is #77FAD8. Grayscale: #303030. Windows color (decimal): -7863001 or 2557320. OLE color: 2557320.

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

Color convert

RGB136539-
CMYK00.960.710.47
HSL344.43º92.91%27.65%-
HSV(B)344.43º96.32%53.33%-
XYZ10.575.492.42-
YUV48.04122.9190.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.56%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=75.56%
G=2.78%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13653900.960.710.47344.4392.9127.65
Hex88527060472F1585d1c
Octal21054701401075753013534
Binary10001000101100111011000001000111101111101011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880527; }

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

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

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

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

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

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

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

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