#880931

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

Shades of Burgundy #880931

Tints of Burgundy #880931

Color information

#880931 (or 0x880931) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 31. RGB value is (136,9,49). Sum of RGB (Red+Green+Blue) = 136+9+49=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880931 is #77F6CE. Grayscale: #333333. Windows color (decimal): -7861967 or 3213704. OLE color: 3213704.

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

Color convert

RGB136949-
CMYK00.930.640.47
HSL341.1º87.59%28.43%-
HSV(B)341.1º93.38%53.33%-
XYZ10.815.653.43-
YUV51.53126.58188.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 70.10%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=70.10%
G=4.64%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13694900.930.640.47341.187.5928.43
Hex8893105D402F155581c
Octal210116101351005752513034
Binary100010001001110001010111011000000101111101010101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880931; }

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

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

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

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

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

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

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

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