#880928

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

Shades of Burgundy #880928

Tints of Burgundy #880928

Color information

#880928 (or 0x880928) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 28. RGB value is (136,9,40). Sum of RGB (Red+Green+Blue) = 136+9+40=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880928 is #77F6D7. Grayscale: #323232. Windows color (decimal): -7861976 or 2623880. OLE color: 2623880.

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

Color convert

RGB136940-
CMYK00.930.710.47
HSL345.35º87.59%28.43%-
HSV(B)345.35º93.38%53.33%-
XYZ10.635.582.52-
YUV50.51122.08188.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.51%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=73.51%
G=4.86%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13694000.930.710.47345.3587.5928.43
Hex8892805D472F159581c
Octal210115001351075753113034
Binary100010001001101000010111011000111101111101011001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880928; }

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

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

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

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

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

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

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

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