#880935

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

Shades of Burgundy #880935

Tints of Burgundy #880935

Color information

#880935 (or 0x880935) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 35. RGB value is (136,9,53). Sum of RGB (Red+Green+Blue) = 136+9+53=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880935 is #77F6CA. Grayscale: #333333. Windows color (decimal): -7861963 or 3475848. OLE color: 3475848.

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

Color convert

RGB136953-
CMYK00.930.610.47
HSL339.21º87.59%28.43%-
HSV(B)339.21º93.38%53.33%-
XYZ10.895.693.89-
YUV51.99128.58187.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.69%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=68.69%
G=4.55%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13695300.930.610.47339.2187.5928.43
Hex8893505D3D2F153581c
Octal21011650135755752313034
Binary10001000100111010101011101111101101111101010011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880935; }

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

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

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

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

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

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

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

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