#7A0516

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

Shades of Burgundy #7A0516

Tints of Burgundy #7A0516

Color information

#7A0516 (or 0x7A0516) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 16. RGB value is (122,5,22). Sum of RGB (Red+Green+Blue) = 122+5+22=149 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.88% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0516 is #85FAE9. Grayscale: #292929. Windows color (decimal): -8780522 or 1443194. OLE color: 1443194.

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

Color convert

RGB122522-
CMYK00.960.820.52
HSL351.28º92.13%24.9%-
HSV(B)351.28º95.9%47.84%-
XYZ8.234.31.16-
YUV41.92116.76185.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 81.88%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=81.88%
G=3.36%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12252200.960.820.52351.2892.1324.9
Hex7A516060523415f5c19
Octal17252601401226453713431
Binary111101010110110011000001010010110100101011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,22); }

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

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

 a { background-color: rgb(122,5,22); }

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

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

 span { border-color: rgb(122,5,22); }

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