#7E092E

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

Shades of Burgundy #7E092E

Tints of Burgundy #7E092E

Color information

#7E092E (or 0x7E092E) is unknown color: approx Burgundy. HEX triplet: 7E, 09 and 2E. RGB value is (126,9,46). Sum of RGB (Red+Green+Blue) = 126+9+46=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E092E is #81F6D1. Grayscale: #303030. Windows color (decimal): -8517330 or 3017086. OLE color: 3017086.

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

Color convert

RGB126946-
CMYK00.930.630.51
HSL341.03º86.67%26.47%-
HSV(B)341.03º92.86%49.41%-
XYZ9.24.833.03-
YUV48.2126.76183.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.61%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=69.61%
G=4.97%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12694600.930.630.51341.0386.6726.47
Hex7E92E05D3F33155571a
Octal17611560135776352512732
Binary1111110100110111001011101111111110011101010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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