#760114

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

Shades of Burgundy #760114

Tints of Burgundy #760114

Color information

#760114 (or 0x760114) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 14. RGB value is (118,1,20). Sum of RGB (Red+Green+Blue) = 118+1+20=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760114 is #89FEEB. Grayscale: #262626. Windows color (decimal): -9043692 or 1311094. OLE color: 1311094.

HSL color Cylindrical-coordinate representation of color #760114: hue angle of 350.26º 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 #760114 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB118120-
CMYK00.990.830.54
HSL350.26º98.32%23.33%-
HSV(B)350.26º99.15%46.27%-
XYZ7.613.921.02-
YUV38.15117.76184.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=84.89%
G=0.72%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11812000.990.830.54350.2698.3223.33
Hex76114063533615e6217
Octal16612401431236653614227
Binary1110110110100011000111010011110110101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760114; }

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

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

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

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

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

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

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

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