#760116

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

Shades of Burgundy #760116

Tints of Burgundy #760116

Color information

#760116 (or 0x760116) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 16. RGB value is (118,1,22). Sum of RGB (Red+Green+Blue) = 118+1+22=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760116 is #89FEE9. Grayscale: #262626. Windows color (decimal): -9043690 or 1442166. OLE color: 1442166.

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

Color convert

RGB118122-
CMYK00.990.810.54
HSL349.23º98.32%23.33%-
HSV(B)349.23º99.15%46.27%-
XYZ7.633.931.12-
YUV38.38118.76184.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=83.69%
G=0.71%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11812200.990.810.54349.2398.3223.33
Hex76116063513615d6217
Octal16612601431216653514227
Binary1110110110110011000111010001110110101011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760116; }

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

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

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

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

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

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

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

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