#740114

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

Shades of Burgundy #740114

Tints of Burgundy #740114

Color information

#740114 (or 0x740114) is unknown color: approx Burgundy. HEX triplet: 74, 01 and 14. RGB value is (116,1,20). Sum of RGB (Red+Green+Blue) = 116+1+20=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #740114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740114 is #8BFEEB. Grayscale: #252525. Windows color (decimal): -9174764 or 1311092. OLE color: 1311092.

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

Color convert

RGB116120-
CMYK00.990.830.55
HSL350.09º98.29%22.94%-
HSV(B)350.09º99.14%45.49%-
XYZ7.343.791.01-
YUV37.55118.1183.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.67%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=84.67%
G=0.73%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11612000.990.830.55350.0998.2922.94
Hex74114063533715e6217
Octal16412401431236753614227
Binary1110100110100011000111010011110111101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740114; }

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

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

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

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

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

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

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

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