#740B11

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

Shades of Burgundy #740B11

Tints of Burgundy #740B11

Color information

#740B11 (or 0x740B11) is unknown color: approx Burgundy. HEX triplet: 74, 0B and 11. RGB value is (116,11,17). Sum of RGB (Red+Green+Blue) = 116+11+17=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B11 is #8BF4EE. Grayscale: #2B2B2B. Windows color (decimal): -9172207 or 1117044. OLE color: 1117044.

HSL color Cylindrical-coordinate representation of color #740B11: hue angle of 356.57º 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 #740B11 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1161117-
CMYK00.910.850.55
HSL356.57º82.68%24.9%-
HSV(B)356.57º90.52%45.49%-
XYZ7.423.990.91-
YUV43.08113.29180.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80.56%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=80.56%
G=7.64%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111700.910.850.55356.5782.6824.9
Hex74B1105B55371655319
Octal164132101331256754512331
Binary1110100101110001010110111010101110111101100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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