#7D042E

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

Shades of Burgundy #7D042E

Tints of Burgundy #7D042E

Color information

#7D042E (or 0x7D042E) is unknown color: approx Burgundy. HEX triplet: 7D, 04 and 2E. RGB value is (125,4,46). Sum of RGB (Red+Green+Blue) = 125+4+46=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D042E is #82FBD1. Grayscale: #2C2C2C. Windows color (decimal): -8584146 or 3015805. OLE color: 3015805.

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

Color convert

RGB125446-
CMYK00.970.630.51
HSL339.17º93.8%25.29%-
HSV(B)339.17º96.8%49.02%-
XYZ8.994.643.01-
YUV44.97128.59185.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=71.43%
G=2.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12544600.970.630.51339.1793.825.29
Hex7D42E0613F331535e19
Octal1754560141776352313631
Binary111110110010111001100001111111110011101010011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,46); }

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

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

 a { background-color: rgb(125,4,46); }

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

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

 span { border-color: rgb(125,4,46); }

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