#7E042D

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

Shades of Burgundy #7E042D

Tints of Burgundy #7E042D

Color information

#7E042D (or 0x7E042D) is unknown color: approx Burgundy. HEX triplet: 7E, 04 and 2D. RGB value is (126,4,45). Sum of RGB (Red+Green+Blue) = 126+4+45=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E042D is #81FBD2. Grayscale: #2D2D2D. Windows color (decimal): -8518611 or 2950270. OLE color: 2950270.

HSL color Cylindrical-coordinate representation of color #7E042D: hue angle of 339.84º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E042D is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB126445-
CMYK00.970.640.51
HSL339.84º93.85%25.49%-
HSV(B)339.84º96.83%49.41%-
XYZ9.124.712.91-
YUV45.15127.92185.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=72%
G=2.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12644500.970.640.51339.8493.8525.49
Hex7E42D06140331545e19
Octal17645501411006352413631
Binary1111110100101101011000011000000110011101010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,45); }

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

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

 a { background-color: rgb(126,4,45); }

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

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

 span { border-color: rgb(126,4,45); }

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