#7E0926

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

Shades of Burgundy #7E0926

Tints of Burgundy #7E0926

Color information

#7E0926 (or 0x7E0926) is unknown color: approx Burgundy. HEX triplet: 7E, 09 and 26. RGB value is (126,9,38). Sum of RGB (Red+Green+Blue) = 126+9+38=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0926 is #81F6D9. Grayscale: #2F2F2F. Windows color (decimal): -8517338 or 2492798. OLE color: 2492798.

HSL color Cylindrical-coordinate representation of color #7E0926: hue angle of 345.13º 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 #7E0926 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB126938-
CMYK00.930.700.51
HSL345.13º86.67%26.47%-
HSV(B)345.13º92.86%49.41%-
XYZ9.054.772.28-
YUV47.29122.76184.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.83%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=72.83%
G=5.20%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12693800.930.700.51345.1386.6726.47
Hex7E92605D4633159571a
Octal176114601351066353112732
Binary11111101001100110010111011000110110011101011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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