#760716

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

Shades of Burgundy #760716

Tints of Burgundy #760716

Color information

#760716 (or 0x760716) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 16. RGB value is (118,7,22). Sum of RGB (Red+Green+Blue) = 118+7+22=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #760716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760716 is #89F8E9. Grayscale: #292929. Windows color (decimal): -9042154 or 1443702. OLE color: 1443702.

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

Color convert

RGB118722-
CMYK00.940.810.54
HSL351.89º88.8%24.51%-
HSV(B)351.89º94.07%46.27%-
XYZ7.694.061.14-
YUV41.9116.77182.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.27%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=80.27%
G=4.76%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11872200.940.810.54351.8988.824.51
Hex7671605E51361605919
Octal16672601361216654013131
Binary111011011110110010111101010001110110101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760716; }

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

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

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

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

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

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

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

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