#7E112E

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

Shades of Burgundy #7E112E

Tints of Burgundy #7E112E

Color information

#7E112E (or 0x7E112E) is unknown color: approx Burgundy. HEX triplet: 7E, 11 and 2E. RGB value is (126,17,46). Sum of RGB (Red+Green+Blue) = 126+17+46=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E112E is #81EED1. Grayscale: #343434. Windows color (decimal): -8515282 or 3019134. OLE color: 3019134.

HSL color Cylindrical-coordinate representation of color #7E112E: hue angle of 344.04º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E112E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1261746-
CMYK00.870.630.51
HSL344.04º76.22%28.04%-
HSV(B)344.04º86.51%49.41%-
XYZ9.35.033.07-
YUV52.9124.11180.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=66.67%
G=8.99%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126174600.870.630.51344.0476.2228.04
Hex7E112E0573F331584c1c
Octal17621560127776353011434
Binary11111101000110111001010111111111110011101011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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