#7A092E

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

Shades of Burgundy #7A092E

Tints of Burgundy #7A092E

Color information

#7A092E (or 0x7A092E) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 2E. RGB value is (122,9,46). Sum of RGB (Red+Green+Blue) = 122+9+46=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A092E is #85F6D1. Grayscale: #2E2E2E. Windows color (decimal): -8779474 or 3017082. OLE color: 3017082.

HSL color Cylindrical-coordinate representation of color #7A092E: hue angle of 340.35º 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 #7A092E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB122946-
CMYK00.930.620.52
HSL340.35º86.26%25.69%-
HSV(B)340.35º92.62%47.84%-
XYZ8.624.533.01-
YUV47127.44181.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=68.93%
G=5.08%
B=25.99%

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
Decimal12294600.930.620.52340.3586.2625.69
Hex7A92E05D3E34154561a
Octal17211560135766452412632
Binary1111010100110111001011101111110110100101010100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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