#880929

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

Shades of Burgundy #880929

Tints of Burgundy #880929

Color information

#880929 (or 0x880929) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 29. RGB value is (136,9,41). Sum of RGB (Red+Green+Blue) = 136+9+41=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #880929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880929 is #77F6D6. Grayscale: #323232. Windows color (decimal): -7861975 or 2689416. OLE color: 2689416.

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

Color convert

RGB136941-
CMYK00.930.700.47
HSL344.88º87.59%28.43%-
HSV(B)344.88º93.38%53.33%-
XYZ10.655.592.62-
YUV50.62122.58188.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.12%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=73.12%
G=4.84%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13694100.930.700.47344.8887.5928.43
Hex8892905D462F159581c
Octal210115101351065753113034
Binary100010001001101001010111011000110101111101011001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880929; }

 p { color: rgb(136,9,41); }

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

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

 a { background-color: rgb(136,9,41); }

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

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

 span { border-color: rgb(136,9,41); }

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