#7A092C

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

Shades of Burgundy #7A092C

Tints of Burgundy #7A092C

Color information

#7A092C (or 0x7A092C) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 2C. RGB value is (122,9,44). Sum of RGB (Red+Green+Blue) = 122+9+44=175 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 122 - color contains mainly: red. Hex color #7A092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A092C is #85F6D3. Grayscale: #2E2E2E. Windows color (decimal): -8779476 or 2886010. OLE color: 2886010.

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

Color convert

RGB122944-
CMYK00.930.640.52
HSL341.42º86.26%25.69%-
HSV(B)341.42º92.62%47.84%-
XYZ8.584.512.8-
YUV46.78126.44181.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 69.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=69.71%
G=5.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12294400.930.640.52341.4286.2625.69
Hex7A92C05D4034155561a
Octal172115401351006452512632
Binary11110101001101100010111011000000110100101010101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,9,44); }

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

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

 a { background-color: rgb(122,9,44); }

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

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

 span { border-color: rgb(122,9,44); }

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