#7A0922

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

Shades of Burgundy #7A0922

Tints of Burgundy #7A0922

Color information

#7A0922 (or 0x7A0922) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 22. RGB value is (122,9,34). Sum of RGB (Red+Green+Blue) = 122+9+34=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0922 is #85F6DD. Grayscale: #2D2D2D. Windows color (decimal): -8779486 or 2230650. OLE color: 2230650.

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

Color convert

RGB122934-
CMYK00.930.720.52
HSL346.73º86.26%25.69%-
HSV(B)346.73º92.62%47.84%-
XYZ8.414.451.93-
YUV45.64121.44182.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.94%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=73.94%
G=5.45%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12293400.930.720.52346.7386.2625.69
Hex7A92205D483415b561a
Octal172114201351106453312632
Binary11110101001100010010111011001000110100101011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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