#740D1E

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

Shades of Burgundy #740D1E

Tints of Burgundy #740D1E

Color information

#740D1E (or 0x740D1E) is unknown color: approx Burgundy. HEX triplet: 74, 0D and 1E. RGB value is (116,13,30). Sum of RGB (Red+Green+Blue) = 116+13+30=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D1E is #8BF2E1. Grayscale: #2D2D2D. Windows color (decimal): -9171682 or 1969524. OLE color: 1969524.

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

Color convert

RGB1161330-
CMYK00.890.740.55
HSL350.1º79.84%25.29%-
HSV(B)350.1º88.79%45.49%-
XYZ7.584.091.62-
YUV45.74119.12178.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=72.96%
G=8.18%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116133000.890.740.55350.179.8425.29
Hex74D1E0594A3715e5019
Octal164153601311126753612031
Binary1110100110111110010110011001010110111101011110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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