#740B12

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

Shades of Burgundy #740B12

Tints of Burgundy #740B12

Color information

#740B12 (or 0x740B12) is unknown color: approx Burgundy. HEX triplet: 74, 0B and 12. RGB value is (116,11,18). Sum of RGB (Red+Green+Blue) = 116+11+18=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B12 is #8BF4ED. Grayscale: #2B2B2B. Windows color (decimal): -9172206 or 1182580. OLE color: 1182580.

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

Color convert

RGB1161118-
CMYK00.910.840.55
HSL356º82.68%24.9%-
HSV(B)356º90.52%45.49%-
XYZ7.4340.95-
YUV43.19113.79179.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=80%
G=7.59%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111800.910.840.5535682.6824.9
Hex74B1205B54371645319
Octal164132201331246754412331
Binary1110100101110010010110111010100110111101100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740B12; }

 p { color: rgb(116,11,18); }

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

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

 a { background-color: rgb(116,11,18); }

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

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

 span { border-color: rgb(116,11,18); }

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