#7E0E1D

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

Shades of Burgundy #7E0E1D

Tints of Burgundy #7E0E1D

Color information

#7E0E1D (or 0x7E0E1D) is unknown color: approx Burgundy. HEX triplet: 7E, 0E and 1D. RGB value is (126,14,29). Sum of RGB (Red+Green+Blue) = 126+14+29=169 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.56% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0E1D is #81F1E2. Grayscale: #313131. Windows color (decimal): -8516067 or 1904254. OLE color: 1904254.

HSL color Cylindrical-coordinate representation of color #7E0E1D: hue angle of 351.96º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E1D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1261429-
CMYK00.890.770.51
HSL351.96º80%27.45%-
HSV(B)351.96º88.89%49.41%-
XYZ8.984.841.62-
YUV49.2116.61182.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.56%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=74.56%
G=8.28%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126142900.890.770.51351.968027.45
Hex7EE1D0594D33160501b
Octal176163501311156354012033
Binary1111110111011101010110011001101110011101100000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0E1D; }

 p { color: rgb(126,14,29); }

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

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

 a { background-color: rgb(126,14,29); }

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

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

 span { border-color: rgb(126,14,29); }

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