#7E0B14

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

Shades of Burgundy #7E0B14

Tints of Burgundy #7E0B14

Color information

#7E0B14 (or 0x7E0B14) is unknown color: approx Burgundy. HEX triplet: 7E, 0B and 14. RGB value is (126,11,20). Sum of RGB (Red+Green+Blue) = 126+11+20=157 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.25% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B14 is #81F4EB. Grayscale: #2E2E2E. Windows color (decimal): -8516844 or 1313662. OLE color: 1313662.

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

Color convert

RGB1261120-
CMYK00.910.840.51
HSL355.3º83.94%26.86%-
HSV(B)355.3º91.27%49.41%-
XYZ8.854.731.11-
YUV46.41113.1184.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 80.25%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=80.25%
G=7.01%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126112000.910.840.51355.383.9426.86
Hex7EB1405B5433163541b
Octal176132401331246354312433
Binary1111110101110100010110111010100110011101100011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,20); }

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

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

 a { background-color: rgb(126,11,20); }

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

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

 span { border-color: rgb(126,11,20); }

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