#7A041E

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

Shades of Burgundy #7A041E

Tints of Burgundy #7A041E

Color information

#7A041E (or 0x7A041E) is unknown color: approx Burgundy. HEX triplet: 7A, 04 and 1E. RGB value is (122,4,30). Sum of RGB (Red+Green+Blue) = 122+4+30=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A041E is #85FBE1. Grayscale: #2A2A2A. Windows color (decimal): -8780770 or 1967226. OLE color: 1967226.

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

Color convert

RGB122430-
CMYK00.970.750.52
HSL346.78º93.65%24.71%-
HSV(B)346.78º96.72%47.84%-
XYZ8.34.321.62-
YUV42.25121.09184.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.21%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=78.21%
G=2.56%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12243000.970.750.52346.7893.6524.71
Hex7A41E0614B3415b5e19
Octal17243601411136453313631
Binary111101010011110011000011001011110100101011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,4,30); }

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

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

 a { background-color: rgb(122,4,30); }

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

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

 span { border-color: rgb(122,4,30); }

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