#880227

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

Shades of Burgundy #880227

Tints of Burgundy #880227

Color information

#880227 (or 0x880227) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 27. RGB value is (136,2,39). Sum of RGB (Red+Green+Blue) = 136+2+39=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880227 is #77FDD8. Grayscale: #2E2E2E. Windows color (decimal): -7863769 or 2556552. OLE color: 2556552.

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

Color convert

RGB136239-
CMYK00.990.710.47
HSL343.43º97.1%27.06%-
HSV(B)343.43º98.53%53.33%-
XYZ10.545.422.41-
YUV46.28123.89191.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.84%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=76.84%
G=1.13%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13623900.990.710.47343.4397.127.06
Hex88227063472F157611b
Octal21024701431075752714133
Binary1000100010100111011000111000111101111101010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880227; }

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

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

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

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

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

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

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

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