#80112D

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

Shades of Burgundy #80112D

Tints of Burgundy #80112D

Color information

#80112D (or 0x80112D) is unknown color: approx Burgundy. HEX triplet: 80, 11 and 2D. RGB value is (128,17,45). Sum of RGB (Red+Green+Blue) = 128+17+45=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80112D is #7FEED2. Grayscale: #353535. Windows color (decimal): -8384211 or 2953600. OLE color: 2953600.

HSL color Cylindrical-coordinate representation of color #80112D: hue angle of 344.86º 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 #80112D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1281745-
CMYK00.870.650.50
HSL344.86º76.55%28.43%-
HSV(B)344.86º86.72%50.2%-
XYZ9.585.182.98-
YUV53.38123.27181.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.37%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=67.37%
G=8.95%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128174500.870.650.50344.8676.5528.43
Hex80112D05741321594d1c
Octal200215501271016253111534
Binary1000000010001101101010101111000001110010101011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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