#7A082E

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

Shades of Burgundy #7A082E

Tints of Burgundy #7A082E

Color information

#7A082E (or 0x7A082E) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 2E. RGB value is (122,8,46). Sum of RGB (Red+Green+Blue) = 122+8+46=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A082E is #85F7D1. Grayscale: #2E2E2E. Windows color (decimal): -8779730 or 3016826. OLE color: 3016826.

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

Color convert

RGB122846-
CMYK00.930.620.52
HSL340º87.69%25.49%-
HSV(B)340º93.44%47.84%-
XYZ8.614.513-
YUV46.42127.77181.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 69.32%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=69.32%
G=4.55%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12284600.930.620.5234087.6925.49
Hex7A82E05D3E341545819
Octal17210560135766452413031
Binary1111010100010111001011101111110110100101010100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,46); }

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

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

 a { background-color: rgb(122,8,46); }

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

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

 span { border-color: rgb(122,8,46); }

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