#7E0A26

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

Shades of Burgundy #7E0A26

Tints of Burgundy #7E0A26

Color information

#7E0A26 (or 0x7E0A26) is unknown color: approx Burgundy. HEX triplet: 7E, 0A and 26. RGB value is (126,10,38). Sum of RGB (Red+Green+Blue) = 126+10+38=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0A26 is #81F5D9. Grayscale: #2F2F2F. Windows color (decimal): -8517082 or 2493054. OLE color: 2493054.

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

Color convert

RGB1261038-
CMYK00.920.700.51
HSL345.52º85.29%26.67%-
HSV(B)345.52º92.06%49.41%-
XYZ9.064.792.28-
YUV47.88122.43183.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.41%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=72.41%
G=5.75%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126103800.920.700.51345.5285.2926.67
Hex7EA2605C463315a551b
Octal176124601341066353212533
Binary11111101010100110010111001000110110011101011010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,10,38); }

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

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

 a { background-color: rgb(126,10,38); }

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

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

 span { border-color: rgb(126,10,38); }

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