#760910

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

Shades of Burgundy #760910

Tints of Burgundy #760910

Color information

#760910 (or 0x760910) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 10. RGB value is (118,9,16). Sum of RGB (Red+Green+Blue) = 118+9+16=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760910 is #89F6EF. Grayscale: #2A2A2A. Windows color (decimal): -9041648 or 1050998. OLE color: 1050998.

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

Color convert

RGB118916-
CMYK00.920.860.54
HSL356.15º85.83%24.9%-
HSV(B)356.15º92.37%46.27%-
XYZ7.664.080.87-
YUV42.39113.11181.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 82.52%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=82.52%
G=6.29%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11891600.920.860.54356.1585.8324.9
Hex7691005C56361645619
Octal166112001341266654412631
Binary1110110100110000010111001010110110110101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760910; }

 p { color: rgb(118,9,16); }

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

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

 a { background-color: rgb(118,9,16); }

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

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

 span { border-color: rgb(118,9,16); }

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