#80112E

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

Shades of Burgundy #80112E

Tints of Burgundy #80112E

Color information

#80112E (or 0x80112E) is unknown color: approx Burgundy. HEX triplet: 80, 11 and 2E. RGB value is (128,17,46). Sum of RGB (Red+Green+Blue) = 128+17+46=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80112E is #7FEED1. Grayscale: #353535. Windows color (decimal): -8384210 or 3019136. OLE color: 3019136.

HSL color Cylindrical-coordinate representation of color #80112E: hue angle of 344.32º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80112E is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1281746-
CMYK00.870.640.50
HSL344.32º76.55%28.43%-
HSV(B)344.32º86.72%50.2%-
XYZ9.65.193.08-
YUV53.5123.77181.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=67.02%
G=8.90%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128174600.870.640.50344.3276.5528.43
Hex80112E05740321584d1c
Octal200215601271006253011534
Binary1000000010001101110010101111000000110010101011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80112E; }

 p { color: rgb(128,17,46); }

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

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

 a { background-color: rgb(128,17,46); }

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

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

 span { border-color: rgb(128,17,46); }

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