#740914

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

Shades of Burgundy #740914

Tints of Burgundy #740914

Color information

#740914 (or 0x740914) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 14. RGB value is (116,9,20). Sum of RGB (Red+Green+Blue) = 116+9+20=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740914 is #8BF6EB. Grayscale: #2A2A2A. Windows color (decimal): -9172716 or 1313140. OLE color: 1313140.

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

Color convert

RGB116920-
CMYK00.920.830.55
HSL353.83º85.6%24.51%-
HSV(B)353.83º92.24%45.49%-
XYZ7.433.961.03-
YUV42.25115.45180.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=80%
G=6.21%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11692000.920.830.55353.8385.624.51
Hex7491405C53371625619
Octal164112401341236754212631
Binary1110100100110100010111001010011110111101100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740914; }

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

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

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

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

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

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

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

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