#760516

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

Shades of Burgundy #760516

Tints of Burgundy #760516

Color information

#760516 (or 0x760516) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 16. RGB value is (118,5,22). Sum of RGB (Red+Green+Blue) = 118+5+22=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760516 is #89FAE9. Grayscale: #282828. Windows color (decimal): -9042666 or 1443190. OLE color: 1443190.

HSL color Cylindrical-coordinate representation of color #760516: hue angle of 350.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760516 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB118522-
CMYK00.960.810.54
HSL350.97º91.87%24.12%-
HSV(B)350.97º95.76%46.27%-
XYZ7.674.021.13-
YUV40.72117.44183.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.38%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=81.38%
G=3.45%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11852200.960.810.54350.9791.8724.12
Hex76516060513615f5c18
Octal16652601401216653713430
Binary111011010110110011000001010001110110101011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760516; }

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

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

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

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

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

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

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

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