#740B1E

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

Shades of Burgundy #740B1E

Tints of Burgundy #740B1E

Color information

#740B1E (or 0x740B1E) is unknown color: approx Burgundy. HEX triplet: 74, 0B and 1E. RGB value is (116,11,30). Sum of RGB (Red+Green+Blue) = 116+11+30=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B1E is #8BF4E1. Grayscale: #2C2C2C. Windows color (decimal): -9172194 or 1969012. OLE color: 1969012.

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

Color convert

RGB1161130-
CMYK00.910.740.55
HSL349.14º82.68%24.9%-
HSV(B)349.14º90.52%45.49%-
XYZ7.564.051.61-
YUV44.56119.79178.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.89%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=73.89%
G=7.01%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116113000.910.740.55349.1482.6824.9
Hex74B1E05B4A3715d5319
Octal164133601331126753512331
Binary1110100101111110010110111001010110111101011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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