#800E2D

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

Shades of Burgundy #800E2D

Tints of Burgundy #800E2D

Color information

#800E2D (or 0x800E2D) is unknown color: approx Burgundy. HEX triplet: 80, 0E and 2D. RGB value is (128,14,45). Sum of RGB (Red+Green+Blue) = 128+14+45=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #800E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E2D is #7FF1D2. Grayscale: #333333. Windows color (decimal): -8384979 or 2952832. OLE color: 2952832.

HSL color Cylindrical-coordinate representation of color #800E2D: hue angle of 343.68º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E2D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1281445-
CMYK00.890.650.50
HSL343.68º80.28%27.84%-
HSV(B)343.68º89.06%50.2%-
XYZ9.535.092.96-
YUV51.62124.27182.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=68.45%
G=7.49%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128144500.890.650.50343.6880.2827.84
Hex80E2D0594132158501c
Octal200165501311016253012034
Binary100000001110101101010110011000001110010101011000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E2D; }

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

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

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

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

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

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

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

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