#760611

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

Shades of Burgundy #760611

Tints of Burgundy #760611

Color information

#760611 (or 0x760611) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 11. RGB value is (118,6,17). Sum of RGB (Red+Green+Blue) = 118+6+17=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760611 is #89F9EE. Grayscale: #282828. Windows color (decimal): -9042415 or 1115766. OLE color: 1115766.

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

Color convert

RGB118617-
CMYK00.950.860.54
HSL354.11º90.32%24.31%-
HSV(B)354.11º94.92%46.27%-
XYZ7.644.020.9-
YUV40.74114.61183.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=83.69%
G=4.26%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11861700.950.860.54354.1190.3224.31
Hex7661105F56361625a18
Octal16662101371266654213230
Binary111011011010001010111111010110110110101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760611; }

 p { color: rgb(118,6,17); }

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

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

 a { background-color: rgb(118,6,17); }

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

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

 span { border-color: rgb(118,6,17); }

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